

//width
var showwidth="794px"
var showheight="30px"
//faster 1-10)
var showspeed=5
var showbgcolor="#"
//onMousever (0=no. 1=yes)?
var pauseit=1


var showcontent='<nobr><font face="verdana" font-weight="bolder" color="#FFFFFF" size="2.2">Looking for a fast growing progressive Job. Upload CV to :&nbsp;&nbsp;equalsources.in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Your one stop shop for all global languages requirements :&nbsp;&nbsp;Langitude.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></nobr>'

showspeed=(document.all)? showspeed : Math.max(1, showspeed-1)
var copyspeed=showspeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-9000px">'+showcontent+'</span>')
var actualwidth=''
var cross_show, ns_show

function populate(){
if (iedom){
cross_show=document.getElementById? document.getElementById("ieshow") : document.all.ieshow
cross_show.style.left=parseInt(showwidth)+8+"px"
cross_show.innerHTML=showcontent
actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
}
else if (document.layers){
ns_show=document.ns_show.document.ns_show2
ns_show.left=parseInt(showwidth)+8
ns_show.document.write(showcontent)
ns_show.document.close()
actualwidth=ns_show.document.width
}
lefttime=setInterval("scrollshow()",20)
}
window.onload=populate

function scrollshow(){
if (iedom){
if (parseInt(cross_show.style.left)>(actualwidth*(-1)+8))
cross_show.style.left=parseInt(cross_show.style.left)-copyspeed+"px"
else
cross_show.style.left=parseInt(showwidth)+8+"px"

}
else if (document.layers){
if (ns_show.left>(actualwidth*(-1)+8))
ns_show.left-=copyspeed
else
ns_show.left=parseInt(showwidth)+8
}
}

if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;width:'+showwidth+';height:'+showheight+';overflow:hidden">')
write('<div style="position:absolute;width:'+showwidth+';height:'+showheight+';background-color:'+showbgcolor+'" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=showspeed">')
write('<div id="ieshow" style="position:absolute;left:0px;top:0px"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+showwidth+' height='+showheight+' name="ns_show" bgColor='+showbgcolor+'>')
write('<layer name="ns_show2" left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=showspeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
       