var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Louisiana seeing busy fall filming season
";
arnews[0] += "With hurricane season ending, film and TV production in south Louisiana is picking up, and New Orleans is on track to break last year's filming record.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:22:37 GMT";
arnews[0] += "
";
arnews[1]="Kelly Brook on why Danny Cipriani is her perfect match but marriage is not on the cards
";
arnews[1] += "Kelly Brook. Axed from Britain's Got Talent in January after just six days, she believed her career here was over.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Gerard Butler voted Best British Actor in Hollywood
";
arnews[2] += "Gerard Butler has topped a new list of the 'Best British Actors in Hollywood'. The 40-year-old Scottish actor beat Christian Bale and Daniel Day-Lewis to the title in a poll of more than 1,000 British films fans by online DVD and games rental service Lovefilm.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:56:52 GMT";
arnews[2] += "
";
arnews[3]="Butler voted best Brit in Hollywood SCOTTISH actor Gerard Butler has...
";
arnews[3] += "SCOTTISH actor Gerard Butler has been voted the best British actor in Hollywood by film fans.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 00:34:09 GMT";
arnews[3] += "
";
arnews[4]="Schwarzenegger to quit politics next year
";
arnews[4] += "Hollywood star-turned-California Governor Arnold Schwarzenegger has announced he'll quit as a politician next year.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 18:43:09 GMT";
arnews[4] += "
";
arnews[5]="Cherry Lane Music Publishing Signs Deal With Lionsgate Music
";
arnews[5] += "Under the terms of the deal, Cherry Lane will administer and exploit Lionsgate's extensive catalog of film and TV music and individual songs.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 13:27:20 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("