var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Gravity Crash lands on PSN next week
"; arnews[0] += "Gravity Crash will be released this Tuesday 24th November on the PlayStation Store."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:03:24 GMT"; arnews[0] += "
"; arnews[1]="Unusual Ideas Satisfy Tricky Gift Recipients
"; arnews[1] += "When it comes to gift-giving, everybody seems to have that same problem person to buy for."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:53:02 GMT"; arnews[1] += "
"; arnews[2]="GREEN & GLOVER: Flav for the homeless
"; arnews[2] += "\"Sasha what?\" exclaimed rap artist and reality-TV star Flavor Flav on Wednesday evening in response to a question by one of the many reporters crowded around him during his visit to the Sasha Bruce House for homeless youth in Southeast Washington."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:48:14 GMT"; arnews[2] += "
"; arnews[3]="We heard
"; arnews[3] += "Leona: I'm hard coz I'm from Hackney! LEONA Lewis insists that she was able to get over being punched in the face pretty quickly because her tough upbringing in Hackney made her as strong as nails."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:03:26 GMT"; arnews[3] += "
"; arnews[4]="Just Make Your Own: Cantena Chain Clock
"; arnews[4] += "I like this clock . I can't exactly say why but I think it's because it costs $2,338 and is definitely something my son team of highly skilled artisans could recreate for a fraction of the cost, ultimately saving you, the sucker, a bundle."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:34:19 GMT"; arnews[4] += "
"; arnews[5]="PlayStation Store Update
"; arnews[5] += "It's time for the weekly PlayStation Store Update . Updates Get Uno for new low price of $7.99 Applications adhocParty Play Ad Hoc PSP games online via your PS3! File Size 6.31 MB Downloadable Games Peggle Have you got the Peggle fever? Now on the PlayStation Network, experience the ultimate pinballesque adventure! Indulge your love for bouncing ..."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 01:46:31 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("
");document.write("
");