// JavaScript Document
	mesg ="Locus gained experience on Microsoft Dynamics (Implementation, Customization & Training) with the personal ownership on the assignments with their clients and the commitment towards the quality delivery.";
	msg2="Read more...";
	isNS = (navigator.appName == "Netscape")
	isIE = (navigator.appName == "Microsoft Internet Explorer")
	text = ("<p align=justify><font face=verdana size=1 color=#576771 style='text-decoration:none;'>"+mesg+" "+"</p>"+msg2+" "+"<a href=http://www.locusit.com/>http://www.LocusIT.com</a></font>")
	if (isNS) 
	{
		document.write("<blink>" + text + "</blink>")
	}
	else if (isIE) 
	{
		document.write("<MARQUEE behavior=scroll direction=up scrolldelay=0 scrollamount=2 height=105px width=208px>" + text +"</MARQUEE>")}
		
