var version = parseInt(navigator.appVersion);
    
if(navigator.userAgent.substring(0,8) == "Mozilla/")
	{
		if (navigator.userAgent.indexOf("MSIE") == -1)
		{
			//Browser used is Netscape
			document.writeln("<font class='news' color='00000'><b>Latest Update</b></font><br><font class='news'>-Travel made easy<br>For bus and train service information, call Transitlink Hotline at 1800-7674333</font><br><font class='news'>-SMRT Taxis Vocational License E-Learning is now available.<a href='http://taxisvl.tibs.com.sg/website/vl/indexvl.htm'>Click Here to register</a></font><br><br><font class='news'> SMRT Taxis has the lowest booking fees in town. Just S$2.80! Till 31 July 2003. <BR> Call <B> 6555 8888 </B> Now</font><br><br><font class='news'>-Integration of NR and SN services with effect from 1 July 2003.<a href='http://www.tibs.com.sg/misc/new/2003.htm'>Click Here to register</a></font><br>");
		}
		
	} 
