var nw;
var iw;
if (navigator.appName == "Netscape") {
	nw = window.innerWidth - 242;
	document.write("<img src=/images/spacer.gif width="+nw+" height=1 border=0>");
} else {
	iw = document.body.clientWidth - 242;
	document.write("<img src=/images/spacer.gif width="+iw+" height=1 border=0>");
}
//-->