var marqueewidth="245px"
var marqueeheight="110px"
var marqueespeed=2
var marqueebgcolor="#fff"
var pauseit=1

var marqueecontent='<nobr><a href="brands/pamperedgirls_onesheet.pdf" title="Pampered Girls" target="_blank"><img src="images/logos/thums/pamperedg.gif" alt="Pampered Girls" /></a> <a href="brands/7up-onesheet.pdf" title="7up" target="_blank"><img src="images/logos/thums/7up.jpg" alt="7up" /></a> <a href="brands/pepsi_onepage.pdf" title="Pepsi" target="_blank"><img src="images/logos/thums/pepsiNew.jpg" alt="Pepsi" /></a> <a href="brands/mtndew-onesheet.pdf" title="Mountain Dew" target="_blank"><img src="images/logos/thums/dew.jpg" alt="Mountain Dew" /></a> <a href="brands/aspen-onesheet.pdf" title="Aspen" target="_blank"><img src="images/logos/thums/aspen.jpg" alt="Aspen" /></a> <a href="brands/lbh-onesheet.pdf" title="Love Beverly Hills" target="_blank"><img src="images/logos/thums/lbh.gif" alt="Love Beverly Hills" /></a>  <a href="brands/BHCC_onesheet.pdf" title="Beverly Hills Country Club" target="_blank"><img src="images/logos/thums/bhcc.gif" alt="Beverly Hills Country Club" /></a> <a href="brands/gwr.PDF" title="Guinness World Records"><img src="images/logos/thums/guinness.gif" alt="Guinness World Records" /></a><a href="brands/ZORRO.pdf" title="Zorro Generation Z" target="_blank"><img src="images/logos/thums/zorro.jpg" alt="Zorro Generation Z" /></a><a href="clients_characters_sub_kong.php" title="KONG the animated series" target="_blank"><img src="images/logos/thums/kong.jpg" alt="KONG the animated series" /></a><a href="brands/shiv_onesheet.pdf" title="Shivkhera" target="_blank"><img src="images/logos/thums/shivkhera.jpg" alt="Shivkhera" /></a><a href="brands/bhajji_onesheet.pdf" title="Bhajji" target="_blank"><img src="images/logos/thums/bhajji.jpg" alt="Bhajji" /></a><a href="brands/denise_onepage.pdf" title="Denise Richards" target="_blank"><img src="images/logos/thums/denise.jpg" alt="Denise Richards" /></a><a href="brands/trump_onesheet.pdf" title="Donald J. Trump" target="_blank"><img src="images/logos/thums/trump.gif" alt="Donald J. Trump" /></a><a href="#" title="British Motor Heritage Limited" target="_blank"><img src="images/logos/thums/britishmotor.jpg" alt="British Motor Heritage Limited" /></a><a href="brands/Caribbean-Joe.pdf" title="Caribbean Joi" target="_blank"><img src="images/logos/thums/carbanjoi.jpg" alt="Caribbean Joi" /></a><a href="brands/EllenTracy.pdf" title="Ellen Tracy" target="_blank"><img src="images/logos/thums/ellentracy.gif" alt="Ellen Tracy" /></a><a href="brands/British-Motor-Heritage.pdf" title="The London Texi" target="_blank"><img src="images/logos/thums/londontexi.jpg" alt="The London Texi" /></a><a href="brands/MELS-DRIVE-IN.pdf" title="Mels Drive In" target="_blank"><img src="images/logos/thums/mels.jpg" alt="Mels Drive In" /></a><a href="brands/polaroid-new.pdf" title="Polaroid" target="_blank"><img src="images/logos/thums/polaroid.jpg" alt="Polaroid" /></a><a href="brands/kings_punjab.pdf" title="kings_punjab" target="_blank"><img src="images/logos/thums/kings.gif" alt="kings_punjab" /></a><a href="brands/oxford.pdf" title="Oxford" target="_blank"><img src="images/logos/thums/oxford.gif" alt="Oxford" /></a><a href="#" title="teletubbies" target="_blank"><img src="images/logos/thums/teletubbies.gif" alt="teletubbies" /></a></nobr>'


marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) 
var copyspeed=marqueespeed
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; display:block;">'+marqueecontent+'</span>')
var actualwidth=''
var cross_marquee, ns_marquee

function populate(){
if (iedom){
cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
cross_marquee.innerHTML=marqueecontent
actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
}
else if (document.layers){
ns_marquee=document.ns_marquee.document.ns_marquee2
ns_marquee.left=parseInt(marqueewidth)+8
ns_marquee.document.write(marqueecontent)
ns_marquee.document.close()
actualwidth=ns_marquee.document.width
}
lefttime=setInterval("scrollmarquee()",20)
}
window.onload=populate

function scrollmarquee(){
if (iedom){
if (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8))
cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px"
else
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"

}
else if (document.layers){
if (ns_marquee.left>(actualwidth*(-1)+8))
ns_marquee.left-=copyspeed
else
ns_marquee.left=parseInt(marqueewidth)+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:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden">')

write('<div id="iemarquee" style="position:absolute;left:0px;top:0px; width:1500px;"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee" bgColor='+marqueebgcolor+'>')
write('<layer name="ns_marquee2" left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
