// JavaScript Document
	mesg ="Our Group Portals";
	//img="<img src='../images/top_arrow'>";
	isNS = (navigator.appName == "Netscape")
	isIE = (navigator.appName == "Microsoft Internet Explorer")
	//text = ("<font face=Verdana size=1 style='text-decoration:none;'><span style='color:#333132;font-weight:bold;'>"+mesg+" "+"</span><img src='images/top_arrow.gif'>"+ " " +"</font>")
	text2= ("<font face=Tahoma size=2 style='text-decoration:none;'><a href=http://www.cAreercAlculus.com style='color:#CC3300;text-decoration:none;' target=_blank>cAreercAlculus.com</a>"+ " " +"<img src='images/top_arrow.gif'>" + " " +"</font>");
	text3= ("<font face=Tahoma size=2 style='text-decoration:none;'><a href=http://www.RecruitSense.com style='color:#01AA70;text-decoration:none;' target=_blank>RecruitSense.com</a>"+ " " +"<img src='images/top_arrow.gif'>" + " " +"</font>");
	text4= ("<font face=Tahoma size=2 style='text-decoration:none;'><a href=http://www.w3monster.com style='color:#CC3300;text-decoration:none;' target=_blank>w3monster.com</a>"+ " " +"<img src='images/top_arrow.gif'>" + " " +"</font>");
	text5= ("<font face=Tahoma size=2 style='text-decoration:none;'><a href=http://www.finapolis.co.uk style='color:#01AA70;text-decoration:none;' target=_blank>finapolis.co.uk</a>"+ " " +"<img src='images/top_arrow.gif'>" + " " +"</font>");

	text6= ("<font face=Tahoma size=2 style='text-decoration:none;'><a href=http://www.corp2corp.co.in style='color:#CC3300;text-decoration:none;' target=_blank>corp2corp.co.in</a>"+ " " +"<img src='images/top_arrow.gif'>" + " " +"</font>");
	text7= ("<font face=Tahoma size=2 style='text-decoration:none;'><a href=http://www.bef.co.in style='color:#01AA70;text-decoration:none;' target=_blank>bef.co.in</a>"+ " " + " " +"</font>");

	//<a href=http://www.w3monster.com>www.w3monster.com</a>
	if (isNS) 
	{
		document.write("<blink>" + text2 + text3 + text4 + text5 + text6 + "</blink>")
	}
	else if (isIE) 
	{
		document.write("<MARQUEE behavior=scroll direction=left scrolldelay=0 scrollamount=4 height=15px>" + text2 + text3 + text4 + text5 + text6 + text7 +"</MARQUEE>")
	}
		
