<!-- Begin
//scroller width
var swidth=115

//scroller height
var sheight=60


//scroller's speed;
var sspeed=2

var wholemessage=''

//text: change to your own

wholemessage='<center><font face=Arial size=1 color="#ffffff">Thanks for surfing the World Wide Website for Sam O\' Neil, <i>the Voice heard above the rest</i>...<br><br>Promo Voice, Voice Actor….and all around good guy…….<br><br>on the good guy part….none of us at the studio are sure……..<br><br>we were just told to write it…………………..<br><br>Sam O\' Neil\'s <i>heard daily across the Planet</i> for award winning Radio and TV stations, along with national commercials...<br><br>Chances are you\'ve heard this guy on the Discovery Channel, FOX, and HBO….<br><br>I was just thinking………you are still reading this scroll…..aren\'t you????...<br><br>go ahead...<br><br>admit it...<br><br>we both need therapy...<br><br><i>Did you know this site is interactive?</i>...<br><br>Check out the Sam Demos...<br><br>listen to them at full volume...<br><br>what?...<br><br>WE SAID FULL VOLUME...<br><br>back to the purpose of this scrolling text...<br><br><i>Welcome new radio clients</i>:  Speedfreaks (Syndicated) Nationwide, Texas Motor Speedway Radio Network, Subway, WEMP-Milwaukee, KILO-Seattle, WJCE-Memphis, KOLL-Little Rock, and Planetwide on…CHUM-AM Toronto, Canada, Mother Music 3 8 FM Toyko, Japan, Power 98 Singapore, and Channel 4FM  U.A.E... <br><br>ok, my hand\'s getting tired...<br><br>no really...<br><br>ok that\'s it...<br><br>stick a fork in it...<br><br>we\'re done'

function start(){
if (document.all) return
if (document.getElementById){
document.getElementById("slider").style.visibility="show"
ns6marquee(document.getElementById('slider'))
}
else if(document.layers){
document.slider1.visibility="show"
ns4marquee(document.slider1.document.slider2)
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
ns4layer.document.write(wholemessage)
ns4layer.document.close()
sizeup=ns4layer.document.height
ns4layer.top-=sizeup
ns4slide()
}
function ns4slide(){
if (ns4layer.top>=sizeup*(-1)){
ns4layer.top-=sspeed
setTimeout("ns4slide()",100)
}
else{
ns4layer.top=sheight
ns4slide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
ns6div.innerHTML=wholemessage
ns6div.style.top=sheight
sizeup=sheight
ns6slide()
}
function ns6slide(){
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6slide()",100)
}
else{
ns6div.style.top=sheight
ns6slide()
}
}
//  End -->
