

function wsMakeHomepage(service, linkText) 
 {	if (navigator.appVersion.charAt(navigator.appVersion.indexOf("MSIE") + 5) >= 5 
	&& navigator.platform.indexOf("Win16") == -1 
	&& navigator.platform.indexOf("Mac") == -1)
	{
		document.write('<span id=\"hp\" style=\"behavior:url(#default#homepage)\"></span>');
		if (!hp.isHomePage("http://www.chitraltimes.com"+"/indexe.htm"))
		{
			var hpLink = 
			"<li><a href=\"http://www.chitraltimes.com" + 			"/indexe.htm\" onClick=\"style.behavior=\'url(#default#homepage)\';" +
			"setHomePage(\'http://www.chitraltimes.com" + "/indexe.htm\');\">" +
			linkText + "</a></li>";
			document.write(hpLink);
		}	
	}
}