var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Creed Has "Overcome" for the Love of Rock
";
arnews[0] += "After an Often Tumultuous yet Successful Past, the Rock Band Reunites and Releases a New Album, \"Full Circle\"";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:00:08 GMT";
arnews[0] += "
";
arnews[1]="Glimpses of God: Creed
";
arnews[1] += "On their first album since reuniting earlier this year, Scott Stapp and friends sing of sin, submission, and repentance.";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="glimpses of god
";
arnews[2] += "Displaying 1 - 5 of 5 articles. Page: 1 Full Circle On their first album since reuniting earlier this year, Scott Stapp and friends sing of sin, submission, and repentance.";
arnews[2] += "
Publ.Date : Mon, 12 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Creed's Rebirth
";
arnews[3] += "After years of hiatus, Creed's Scott Stapp and Mark Tremonti speak about re-entering the music world with their new album, \"Full Circle\" and hardships along the way.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 02:03:00 GMT";
arnews[3] += "
";
arnews[4]="Road Rage
";
arnews[4] += "It flows in our veins. Cue the classic Sam Kinison scream in your head: \"Ohhhhh, ohhhh, ooohhhhh!\" I have a much safer, less expensive road rage exercise for us today.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Official New Zealand Music Chart 18 November 2009
";
arnews[5] += "Black Friday, November 13 2009, has proved to be the lucky tipping point for local drum n bass outfit Shapeshifter.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:12:33 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("