var fcontent1=new Array();
begintag1='<div style="font: normal 11px Arial; padding: 5px;  ">'; //set opening tag, such as font declarations
fcontent1[0]="<span style='font-size:10pt;font-family:arial;line-height:17px;font-style:italic;font-weight:bold;color:#024600;'>&quot;Heartiest thanks for speedy issuance of my policy. I will surely recommend yourselves if there is any urgent policy to be purchased.&quot;<p align='right'>- <b>Mr. Chadrakant Mahadik, Mumbai</b></span>";
fcontent1[1]="<span style='font-size:10pt;font-family:arial;line-height:17px;font-style:italic;font-weight:bold;color:#024600;'>&quot;<b>Fantastic</b> is the only word which I can say after seeing the email, response of your CS/team members and the quick closure of the case.&quot;<p align='right'>- <b>Mr. Chauhan</b></span>";
fcontent1[2]="<span style='font-size:10pt;font-family:arial;line-height:17px;font-style:italic;font-weight:bold;color:#024600;'>&quot;As the name goes, getting insurance done within short time is very very 'EASY' and also 'SIMPLE'.&quot;<p align='right'>- <b>Mr. AK Narayanan</b></span>";
fcontent1[3]="<span style='font-size:10pt;font-family:arial;line-height:17px;font-style:italic;font-weight:bold;color:#024600;'>&quot;This site is really good. Actually i was searching for this kind of website for a long time.&quot;<p align='right'>- <b>Mr. Prabhakaran</b></span>";
fcontent1[4]="<span style='font-size:10pt;font-family:arial;line-height:17px;font-style:italic;font-weight:bold;color:#024600;'>&quot;This site is very user friendly,easy handling,all latest updates..whatelse do u want,everything is here..<br />There is a verse in tamil &quot;Ask for it,u will get it&quot; and it is true for this site.&quot;<p align='right'>- <b>Mr. Jeysankar A, Chennai</b></span>";
fcontent1[5]="<span style='font-size:10pt;font-family:arial;line-height:17px;font-style:italic;font-weight:bold;color:#024600;'>&quot;Quick response providing valuable comparative quotes saved me time and money.&quot;<p align='right'>- <b>Mr. Dharmendar, Chennai</b></span>";
fcontent1[6]="<span style='font-size:10pt;font-family:arial;line-height:17px;font-style:italic;font-weight:bold;color:#024600;'>&quot;Your site is very easy to get detailed information that I needed to purchase my insurance.&quot;<p align='right'>- <b>Mr. Shanmugam, Chennai</b></span>";
fcontent1[7]="<span style='font-size:10pt;font-family:arial;line-height:17px;font-style:italic;font-weight:bold;color:#024600;'>&quot;Didn't expect that I will be receiving the policy itself within just 6 hours of my putting the request. Marvelous, excellent.&quot;<p align='right'>- <b>Mr. Dhiren Chauhan.</b></span>";
fcontent1[8]="<span style='font-size:10pt;font-family:arial;line-height:17px;font-style:italic;font-weight:bold;color:#024600;'>&quot;Very useful site - Thanks a lot.&quot;<p align='right'>- <b>Ms. Kalpana</b></span>";
closetag1='</div>';
var cusSpeakindex=0;
function changecontent1(){
	try{
	document.getElementById("fscroller1").innerHTML=fcontent1[cusSpeakindex];

	cusSpeakindex=cusSpeakindex+1;
	if(cusSpeakindex==9)
		cusSpeakindex=0;
	setTimeout("changecontent1()",6000);
	}catch(e){}
}
var fwidth1='225px'; //set scroller width
var fheight1='135px'; //set scroller height

//if (ie4||DOM2)
  document.write('<div id="fscroller1" style="border:0px solid black;width:'+fwidth1+';height:'+fheight1+'"></div>');
if (window.addEventListener)
window.addEventListener("load", changecontent1, false)
else if (window.attachEvent)
window.attachEvent("onload", changecontent1)
else if (document.getElementById)
window.onload=changecontent1

