<!--
document.write('<img width="1" height="1" src="/log_analysis_screen_info.gif?' +
 'width=' + screen.width + '&height=' + screen.height + '&depth=' + screen.colorDepth + '">\n');
//-->

<!--
	var TheRemote = null;
	function OpenRemote()
	{
		TheRemote = window.open('', 'TheRemote', 'width=250,height=450,resizable=1');
		if (TheRemote != null)
		{
        	if (TheRemote.opener == null)
			{
				TheRemote.opener = self;
			}
    		TheRemote.location.href = 'wedothework.htm';
		}
	}

//-->
<!--

	function fetch(url)
	{
		opener.location = url;
	}

	function Finished()
	{
      	window.close()
	}

//-->
