
if (document.all){
		shimHeight = ((document.body.clientHeight)+100);
	} else if (document.layers){
		shimHeight = ((window.innerHeight)+100);
	} else if (document.getElementById&&!document.all){
		shimHeight = ((window.innerHeight)+100);
	}
document.write ('<img src=\"images/common/spacer.gif\" width=\"1\" height=\"' + shimHeight + '\" border=\"0\" style=\"float:right;border:0;margin:0;\">');
