//<SCRIPT LANGUAGE="JavaScript">

function isdefined( variable)
{
    return (typeof(window[variable]) == "undefined")?  false: true;
}
//-- Begin Scroller's Parameters and messages -->
//scroller's width
swidth = isdefined(swidth)? 150 : swidth ;
//scroller's height
sheight = isdefined(sheight)? 200 : sheight ;

//scroller's speed 
var sspeed=5;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause
var spause=2500;

//scroller's background
var sbcolor="#ccffcc";

//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array();
singletext[0]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td valign="middle"><div class=heading2>'+
				'<a href="http://gtheme.sravi.com/" ><B>Get Cricket Score in Google Talk Use GThemes</B>.<BR><IMG SRC="http://gtheme.sravi.com/images/cricket.jpg" width="'+ swidth+'" border="0" align="bottom"></a>'+
				'</div></td></tr></table>';
singletext[1]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td valign="middle"><div class=heading2>'+
				'<a href="http://gtheme.sravi.com/" ><B>Gtalk Themes</B>.<BR><IMG SRC="http://www.sravi.com/content/video/images/gtalk.jpg" width="'+ swidth+'" border="0" align="bottom"></a>'+
				'</div></td></tr></table>';
singletext[2]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td valign="middle"><div class=heading3>'+
				'<a href="http://gtheme.sravi.com/" ><B>Read 65 comics stripes in Googlt Talk everyday</B>.<BR><IMG SRC="http://gtheme.sravi.com/images/comics.jpg" width="'+ swidth+'" border="0" align="bottom"></a>'+
				'</div></td></tr></table>';
singletext[3]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td valign="middle"><div class=heading4>'+
				'<a href="http://gtheme.sravi.com/" ><B>Watch TV Channels in Googlt Talk</B>.<BR><IMG SRC="http://gtheme.sravi.com/images/tv.jpg" width="'+ swidth+'" border="0" align="bottom"></a>'+
				'</div></td></tr></table>';
singletext[4]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td valign="middle"><div class=heading5>'+
				'<a href="http://gtheme.sravi.com/" ><B>Watch/Send YouTube Video in Gtalk</B>.<BR><IMG SRC="http://gtheme.sravi.com/images/utube.jpg" width="'+ swidth+'" border="0" align="bottom"></a>'+
				'</div></td></tr></table>';
singletext[5]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td valign="middle"><div class=heading6>'+
				'<a href="http://gtheme.sravi.com/" ><B>Share Picasa photos on Google Talk</B>.<BR><IMG SRC="http://gtheme.sravi.com/images/picasa.jpg" width="'+ swidth+'" border="0" align="bottom"></a>'+
				'</div></td></tr></table>';
//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){
   if(sspeed!=rspeed*16){
       sspeed=sspeed*2;
       restart=sspeed;
    }
}
function godown(){
   if(sspeed>rspeed){
        sspeed=sspeed/2;
        restart=sspeed;
   }
}
function start(){

 if(document.getElementById){
    ns6div=document.getElementById('iens6div');
    ns6div.style.top=sheight;
    ns6div.innerHTML=singletext[0];
    sizeup=ns6div.offsetHeight;
    ns6scroll();
 }else if(document.layers){
    ns4layer=document.ns4div.document.ns4div1;
    ns4layer.top=sheight;
    ns4layer.document.write(singletext[0]);
    ns4layer.document.close();
    sizeup=ns4layer.document.height;ns4scroll();
 }else if(document.all){
    iediv=iens6div;iediv.style.pixelTop=sheight;
    iediv.innerHTML=singletext[0];
    sizeup=iediv.offsetHeight;
    iescroll();
 }
}
function iescroll(){
 if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
    iediv.style.pixelTop=0;
    setTimeout("iescroll()",spause);
 }else if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed;setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight;iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed;setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight;ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
//-- end Algorithm -->
//</script>

//<script language="JavaScript">
if(document.layers){document.write('<ilayer id="ns4div" width='+swidth+' height='+sheight+' bgcolor='+sbcolor+'><layer id="ns4div1" width='+swidth+' height='+sheight+' onmouseover="sspeed=0;" onmouseout="sspeed=restart"></layer></ilayer>')}
if(document.getElementById||document.all){document.write('<div style="position:relative;overflow:hidden;width:'+swidth+';height:'+sheight+';clip:rect(0 '+swidth+' '+sheight+' 0);;background-color:'+sbcolor+' url("tem12p.JPG");" onmouseover="sspeed=0;" onmouseout="sspeed=restart"><div id="iens6div" style="position:relative;width:'+swidth+';"></div></div>');}
//</script>

//	  <script language="JavaScript">
start();
//</script>
//<marquee behavior="scroll" direction="up" scrolldelay="10" scrollamount="1" height="51" onmouseover="this.scrollAmount='0';" onmouseout="this.scrollAmount='1';">