var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Insomniac: New Ratchet will be a 'long burner' at retail - PS3Center.net
"; arnews[0] += "October was a huge month for PS3 owners, seeing the release of three exclusive titles, Demon's Souls, Uncharted 2, and Ratchet and Clank Future: A Crack in Time. The trifecta of exclusives were all very well received and gaming communities around the ..."; arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 23:59:00 GMT"; arnews[0] += "
"; arnews[1]="Wizards come full circle against Cavaliers - Washington Examiner
"; arnews[1] += "The five guys on the floor that put it away – that made the decisive run to end a six-game Wizards losing streak that had begun in Cleveland 15 days earlier, that frustrated Cavaliers head coach Mike Brown and LeBron James both into technical fouls ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:37:00 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("
");document.write("
");