document.write ('<script language="JavaScript1.2">\n');
document.write ('\n');
document.write ('//Translucent scroller- By Dynamic Drive\n');
document.write ('//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com\n');
document.write ('//This credit MUST stay intact for use\n');
document.write ('\n');
document.write ('var scroller_width=');
document.write ("'");
document.write ('220px');
document.write ("'");
document.write ('\n');
document.write ('var scroller_height=');
document.write ("'");
document.write ('20px');
document.write ("'");
document.write ('\n');
document.write ('var bgcolor=');
document.write ("'");
document.write ('#fff');
document.write ("'");
document.write ('\n');
document.write ('var pause=5000 //SET PAUSE BETWEEN SLIDE (5000=5 seconds)\n');
document.write ('\n');
document.write ('var scrollercontent=new Array()\n');
document.write ('//Define scroller contents. Extend or contract array as needed\n');
document.write ('scrollercontent[0]=');
document.write ("'");
document.write ('<a href="http://ads.sify.com/RealMedia/ads/click_lx.ads/tracking.sify.com/clicks/219672048/Frame1/OasDefault/IP_textlink_June10/IP_textlink_sports_June10.gif/66290187622454587648790891764630" target="_blank"><b><FONT SIZE="2" COLOR="blue">Buy | Sell | Rent on India ');
document.write ("'");
document.write ('s No1 Property Portal</FONT></b></a>');
document.write ("'");
document.write ('\n');
document.write ('scrollercontent[1]=');
document.write ("'");
document.write ('<a href="http://ads.sify.com/RealMedia/ads/click_lx.ads/tracking.sify.com/clicks/219672048/Frame1/OasDefault/IP_textlink_June10/IP_textlink_sports_June10.gif/66290187622454587648790891764630" target="_blank"><b><FONT SIZE="2" COLOR="blue">One-Stop Portal for all your Property needs </FONT></b></a>');
document.write ("'");
document.write ('\n');
document.write ('////NO need to edit beyond here/////////////\n');
document.write ('\n');
document.write ('var ie4=document.all\n');
document.write ('var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1\n');
document.write ('\n');
document.write ('\n');
document.write ('if (ie4||dom)\n');
document.write ('document.write(');
document.write ("'");
document.write ('<div style="position:relative;width:');
document.write ("'");
document.write ('+scroller_width+');
document.write ("'");
document.write (';height:');
document.write ("'");
document.write ('+scroller_height+');
document.write ("'");
document.write (';overflow:hidden"><div id="canvas0" style="position:absolute;background-color:');
document.write ("'");
document.write ('+bgcolor+');
document.write ("'");
document.write (';width:');
document.write ("'");
document.write ('+scroller_width+');
document.write ("'");
document.write (';height:');
document.write ("'");
document.write ('+scroller_height+');
document.write ("'");
document.write (';top:');
document.write ("'");
document.write ('+scroller_height+');
document.write ("'");
document.write (';filter:alpha(opacity=20);-moz-opacity:0.2;"></div><div id="canvas1" style="position:absolute;background-color:');
document.write ("'");
document.write ('+bgcolor+');
document.write ("'");
document.write (';width:');
document.write ("'");
document.write ('+scroller_width+');
document.write ("'");
document.write (';height:');
document.write ("'");
document.write ('+scroller_height+');
document.write ("'");
document.write (';top:');
document.write ("'");
document.write ('+scroller_height+');
document.write ("'");
document.write (';filter:alpha(opacity=20);-moz-opacity:0.2;"></div></div>');
document.write ("'");
document.write (')\n');
document.write ('else if (document.layers){\n');
document.write ('document.write(');
document.write ("'");
document.write ('<ilayer id=tickernsmain visibility=hide width=');
document.write ("'");
document.write ('+scroller_width+');
document.write ("'");
document.write (' height=');
document.write ("'");
document.write ('+scroller_height+');
document.write ("'");
document.write (' bgColor=');
document.write ("'");
document.write ('+bgcolor+');
document.write ("'");
document.write ('><layer id=tickernssub width=');
document.write ("'");
document.write ('+scroller_width+');
document.write ("'");
document.write (' height=');
document.write ("'");
document.write ('+scroller_height+');
document.write ("'");
document.write (' left=0 top=0>');
document.write ("'");
document.write ('+scrollercontent[0]+');
document.write ("'");
document.write ('</layer></ilayer>');
document.write ("'");
document.write (')\n');
document.write ('}\n');
document.write ('\n');
document.write ('var curpos=scroller_height*(1)\n');
document.write ('var degree=10\n');
document.write ('var curcanvas="canvas0"\n');
document.write ('var curindex=0\n');
document.write ('var nextindex=1\n');
document.write ('\n');
document.write ('function moveslide(){\n');
document.write ('if (curpos>0){\n');
document.write ('curpos=Math.max(curpos-degree,0)\n');
document.write ('tempobj.style.top=curpos+"px"\n');
document.write ('}\n');
document.write ('else{\n');
document.write ('clearInterval(dropslide)\n');
document.write ('if (crossobj.filters)\n');
document.write ('crossobj.filters.alpha.opacity=100\n');
document.write ('else if (crossobj.style.MozOpacity)\n');
document.write ('crossobj.style.MozOpacity=1\n');
document.write ('nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"\n');
document.write ('tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)\n');
document.write ('tempobj.innerHTML=scrollercontent[curindex]\n');
document.write ('nextindex=(nextindex<scrollercontent.length-1)? nextindex+1 : 0\n');
document.write ('setTimeout("rotateslide()",pause)\n');
document.write ('}\n');
document.write ('}\n');
document.write ('\n');
document.write ('function rotateslide(){\n');
document.write ('if (ie4||dom){\n');
document.write ('resetit(curcanvas)\n');
document.write ('crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)\n');
document.write ('crossobj.style.zIndex++\n');
document.write ('if (crossobj.filters)\n');
document.write ('document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.opacity=20\n');
document.write ('else if (crossobj.style.MozOpacity)\n');
document.write ('document.getElementById("canvas0").style.MozOpacity=document.getElementById("canvas1").style.MozOpacity=0.2\n');
document.write ('var temp=');
document.write ("'");
document.write ('setInterval("moveslide()",50)');
document.write ("'");
document.write ('\n');
document.write ('dropslide=eval(temp)\n');
document.write ('curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"\n');
document.write ('}\n');
document.write ('else if (document.layers){\n');
document.write ('crossobj.document.write(scrollercontent[curindex])\n');
document.write ('crossobj.document.close()\n');
document.write ('}\n');
document.write ('curindex=(curindex<scrollercontent.length-1)? curindex+1 : 0\n');
document.write ('}\n');
document.write ('\n');
document.write ('function resetit(what){\n');
document.write ('curpos=parseInt(scroller_height)*(1)\n');
document.write ('var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)\n');
document.write ('crossobj.style.top=curpos+"px"\n');
document.write ('}\n');
document.write ('\n');
document.write ('function startit(){\n');
document.write ('crossobj=ie4? eval("document.all."+curcanvas) : dom? document.getElementById(curcanvas) : document.tickernsmain.document.tickernssub\n');
document.write ('if (ie4||dom){\n');
document.write ('crossobj.innerHTML=scrollercontent[curindex]\n');
document.write ('rotateslide()\n');
document.write ('}\n');
document.write ('else{\n');
document.write ('document.tickernsmain.visibility=');
document.write ("'");
document.write ('show');
document.write ("'");
document.write ('\n');
document.write ('curindex++\n');
document.write ('setInterval("rotateslide()",pause)\n');
document.write ('}\n');
document.write ('}\n');
document.write ('\n');
document.write ('if (ie4||dom||document.layers)\n');
document.write ('window.onload=startit\n');
document.write ('\n');
document.write ('\n');
document.write ('</script>');

