var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lights, Camera, Fashion!!!! MTV Enters the Dramatic World of Fashion with Its New Series "Styl'D"
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 07:57:00 GMT";
arnews[0] += "
";
arnews[1]="The Hole in Our Lives
";
arnews[1] += "Oprah's announced exit from day-time talk is more than a business move. Lorraine Ali on the loss of America's mother confessor - and what it's like to go on the show.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:05:40 GMT";
arnews[1] += "
";
arnews[2]="Die Mannequin finds rock 'n' roll soul salvation
";
arnews[2] += "It's a tad ironic that when Die Mannequin's Care Failure hooked up with members of Rush, Tea Party, Three Days Grace, and Big Wreck in 2006 to record a song for the soundtrack of Trailer Park Boys: The Movie , the tune in question happened to be \"I Fought the Law\". She'd actually had her first brush with the police at the age of 12, having been ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 22:07:56 GMT";
arnews[2] += "
";
arnews[3]="New Fan Death Video - "Cannibal"
";
arnews[3] += "Fan Death don't skimp on the video treatments: The clip for \" Reuinited \" featured a number of roadside cameos via excellently unconvincing, often creepy lookalikes.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:20:37 GMT";
arnews[3] += "
";
arnews[4]="Strike Anywhere
";
arnews[4] += "If you're a fan of modern day punk and hardcore, but can't quite stomach the thought of elbowing your way through crowds to try to catch 300 bands in three days time -- and you live in Orlando -- then the days surrounding Halloween weekend can be wonderfully exhausting in the way of live music and late nights.";
arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="GN'R to unveil 'Chinese Democracy'
";
arnews[5] += "Axl Rose of Guns N` Roses salutes his fans, staying true to form during a concert.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 17:04:11 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("