var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="days like this lyrics
";
arnews[0] += "days like this lyrics -";
arnews[0] += "
";
arnews[1]="paul collier: ABCs "Dating in the Dark" host Rossi Morreale, Diane Kress on "The Ceslie Show" - Jul 30,2009
";
arnews[1] += "ABCs \"Dating in the Dark\" host Rossi Morreale, Diane Kress on \"The Ceslie Show\" - Jul 30,2009 -";
arnews[1] += "
";
arnews[2]="Phoenix: ABCs Dating in the Dark host Rossi Morreale Diane Kress on The ...: Love Relationships Dating Jul 30 2009. ... B.. http://bit.ly/9cm1t
";
arnews[2] += "ABCs Dating in the Dark host Rossi Morreale Diane Kress on The ...: Love Relationships Dating Jul 30 2009. ... B..";
arnews[2] += "
";
arnews[3]="Mike Norris: ABCs Dating in the Dark host Rossi Morreale Diane Kress on The ... http://bit.ly/9cm1t
";
arnews[3] += "ABCs Dating in the Dark host Rossi Morreale Diane Kress on The ...";
arnews[3] += "
";
arnews[4]="Ceslie Armstrong: CESLIE:The Women's Network™
";
arnews[4] += "CESLIE:The Women's Network™ -";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("