var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jessica Szohr Explains Her Mysterious Hair
";
arnews[0] += "This is not the only PR photo of her looking this way. There are others, too gruesome to reprint.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:47:15 GMT";
arnews[0] += "
";
arnews[1]="Fug Girls: Predicting Tonighta s Project Runway Winner
";
arnews[1] += "From left to right: Looks from Irina, Carol Hannah, and Althea. After all the Sturm und Drang surrounding the current season of Project Runway , tonight's finale almost feels anticlimactic.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:33:15 GMT";
arnews[1] += "
";
arnews[2]="Robert, Kristen, and Taylor at 'Twilight: New Moon' Premiere
";
arnews[2] += "Cinema Society, D&G & Alize Screen 'The Twilight Saga: New Moon' Landmark Sunshine Cinema and the Box.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:32:18 GMT";
arnews[2] += "
";
arnews[3]="'New Moon' Screening Brings Out Hip Nyc Crowd [Photo Gallery]
";
arnews[3] += "While celebrities seemed to shy away from the Los Angeles premiere of New Moon , this was not the cast at the The Twilight Saga: New Moon screening hosted by The Cinema Society & D&G in New York City .";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:01:33 GMT";
arnews[3] += "
";
arnews[4]="Robert, Kristen and the New Moon Cast Pause to Party
";
arnews[4] += "Robert Pattinson, Kristen Stewart and Taylor Lautner were together for last night's special NYC screening of New Moon along with their many costars.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:00:00 GMT";
arnews[4] += "
";
arnews[5]="a oeNew Moona Afterparty Attracts Big Stars And Joan Jett
";
arnews[5] += "The two things Joan Jett loves: 1. Rock and Roll. 2. Using her tenuous connection to Kristen Stewart to get publicity.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 09:21:00 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("