var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The boyfriend shirt is back this spring
";
arnews[0] += "The singer Rihanna is one of many celebrities who helped make the boyfriend shirt popular.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:39:13 GMT";
arnews[0] += "
";
arnews[1]="Robert, Kristen, and Taylor at 'Twilight: New Moon' Premiere
";
arnews[1] += "Cinema Society, D&G & Alize Screen 'The Twilight Saga: New Moon' Landmark Sunshine Cinema and the Box.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:32:18 GMT";
arnews[1] += "
";
arnews[2]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[2] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 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]="a oeNew Moona Afterparty Attracts Big Stars And Joan Jett
";
arnews[4] += "The two things Joan Jett loves: 1. Rock and Roll. 2. Using her tenuous connection to Kristen Stewart to get publicity.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:21:00 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("