<!-- Begin
//slider's width
var swidth=770

//slider's height
var sheight=50

//slider's speed
var sspeed=1

//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 align="center"><font face=Arial size=2 color="white">"I would like to extend my sincere gratitude to all of you, for the kindness, help and support that you&acute;ve shared with me and my family.  It&acute;s comforting to know that we&acute;re surrounded by such helping people. Thank you very much! May you continue your good works and be given strength to keep on helping, sharing and caring, God bless all of you!"<br><i><b>Lourdes B. Gutierrez, Marikina City, Philippines</b></i></div>'
singletext[1]='<div align="center"><font face=Arial size=2 color="yellow">"Thank you very so much for all your kindness and assistance to us.  Words can&acute;t express how grateful we are for the help you have extended to us! More power to all of you."<br><b><i>Rubie Gose-Roldan, Pasig City, Philippines</i></b></div>'
singletext[2]='<div align="center"><font face=Arial size=2 color="white">"The world needs more people like you."<br><b><i>Jonathan and Amy Carinan, Pasig City, Philippines</i></b></div>'
singletext[3]='<div align="center"><font face=Arial size=2 color="yellow">"From the bottom of our hearts, our deepest gratitude to all of you guys.  You did a very good job of bringing us here in the U.S.A.  We will never forget you and hope that you&acute;ll continue to do this job and keep our fellow Filipino Nurses aspiring to experience the American dream."<br><b><i>Rielyn Aliwalas, Guiguinto, Bulacan Philippines</i></b></div>'
singletext[4]='<div align="center"><font face=Arial size=2 color="white">"I am always thankful for your agency.  When I think of the many blessings I received, I always count Nurses to USA."<br><b><i>Grace Escrupolo, Davao City, Philippines</i></b></div>'
singletext[5]='<div align="center"><font face=Arial size=2 color="yellow">"It is never too early to express my sincerest thanks to each one of you for helping us realize the great American dream!!!  Your kindness to us will always be remembered."<br><b><i>Liza G. Dela Cruz, San Fernando, La Union Philippines</i></b></div>'
singletext[6]='<div align="center"><font face=Arial size=2 color="white">"I can never thank you enough for making me realize my biggest dream."<br><b><i>Janette C. Villanueva, Iloilo City, Philippines</b></i></div>'
singletext[7]='<div align="center"><font face=Arial size=2 color="yellow">"Thanks for making my dream a reality."<br><b><i>Jeannette Navarro, Laguna, Philippines</b></i></DIV>'
singletext[8]='<div align="center"><font face=Arial size=2 color="white">"I wouldn&acute;t be here (in the U.S.A.) without you guys."<br><b><i>Francis Duane Almanzor, Manila, Philippines</b></i></DIV>'
singletext[9]='<div align="center"><font face=Arial size=2 color="yellow">"In just 11/2 year of working we were able to buy 2 cars, brand new house because of NTUs reliable choice of employer. Mabuhay ang NTU! Ma aasahan talaga! Keep it up Sir Raymund!"<br><b><i>Ben Yapeo, La Trinidad, Philippines</b></i></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++
}
}
//  End -->