<!--
if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 4) {
	height=innerHeight;
	document.writeln('<img src="/images/pixel.gif" width="2" height="' + (height - 143) + '" border="0">');
		} else if(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) >= 4) {
	height=document.body.clientHeight;
	document.writeln('<img src="/images/pixel.gif" width="2" height="' + (height - 143) + '" border="0">');
}
//-->
