var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Raw: Bret Hart goes off; Shawn Michaels walks off
";
arnews[0] += "Bret Hart and Shawn Michaels have not wrestled on the same WrestleMania card since they had their classic Iron Man Match at WrestleMania XII in 1996.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:43:33 GMT";
arnews[0] += "
";
arnews[1]="Singles going crazy
";
arnews[1] += "MUSIC When going on a San Francisco bar crawl with Hunx, the best place to start is the Edge.";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 06:28:01 GMT";
arnews[1] += "
";
arnews[2]="Singles going crazy
";
arnews[2] += "MUSIC When going on a San Francisco bar crawl with Hunx, the best place to start is the Edge.";
arnews[2] += "
Publ.Date : Wed, 13 Jan 2010 06:29:27 GMT";
arnews[2] += "
";
arnews[3]="Bret Hart Update, John Cena Not On RAW Next Week
";
arnews[3] += "Source: ProWrestling.NET -- As reported, Bret Hart is officially expected to be announced as next week's RAW guest host.";
arnews[3] += "
Publ.Date : Sat, 19 Dec 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Wrestlers from the past
";
arnews[4] += "The alternate universe that is professional wrestling continues to torment Senate candidate Linda McMahon: McMahon's detractors range from Bruno Sammartino, a crowd favorite known as \"The Living Legend\" for his exploits in the ring in the 1960s and 1970s, to Chyna, a popular late-1990s female wrestler who later appeared on the cover of Playboy and ...";
arnews[4] += "
Publ.Date : Tue, 08 Dec 2009 20:06:00 GMT";
arnews[4] += "
";
arnews[5]="WWE News: Wrestlers Comment On Linda's Run For Senate, Press For Mark Cuban, More
";
arnews[5] += "WWE News: Wrestlers Comment On Linda's Run For Senate, Press For Mark Cuban, More Posted by Larry Csonka on 12.08.2009 Lots of Tuesday WWE news... - Mark Cuban hosting Raw got mentioned in the LA Times, which you can read here .";
arnews[5] += "
Publ.Date : Tue, 08 Dec 2009 15:47: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("