function AraVob() {
}
 
var ScreenLine = new AraVob();
ScreenLine[1]= " Are you enjoying watching Black men fucking white blondes chicks ";
ScreenLine[2]= " swollen pussies and tight white ass? ";
ScreenLine[3]= " ";
ScreenLine[4]= " Do you like seeing dozens of hot white chicks who get rubbed by";
ScreenLine[5]= " huge black dicks or Rivers of chocolate milk flowing down their";
ScreenLine[6]= " tight white bodies?";
ScreenLine[7]= " ";
ScreenLine[8]= " If you like all those interracial or interracial humuliation,";
ScreenLine[9]= " then you have come to the right place here,";
ScreenLine[10]= " A place where monster black cocks rule!";
ScreenLine[11]= " ";
ScreenLine[12] = " For the past 3 years at Cuckold-Wives.com we has compiled all";
ScreenLine[13] = " FULL LENGTH mind-blowing INTERRACIAL movies featuring all sort of:";
ScreenLine[14] = " extreme interracial ass filling double penetration,interracial gangbang,";
ScreenLine[15] = " blacks on blondes unbelievable act, stretching white petite pussies,";
ScreenLine[16] = " hottest interracial orgies to all kinds of white sluts getting filled";
ScreenLine[17] = " with fresh black meat and More!";
ScreenLine[18] = " ";
ScreenLine[19] = " Here at Cuckold-Wives.Com you won't find files with short";
ScreenLine[20] = " runtimes that have been divided up to create the illusion of greater volume";
ScreenLine[21] = " You will be very pleased to know that we only update our";
ScreenLine[22] = " INTERRACIAL Movie Archive with FULL LENGTH MOVIES Twice monthly.";
ScreenLine[23] = " Rest assured, we would NEVER waste your time with that sort of scam here.";
ScreenLine[24] = " ;o)";
ScreenLine[25] = " ";
ScreenLine[26] = " We always take special care of our members with new fresh INTERRACIAL content";
ScreenLine[27] = " every month and give you free access to unlimited download to 950 VIDEO SITES!";
ScreenLine[28] = " For a minimum of $0.99cts per day, you gonna get more Porn dvd than you ever imagined!"; 
ScreenLine[29] = " :o)"; 

var msgNum = 1;
var msgCnt = 29; 
var typeSpeed = 40;
var lineDelay = 300 
var pagLen = 5; 
var delay = typeSpeed; 
var timerPS = null;
var linPntr = 0;
var tally = 1;
var msg = " ";
var outMsg = "";
var i = 0;

var typingon = true;
for (x = msgCnt; 1 <= x; x--) {
ScreenLine[x+pagLen] = ScreenLine[x] + "\r\n";
}
for (x = 1; x <= (pagLen); x++) {
ScreenLine[x] =" \r\n";
}
 msgCnt +=pagLen;
 msg = ScreenLine[1];

function SwitchIt() {
 typingon =!typingon;
}

function DisplayScroll() {
 if (msgNum < pagLen) {
delay = typeSpeed;
 }
 else {
delay = lineDelay;
 }
 ChangeMsg();
 outMsg += msg;
 self.document.msgform.msgarea.value = outMsg;
 if (typingon == true) {
timerPS = setTimeout("DisplayMsg()",delay);
 }
 else {
clearTimeout(timerPS);
timerPS = setTimeout("DisplayScroll()",delay);
 }
}
function DisplayMsg() {
 if (msg.length <= i) {
i = 0;
ChangeMsg();
 }
 outMsg += msg.charAt(i);
 i++; 
 if (msg.charAt(i)!= "\n" || msg == " \r\n") {
delay = typeSpeed;
 }
 else {
delay = lineDelay;
 }
 self.document.msgform.msgarea.value = outMsg;
 if (typingon == false) {
timerPS = setTimeout("DisplayScroll()",delay);
 }
 else {
clearTimeout(timerPS);
 timerPS = setTimeout("DisplayMsg()",delay);
 }
}

function ChangeMsg() {
 msgNum++;
 if (msgCnt < msgNum) {
 msgNum = 1;
 }
 if (pagLen <= tally) {
 chgPage();
 }
 tally++;
 msg = ScreenLine[msgNum];
}

function chgPage() {
 if (msgNum < pagLen) {
 linPntr = msgCnt - pagLen + msgNum + 1;
 }
 else {
 linPntr = msgNum - (pagLen - 1);
 }

 outMsg = ScreenLine[linPntr];
 for (p = 1; p < (pagLen - 1); p++) {
 linPntr++;
 if (msgCnt < linPntr) {
 linPntr = 1;
 }
 outMsg += ScreenLine[linPntr];
 }

}

function quitDisplay() {
self.document.msgform.msgarea.value = "test";
}
setTimeout("DisplayMsg()",1000);
