var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gen Art's 12th Annual Fresh Faces in Fashion :: A Runway Photo Gallery
";
arnews[0] += "The evening of Oct 29th at The Petersen Automotive Museum was filled with more than just a kick-ass runway show.";
arnews[0] += "
Publ.Date : Fri, 30 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]=""Stoned"
";
arnews[1] += "Warning: This review contains spoilers. We're used to thinking of rock stars who die young as tragic heroes, and in theory Brian Jones, who died under mysterious circumstances in his own swimming pool at age 27, ought to fit the bill.";
arnews[1] += "
Publ.Date : Fri, 24 Mar 2006 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Dead Man Running
";
arnews[2] += "A Revolver Entertainment release of a DMR production, in association with P&T Prods.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 01:14:14 GMT";
arnews[2] += "
";
arnews[3]="Celebrity Interviews: I'm ready to reclaim hip hop crown after...
";
arnews[3] += "IT'S been two years since 50 Cent claimed he would retire from music if Kanye West beat him to the No.1 album spot.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 23:00:00 GMT";
arnews[3] += "
";
arnews[4]="Movie Review: 'Dead Man Running'
";
arnews[4] += "Danny Dyer, Tamer Hassan and Monet Mazur in 'Dead Man Running' Anyone familiar with football will know that Rio Ferdinand has had a very tough time recently with enough defensive mistakes to fill an episode of You've Been Framed .";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 01:40:22 GMT";
arnews[4] += "
";
arnews[5]="Dead Man Running review
";
arnews[5] += "Website of the Telegraph Media Group with breaking news, sport, business, latest UK and world news.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 00:38:51 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("