var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Trailer: Jeff Bridges In a Crazy Hearta
";
arnews[0] += "GRAB IT Rate this video: Hottest Videos PREV T.G.I.F. - Was Janet Jackson Aware Of Michael's Drug Use? NEXT Week's Best Star Sightings: November 7 - 13, 2009 All Access: Up Close & Personal With The Stars Of 'New Moon' In Los Angeles";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:56:37 GMT";
arnews[0] += "
";
arnews[1]="Scene & Herd: Pop Tarts' Celebrity Sightings
";
arnews[1] += "Lauren Bosworth and Stephanie Pratt artying up a storm at Maxim & Ubisoft Assassin'sA Creed 2 Launch at Voyeur in West Hollywood last Wednesday Kid Rock hanging out last Monday afternoon at country music's most famous honky-tonk, Tootsie's Orchid Lounge in Nashville.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:46:08 GMT";
arnews[1] += "
";
arnews[2]="He Said She Said: Songs That Remind Us of Our Exes
";
arnews[2] += "One thing that struck He Said while we were making this list was the lack of metal and/or punk rock associated with the women in our past.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 21:02:05 GMT";
arnews[2] += "
";
arnews[3]="Crazy Heart trailer online
";
arnews[3] += "I missed this trailer when it popped up, it's the trailer for Crazy Heart, a new film starring Jeff Bridges, Maggie Gyllenhaal, Colin Farrell and the superb Robert Duvall.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:46:32 GMT";
arnews[3] += "
";
arnews[4]="Watch the Trailer for Jeff Bridges Flick, Crazy Heart
";
arnews[4] += "Fox Searchlight has released the trailer for Crazy Heart , the film that critics says will help Jeff Bridges win his overdue Oscar.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 23:35:57 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("