<!--
var nh;
var ih;
if (navigator.appName == "Netscape") {
	nh = window.innerHeight - 154;
	document.write("<img src=/images/spacer.gif width=2 height=" + nh + ">");
} else {
	ih = document.body.clientHeight - 154;
	document.write("<img src=/images/spacer.gif width=2 height=" + ih + ">");
}
//-->
