        if (navigator.appName == 'Netscape')
        {
		    	document.write('<br><br><br>');
		    	document.write('<br><br><br><a href="index1.html">');
		    	document.write('<font color="#C0C5D4" size="4">Current Temperature<br><b>Error</b></FONT><br>');
		    	document.write('<font color="#C0C5D4" size="4">Forecast<br><b>Sunny</b></font><br>');
		    	document.write('<br><br><br><br></a>');
		    	document.write('<font color="#C0C5D4" size="0"><center><b>7  January</b><br><b>10:30:00 (EST)</b></center></FONT></div>');
				document.close();
        }
        else
        {
        	var c = new scrollerObj('c','250','210','50','210','<a href="index1.html"><font color="#C0C5D4" size="4">Current Temperature<br><b>Error</b></font><br><br><font color="#C0C5D4" size="4">Humidity<br><b>Error</b></font><br><br><font color="#C0C5D4" size="4">Barometer<br><b>30.36 In.Hg and Rising</b></font><br><br><font color="#C0C5D4" size="4">Wind Chill<br><b>Error</b></font><br><br><font color="#C0C5D4" size="4">Dew Point<br><b>Error</b></font><br><br><font color="#C0C5D4" size="4">Heat Index<br><b>Error</b></font><br><br><font color="#C0C5D4" size="4">Wind Speed (gust)<br><b>Calm</b></font><br><br><font color="#C0C5D4" size="4">Wind Speed (average 1 minute)<br><b>Calm</b></font><br><br><font color="#C0C5D4" size="4">Wind Direction (gust)<br><b>232&#176; (SW)</b></font><br><br><font color="#C0C5D4" size="4">Wind Direction (average 1 minute)<br><b>235&#176; (SW)</b></font><br><br><font color="#C0C5D4" size="4">Rainfall Rate<br><b>0 In./hour</b></font><br><br><font color="#C0C5D4" size="4">Rainfall<br><b>0 In. since Midnight</b></font><br><br><font color="#C0C5D4" size="4">Forecast<br>(According to weather station)<br><b>Sunny</b></font><br><br><br><br><font color="#C0C5D4" size="4"><center><b>7  January</b><br><b>10:30:00 (EST)</b></center></FONT></a>','','','1','center');
        }