var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MaRiLyN MaNsOn MM's
";
arnews[0] += "Where is this tattoo / piercing? Right lower calve just above ankle How long have you had it? 2 Years How many tats do you have? 10 How many piercings do you have? 9 What's the story behind this tattoo / piercing? I always loved Marilyn Manson I was obsessed growing up ages 10 threw now and when i turned 16 my mom was gonna sign for me to get a tat ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:16:51 GMT";
arnews[0] += "
";
arnews[1]="Lights, Camera, Fashion!!!! MTV Enters the Dramatic World of Fashion with Its New Series "Styl'D"
";
arnews[1] += "AIRING TUESDAYS AT 11PM ET/PT What happens when you mix celebrities, high profile stylists, and a group of eager junior stylists vying for a coveted job at the prestigious Margaret Maldonado Agency? Find out when MTV takes you inside the competitive world of fashion in the new series \"STYL'D\" airing Tuesdays at 11pm ET/PT. The series follows five ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:57:00 GMT";
arnews[1] += "
";
arnews[2]="Sulfur - Slipknot
";
arnews[2] += "Slipknot's mix of grinding, post-Korn alternative metal, Marilyn Manson-esque neo-shock rock, and rap-metal helped make them one of the most popular bands in the so-called nu-metal explosion of the late '90s. But even more helpful was their theatrical, attention-grabbing image: the band always performed in identical industrial jump suits and ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:23:26 GMT";
arnews[2] += "
";
arnews[3]="Security guards hired to watch properties
";
arnews[3] += "WITH his icy blue eyes staring challengingly from beneath heavy lids, a sneer on his lips and an air of nonchalant disdain, Steve McQueen was Hollywood's epitome of cool.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:29:35 GMT";
arnews[3] += "
";
arnews[4]="Coma White: A Sampling of Songs About the JFK Assassination
";
arnews[4] += "Warning: Some of these videos contain very graphic images. Anyone who knows Rocks Off, even in passing, knows of his fierce JFK assassination obsession .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:55:28 GMT";
arnews[4] += "
";
totcount = 5;
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("