<!--Begin to hide
function newsite(load)

   {
	wide = (document.all) ? (screen.AvailWidth - 360) : (screen.width - 360) ;
	msg = window.open("","results","scrollbars=yes,toolbar=no,width=350,height=600,left=" + wide + ",top=0");
	if (navigator.appVersion.indexOf("2.0") != -1 || navigator.appVersion.indexOf("(X11") != -1 || navigator.appVersion.indexOf("(Mac") != -1)

	   {
		msg = window.open("","results","scrollbars=yes,toolbar=no,width=350,height=600,left=" + wide + ",top=0");
	   }
	msg.location.href = load;
	setTimeout('msg.focus()', 100);
   }

//This is the end -->
