 var mqwdth="430px"
 var mqhgt="110px"
 var mqspd=1
 var dly=1000
 var full=1
 var pauseit=1
 var iebreak='<p></p>'
 
 var mqcnt='<span class="scrl"><font face="Book Antiqua" size="2" color="#666666"><p align="justify">&quot; To provide a superior matchmaking experience by expanding the opportunities available to meet potential life partners we required a  complete  matrimonial  website for which Sollics Information Technologies met our requirements and completed the job as promised on-time and to our budget. The designs provided by them consistently matched or exceeded our expectations. They also offered valuable suggestions about usability and functionality.  &quot;<br><strong>- Srimangalyam.</strong><br><br>&quot;It’s been a real pleasure that we have been working with Sollics.   The team of Sollics is very professional and friendly to meet our business and technical requirements and stay on time and within budget with no compromise in quality. During the project, communication was always prompt and professional &quot;<br><strong>- Vidya Education.</strong><br><br>&quot;Sollics exceeded our expectations with their expert programming skills and customer service. Sollics combines art and technology to the projects. The team members of Sollics are diligent, professional, and supportive and work upto their best to satisfy our needs, and we are very thankful for the work they have done and wish them very best wishes for the future.&quot;<br><strong>- Spoorthi Enterprises.</strong></p></font></span>'
 
 var cpspd=mqspd
 var psspd=(pauseit==0)? cpspd: 0
 var iedom=document.all||document.getElementById
 var acthgt=''
 var Xmq, Xmq2, nsmq
 function populate()
 {
   if (iedom){
  	var lb=document.getElementById&&!document.all? '' : iebreak
	Xmq=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
	Xmq2=document.getElementById? document.getElementById("iemarquee2") : document.all.iemarquee2
	Xmq.style.top=(full==1)? '8px' : parseInt(mqhgt)+8+"px"
	Xmq2.innerHTML=Xmq.innerHTML=mqcnt+lb
	acthgt=Xmq.offsetHeight
	Xmq2.style.top=(parseInt(Xmq.style.top)+acthgt+8)+"px"
   }
   else if (document.layers){
	nsmq=document.nsmq.document.nsmq2
	nsmq.top=parseInt(mqhgt)+8
	nsmq.document.write(mqcnt)
	nsmq.document.close()
	acthgt=nsmq.document.height
   }
  setTimeout('lefttime=setInterval("scrollmarquee()",50)',dly)
 }
 window.onload=populate
 function scrollmarquee()
 {
	 if (iedom)
	 {
		 if (parseInt(Xmq.style.top)<(acthgt*(-1)+8))
		 	Xmq.style.top=(parseInt(Xmq2.style.top)+acthgt+8)+"px"
		 if (parseInt(Xmq2.style.top)<(acthgt*(-1)+8))
			Xmq2.style.top=(parseInt(Xmq.style.top)+acthgt+8)+"px"
		Xmq2.style.top=parseInt(Xmq2.style.top)-cpspd+"px"
		Xmq.style.top=parseInt(Xmq.style.top)-cpspd+"px"
	}
    else if (document.layers)
    {
		if (nsmq.top>(acthgt*(-1)+8))
	   		nsmq.top-=cpspd
	    else
	   		nsmq.top=parseInt(mqhgt)+8
    }
 }
if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative; background-color: #F2F9FF; width:'+mqwdth+'; height:'+mqhgt+'; overflow:hidden" onMouseover="cpspd=psspd" onMouseout="cpspd=mqspd">')
write('<div id="iemarquee" style="position:absolute; left:0px; top:0px; width:100%;  background-color: #F2F9FF;" class="scrl">')
write('</div><div id="iemarquee2" style="position:absolute; left:0px; top:0px; width:100%; z-index:9102; background-color: #F2F9FF;" class="scrl">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+mqwdth+' height='+mqhgt+' name="nsmq">')
write('<layer name="nsmq2" width='+mqwdth+' height='+mqhgt+' left=0 top=0 onMouseover="cpspd=psspd" onMouseout="cpspd=mqspd"></layer>')
write('</ilayer>')
}
}
}
