var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="World Cup of Hot Chicks: Ranking the Women From Each Qualifying Country
";
arnews[0] += "It's official, the field has been set for the 2010 World Cup. Soccer fans are rejoicing as we look forward to the future groupings of teams.";
arnews[0] += "
Publ.Date : Mon, 23 Nov 2009 03:52:44 GMT";
arnews[0] += "
";
arnews[1]="Yuji Hoshino vs. Marlon Sandro added to World Victory Road's "Sengoku 11th Battle"
";
arnews[1] += "A featherweight contest between Yuji Hoshino and Marlon Sandro is the second bout officially announced for November's \"Sengoku 11th Battle\" event.";
arnews[1] += "
Publ.Date : Thu, 24 Sep 2009 15:25:00 GMT";
arnews[1] += "
";
arnews[2]="Japanese Bikini Models
";
arnews[2] += "Aki Hoshino The sexy DVD Finder Love Guide She is known as the \"Angel of Japan,\" and if you watch one of her DVDs, you'll think you went straight to heaven.";
arnews[2] += "
Publ.Date : Wed, 29 Aug 2007 07:00:00 GMT";
arnews[2] += "
";
totcount = 3;
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("