var scrollerdelay='3000' //delay between msg scrolls. 3000=3 seconds.
var scrollerwidth='280px'
var scrollerheight='100px'
var scrollerbgcolor='black'
//set below to '' if you don't wish to use a background image
// var scrollerbackground='scrollerback.gif'
var scrollerbackground=''

var messages=new Array()
messages[0]="<font face='Arial' color='white' size='2'><em>Great site! We love the ladies, cum shots and subject matter. This is the hottest fetish. Hubby and I love your site - It is as good as it gets!</em></font>"
messages[1]="<font face='Arial' color='white' size='2'><em>My boyfriend and I love Gloryholecity! We never knew so many others shared our fetish for sex in adult theatres and bookstores. Thank you guys! XoXo</em></font>"
messages[2]="<font face='Arial' color='white' size='2'><em>Just wanted to say that we have been members of Gloryholecity for over a year and have both enjoyed it since day one. Someday, I may let hubby drag me out to an ABS. But, until then, this place satisfies us both - keep up the good work. Thanks</em></font>"
messages[3]="<font face='Arial' color='white' size='2'><em>Great site with hot sluts - joined two months ago and still happy with it - Wish I could find more sites setup as good as this one. You get my vote!</em></font>"
messages[4]="<font face='Arial' color='white' size='2'><em>Wonderful mix of material - looks like you guys put a lot of time into this site and have made it most enjoyable - very happy</em></font>"
messages[5]="<font face='Arial' color='white' size='2'><em>I have been surfing the adult bookstore scene for years and have been a member of this site since it started. No one covers the full spectrum like you guys. I live for pix and videos, which you have plenty - I am into this scene and want all I can get. You guys deliver!</em></font>"
messages[6]="<font face='Arial' color='white' size='2'><em>Hello, I just joined your web site tonight and what can I say... it's the best. I have a fetish for woman that like this type of sex play and have spent over ten years looking for a site just like this. Way To Go! I look forward to your upcoming woman and updates!</em></font>"
messages[7]="<font face='Arial' color='white' size='2'><em>Wow! I didn't know what to expect and figured I would just find a few pictures, but I was wrong. Your site has a great variety of pictures, video clips, stories, information and other stuff that made it worth the visit. I love these gals!!!</em></font>"
messages[8]="<font face='Arial' color='white' size='2'><em>I dig gloryholes and the whole adult bookstore sex thing. I always thought this was reserved for gay guys but this site taught me better. There really are women out there that like it!</em></font>"
messages[9]="<font face='Arial' color='white' size='3'><br>GloryholeCity<br><br><a href='http://www.gloryholecity.com/ccbill/join.htm'>Click here and Join Today!</a></font>"

///////Do not edit pass this line///////////////////////

var ie=document.all
var dom=document.getElementById

if (messages.length>2)
i=2
else
i=0

function move(whichdiv){
tdiv=eval(whichdiv)
if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){
tdiv.style.top=0+"px"
setTimeout("move(tdiv)",scrollerdelay)
setTimeout("move2(second2_obj)",scrollerdelay)
return
}
if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
tdiv.style.top=parseInt(tdiv.style.top)-5+"px"
setTimeout("move(tdiv)",50)
}
else{
tdiv.style.top=parseInt(scrollerheight)+"px"
tdiv.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}

function move2(whichdiv){
tdiv2=eval(whichdiv)
if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
tdiv2.style.top=0+"px"
setTimeout("move2(tdiv2)",scrollerdelay)
setTimeout("move(first2_obj)",scrollerdelay)
return
}
if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px"
setTimeout("move2(second2_obj)",50)
}
else{
tdiv2.style.top=parseInt(scrollerheight)+"px"
tdiv2.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}

function startscroll(){
first2_obj=ie? first2 : document.getElementById("first2")
second2_obj=ie? second2 : document.getElementById("second2")
move(first2_obj)
second2_obj.style.top=scrollerheight
second2_obj.style.visibility='visible'
}

if (ie||dom){
document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')
document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0px;top:0px">')
document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:1px;">')
document.write(messages[0])
document.writeln('</div>')
document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:0px;visibility:hidden">')
document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
document.writeln('</div>')
document.writeln('</div>')
document.writeln('</div>')
}

if (window.addEventListener)
window.addEventListener("load", startscroll, false)
else if (window.attachEvent)
window.attachEvent("onload", startscroll)
else if (ie||dom)
window.onload=startscroll