var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Whistler men's Alpine course injected with water
";
arnews[0] += "Skiing's governing body has injected the men's Alpine course at Whistler with water to harden the surface as the Winter Games near.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:38:13 GMT";
arnews[0] += "
";
arnews[1]="Slash To Guest On Alter Bridge Frontman's Solo Album [News]
";
arnews[1] += "Velvet Revolver /ex- Guns N' Roses guitarist Slash has contributed a guitar solo to the forthcoming solo album from Alter Bridge frontman Myles Kennedy .";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:31:38 GMT";
arnews[1] += "
";
arnews[2]="Slash To Guest On Alter Bridge Frontman's Solo Album
";
arnews[2] += "VELVET REVOLVER /ex- GUNS N' ROSES guitarist Slash has contributed a guitar solo to the forthcoming solo album from ALTER BRIDGE frontman Myles Kennedy .";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 17:42:31 GMT";
arnews[2] += "
";
arnews[3]="All You Cannot Live Without 02.08.10: Exacerbating Parental Issues One Week At A Time
";
arnews[3] += "All You Cannot Live Without 02.08.10: Exacerbating Parental Issues One Week At A Time Posted by Ben Czajkowski on 02.08.2010 Megadeth's Mustaine hints at ultra-super-secret project.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Slither - Velvet Revolver
";
arnews[4] += "Watch Velvet Revolver in this exclusive performance where they sing hits like 'The Last Fight' and a cover of Guns N' Roses' 'Patience.' ... Velvet Revolver - Play All Biography Velvet Revolver began with a spring 2002 jam session that reunited ex-Guns N' Roses bandmates Slash , Duff McKagan , and Matt Sorum on-stage. With the discovery that their ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 10:32:27 GMT";
arnews[4] += "
";
arnews[5]="Pete Wentz says Fall Out Boy not completely done
";
arnews[5] += "Pete Wentz says talk of Fall Out Boy's demise has been blown out of proportion - but he isn't sure when the rock band will performing together again.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 07:29:48 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("