var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Was Hogan at Turning Point?, Stars Backstage, Pay-Per-View Dark Match - ImpactWrestling.com
";
arnews[0] += "- Smashing Pumpkins' Billy Corgan, former WCW star Gorgeous George and former ROH star Xavier were backstage at TNA's live events in Wayne, New Jersey this weekend. - The dark match before tonight's TNA Turning Point pay-per-view saw Hamada defeat ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 02:39:00 GMT";
arnews[0] += "
";
arnews[1]="Smashing Pumpkins' Drummer Auditions Documented in Video - S spinner
";
arnews[1] += "Back in September, we reported that Billy Corgan had found a replacement for original Smashing Pumpkins drummer Jimmy Chamberlin after a quick open casting call. Corgan's choice of 19-year-old Portland, Ore. native Mike Byrne came as a huge surprise ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 21:05:00 GMT";
arnews[1] += "
";
arnews[2]="The Gospel According to Butch: Part 2—The Performer - Popmatters.com
";
arnews[2] += "It’s often noted that the very act of performing—be it in the realm of acting, music, dance, or any other artform—can be an extremely cathartic experience. If this is truly the case, then, Butch Walker is in for one hell of a night tonight ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[2] += "
";
totcount = 3;
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("