var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="System Of A Down Set For 2010 Return? - The Gaea Times
";
arnews[0] += "Heavy rocker SHAVO ODADJIA has given fans hope of a 2010 SYSTEM OF A DOWN reunion, four years after the band last rocked out together. System of a Down has been on hiatus since 2006 and frontman Serj Tankian has used his time away from the group to ...";
arnews[0] += "
Publ.Date : Tue, 12 Jan 2010 09:24:00 GMT";
arnews[0] += "
";
arnews[1]="Priestess to tour with High on Fire - The Gauntlet
";
arnews[1] += "Electrifying Montreal-based hard rock band PRIESTESS has just released its long-awaited sophomore album, Prior to the Fire. Today, the band announces U.S. tour dates as direct support to Oakland's High on Fire on its just-announced spring headlining ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:44:00 GMT";
arnews[1] += "
";
arnews[2]="Critics pan Lil' Wayne's 'Rebirth' - Digital Spy
";
arnews[2] += "Critics have panned Lil' Wayne's seventh studio album, according to reports. Rebirth was released on Tuesday, a week before the rapper is due to commence a one-year jail term for attempted criminal possession of a weapon. The LP was billed as the ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 11:06:00 GMT";
arnews[2] += "
";
arnews[3]="Polysics Q&A On Absolute Polysics , Kayo's Departure From the Band and ... - Phoenix New Times
";
arnews[3] += "Yet speaking with Polysics through their interpreter, Shin, on a recent phone interview, they seemed completely relaxed. Perhaps their metric ton of pre-show pixie sticks had not shown up yet. \"How much fun is it to be a member of Polysics,\" I asked ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 23:09:00 GMT";
arnews[3] += "
";
totcount = 4;
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("