var arnews = new Array(10);
totcount = 2;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="NEW Kerri Kasem Reel
";
arnews[0] += "Kerri Kasem TV reel with E!, MTV, UFC, Americas Funniest Home Videos, The Rub, etc...";
arnews[0] += "
Publ.Date : Sat, 24 May 2008 20:44:42 GMT";
arnews[0] += "
";
arnews[1]="Kerri & Lisa visit Biloxi MS Go Zone Properties
";
arnews[1] += "This is minutes from the properties for us and our investors. White sand, gorgeous beaches, multi-million dollar homes right across from here. Great place! Casinos and more!!!";
arnews[1] += "
Publ.Date : Wed, 26 Sep 2007 22:20:35 GMT";
arnews[1] += "
";
totcount = 2;
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("