var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Fortuitous Fourteen
"; arnews[0] += "This is the first edition of the Fortuitous Fourteen. Fourteen, completely, utterly, random facts to fill your day with excitement and most of them have something to do with the Phoenix Coyotes."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 01:10:21 GMT"; arnews[0] += "
"; arnews[1]="Today in Wrestling History: November 17th
"; arnews[1] += "Today in Wrestling History: November 17th Posted by Larry Csonka on 11.17.2009 Survivor Series, Sid wins gold, more... Major Events: * 1996 - Survivor Series, Madison Square Garden, New York, NY * 2002 - Survivor Series, Madison Square Garden, New York, NY Title Changes: * 1996 - Psycho Sid defeated Shawn Michaels for the WWF Heavyweight title * ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 17:30:57 GMT"; arnews[1] += "
"; arnews[2]="Are People This Naive?
"; arnews[2] += "Back in 2003 I argued to the chagrin of some techno-utopian types at a blogging conference, that as a Howard Dean supporter I would be really upset if he was wasting time blogging when he should be glad-handing with possible supporters."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 15:35:25 GMT"; arnews[2] += "
"; arnews[3]="Offside Friday - Leafs hope yoga bearable
"; arnews[3] += "Seeing as the belligerence and truculence isn't working so well, some of the Maple Leafs are taking the serenity route."; arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="WWE Smackdown vs Raw 2010 Review
"; arnews[4] += "WWE Smackdown vs. Raw 2010 is a title that delivers the goods and does so in impressive fashion! The move to the current generation of consoles has been an enduring process for wrestling fans but they should worry no more as THQ has put together an intelligent package that goes the extra distance to appease its fanbase."; arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 18:13:58 GMT"; arnews[4] += "
"; arnews[5]="WWE SmackDown! vs. RAW 2010 cheats
"; arnews[5] += "NOTE: These are the main WWE SmackDown! vs. RAW 2010 cheats that are usually applied by pressing down the right key combination."; arnews[5] += "
Publ.Date : Mon, 26 Oct 2009 15:57:12 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("
");