<!-- Begin
//slider's width
var swidth=200
//slider's height
var sheight=100
//slider's speed
var sspeed=2
//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]='<div><a href="labour_news.aspx" class="hyplnk">CIS releases Q and A on new OPT rules.</a></div>' 
//singletext[0]='<div><a href="labour_news.aspx" class="hyplnk">The USCIS announced on June 1, 2006 that the regular H-1 cap for Fiscal Year 2007 (FY2007) was reached on May 26, 2006.' +
//'Those cases properly filed with the USCIS before the 26th are safe, with respect to the cap, as there are enough' + 
//'cap numbers for these cases. Cases that reached the USCIS on May 26th are in an uncertain situation and will ' + 
//'be subject to a random selection process, as there are enough numbers for some, but not all of the May 26th cases.' + 
//'Any regular cap-subject cases received after May 26th will be rejected entirely. This information does NOT impact ' + 
//'advanced degree cases, for which cap numbers are still available.</a></div>'
//'who are eligible for one of the 20,000 special H1B cap exemptions.' </a></div>'
//'Also under the 20,000 quota available for those with U.S. masters' degrees or '
//singletext[1]='<div><a href="labour_news.aspx" class="hyplnk">Routine Travel Still Permitted for H1B or L-1 Principal. </a></div>' 
//singletext[0]='<div><a href="#" class="hyplnk">Also under the 20,000 quota available for those with U.S. masters' degrees or higher  </a></div>'
//singletext[1]='<div><a href="#" class="hyplnk">cases for fiscal year (FY) 2006 and also under the 20,000</a></div>'
//singletext[1]='<div><a href="#" class="hyplnk">quota available for those with U.S. masters' degrees or </a></div>'
//singletext[2]='<div><a href="#" class="hyplnk">higher in FY2005 and beyond. This, as well as information on various other important immigration issues,</a></div>'
//singletext[3]='<div><a href="#" class="hyplnk">was shared at the American Immigration Lawyers Association (AILA) annual conference</a></div>'
if (singletext.length>1)
i=1
else
i=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0
setTimeout("iemarquee(iediv)",100)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",100)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
ns6div.style.top=0
setTimeout("ns6marquee(ns6div)",100)
}
if (parseInt(ns6div.style.top)>=sheight*-1){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6marquee(ns6div)",100)
}
else{
ns6div.style.top=sheight
ns6div.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
// JavaScript Document