<!-- Begin
var max=0;
function textlist() {
max=textlist.arguments.length;
for (i=0; i<max; i++)
this[i]=textlist.arguments[i];
}
tl = new textlist( 
"ANITA: Hi baby, I'm Anita and Beth is laying here with me too ....naked and horny. All of our friends and us are dying to get inside your pants :).",
"ANITA: I'll bet you've got a hard-on that massages our G-spot so well you'll make us cum and cum again :-)",
"BETH: Would you like to watch a really wet blowjob where the spit and cum runs all over our cheeks and pretty titties ?",
"ANITA: It doesn't matter if you like black girls or Asians or amateurs OR.....",
"BETH: OR.....really kinky shit like spankings, bondage, tattood babes or really fucking messy .... we're all here for your dick",
"ANITA: It's hard to type one handed and our keyboards are getting messy ... We're ready to fuck around.",
"BETH: Cum inside where boobs and lips grab your cock head and won't let go.",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
);

var x = 0; pos = 0;
var l = tl[0].length;
function textticker() {
document.tickform.tickfield.value = tl[x].substring(0, pos) + "_";
if(pos++ == l) {
pos = 0; 
setTimeout("textticker()", 2500); 
if(++x == max) x = 0; 
l = tl[x].length;
} else
setTimeout("textticker()", 150);
}
//  End -->
