var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="411Mania's Squared Circle News Report 11.21.09
";
arnews[0] += "Usually I don't mind rain all that much, but when you have to work in the stuff all day and it gets your clothing all wet, it's enough to make a guy go psycho.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:25:17 GMT";
arnews[0] += "
";
arnews[1]="411 PPV Roundtable Preview: WWE Survivor Series 2009
";
arnews[1] += "This year, traditional Survivor Series matches make their return with a vengeance, as three of the multi-man elimination format bouts will be on the card.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:24:30 GMT";
arnews[1] += "
";
arnews[2]="Giveaway a " Win a Wwe Survivor Series Prize Pack
";
arnews[2] += "As we speed towards the close of 2009, WWE is gearing up to go out on top with their heart stopping event, Survivor Series , coming to you live Sunday November 22,A 2009 at 8:00 PM Eastern Time and 5:00A PM only on Pay Per View! At this yeara TMs event, the reigning champions will fight to keep their title against not one but two opponents at once! ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:38:08 GMT";
arnews[2] += "
";
arnews[3]="What TNA Is Doing Right
";
arnews[3] += "So often we like to bash TNA for not doing what we think they should be. It's easy because we want them to succeed so badly, that when they make a poor decision, we slide right into jumping on them for it.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:56:21 GMT";
arnews[3] += "
";
arnews[4]="COMPETITION: Win exclusive WWE Survivor Series ringside chairs and T-shirts
";
arnews[4] += "News Shopper has some exclusive WWE merchandise to be won in celebration of Survivor Series 2009.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:41:51 GMT";
arnews[4] += "
";
arnews[5]="High Road/Low Road 11.20.09: WWE Title Match At Survivor Series
";
arnews[5] += "High Road/Low Road 11.20.09: WWE Title Match At Survivor Series Posted by Sat & Chad Nevett on 11.20.2009 In this week's edition of the High Road/Low Road, we look at the WWE Title match at the Survivor Series.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:57:29 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("