var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Post a Comment
";
arnews[0] += "Warren G might make a pretty good \"Behind the Music\" story. The \"Regulator\" might make an even better \"Where are They Now?\" story.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:18:11 GMT";
arnews[0] += "
";
arnews[1]="Warren G stays true to himself and the G-funk sound
";
arnews[1] += "Warren G might make a pretty good 'Behind the Music' story. The 'Regulator' might make an even better a 'Where are They Now?' story.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Warren G to drop new album 'The G Files' at the Aggie on Thursday
";
arnews[2] += "Warren G might make a pretty good 'Behind the Music' story. The 'Regulator' might make an even better a 'Where are They Now?' story.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Post a Comment
";
arnews[3] += "Warren G might make a pretty good \"Behind the Music\" story. The \"Regulator\" might make an even better a \"Where are They Now?\" story.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:58:50 GMT";
arnews[3] += "
";
arnews[4]="Regulate - Warren G. / Nate Dogg
";
arnews[4] += "Some images on this site 2009 Getty Images Some images on this site WireImage.com or WireImage.com contributing photographers";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 17:56:10 GMT";
arnews[4] += "
";
arnews[5]="Review: Warren G-Live in Chicago
";
arnews[5] += "G-Funk pioneer Warren G stopped in my neck of the woods on his G-Files Tour. Before taking the stage I spoke to Warren and found him to be just as cool and laid back as the rhymes that he writes.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 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("