
if (screen)
{
	if (screen.height > 600)
	{
		document.write("<img src=\"img/clear.gif\" height=\"40\" width=\"700\" border=\"0\" /><br />");
	}
}
