var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bam Margera is a Mess After "Jackass 3D" Shoot - WorstPreviews.com
";
arnews[0] += "The Reverend Jessie Jackson and Mike Tyson are both in Rome, Italy and they decide to go to the Vatican to see the Pope and get blessed. Jessie Jackson walks into the Vatican wearing an expensive suit, while Mike Tyson is wearing shorts, a muscle ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[0] += "
";
arnews[1]="HIM sell out on latest - Daily Cardinal
";
arnews[1] += "With melodramatic lyrics and a more commercialized feel on 'Screamworks,' one can only hope HIM’s next release will be a welcomed return to their earlier, authentic style of music. After nearly two decades on the music scene, Finnish quintet HIM ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:17:00 GMT";
arnews[1] += "
";
arnews[2]="The Prince of Darkness, in his own words! - CRAVE ONLINE
";
arnews[2] += "Her inkwork has graced the flesh of people like Queens of the Stone Age, Bam Margera, Jenna Jameson, Margaret Cho, Metallica, Slayer, Incubus and many, many more She's got her own show, a makeup line and legions of L.A. wannabes that would tear out ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[2] += "
";
arnews[3]="Album Review of Screamworks: Love in Theory and Practice - Associated Content
";
arnews[3] += "I've been a fan of HIM for at least 7 years know and though Dark Light somewhat lost me and I'm a big fan of their older works like Razorblade Romance and Deep Shadows and Brilliant Highlights, Screamworks has definitely reconfirmed my love of them ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 12:42: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("