var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Bioshock' sequel returns to morally-battered Rapture
";
arnews[0] += "A promotional image for the video game \"Bioshock 2.\" Photograph by: 2K Games, SAN FRANCISCO a ' Thousands of US videogame shops will be open the instant Tuesday arrives for expected hordes of \"Bioshock\" fans eager to return to the grim, morally-tattered undersea world of Rapture.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:26:47 GMT";
arnews[0] += "
";
arnews[1]="Last week
";
arnews[1] += "A gang/youth crime prevention meeting will take place 6:30 to 8 p.m. Feb. 10 at City Hall, 33325 8th Ave.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:22:06 GMT";
arnews[1] += "
";
arnews[2]="Redline vs. Nitro Circus
";
arnews[2] += "There are few spectacles in the sports world that can compare to a good \"Prize Fight\"-the excitement and drama of two equally matched savages trying to knock each other's block off is just plain hard to beat.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:53:46 GMT";
arnews[2] += "
";
arnews[3]="There are 8 Billion, Count Em, Eight Billion Short Sellers on the Euro ..
";
arnews[3] += "Do you suppose some folks just happen to know something? H/T Rich K for emailing me the article from the Telegraph.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:20:00 GMT";
arnews[3] += "
";
arnews[4]="No homecoming ever goes smoothly
";
arnews[4] += "The number one rule of homecomings is: Don't talk about homecomings. No, wait, that's the number one rule of \"Fight Club.\" The real number one rule of homecomings is: They go wrong.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="UFC Signs Welterweight Prospect Brenneman
";
arnews[5] += "Terms of the deal were not disclosed. Based out the same AMA Fight Club that produced Frankie Edgar and former International Fight League middleweight champion Dan Miller , Brenneman has rattled off six consecutive victories, five of them finishes.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 09:31:35 GMT";
arnews[5] += "
";
totcount = 6;
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("