var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Butler named best Brit actor in Hollywood
";
arnews[0] += "Gerard Butler has reportedly been named the best British actor in Hollywood. The Law Abiding Citizen star has topped a recent poll of more than 1,000 UK movie fans by DVD rental service LoveFilm, STV reports.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:29:36 GMT";
arnews[0] += "
";
arnews[1]="Oscars quiz: Who got demoted?
";
arnews[1] += "It doesn't matter what acting category you campaign for at the Academy Awards; voters can put you wherever they want.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 19:53:05 GMT";
arnews[1] += "
";
arnews[2]="Pairing Fragrance and Nail Polish to Create a New Fashion Mood
";
arnews[2] += "Fragrance and nail polish are fantastic accessories that you can change with every mood.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:56:56 GMT";
arnews[2] += "
";
arnews[3]="Eva Mendes to write love letter for Kate Winslet
";
arnews[3] += "London Hollywood bombshell Eva Mendes is planning to scribble a love letter for her idol Kate Winslet appreciating her acting talents.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 11:09:25 GMT";
arnews[3] += "
";
arnews[4]="Now who's gonna snowmobile with Tom Cruise?
";
arnews[4] += "Leaving Tom Cruise with no couch to jump on, save those of shirtless sailors and dollhouses, Oprah Winfrey announced today she'll be ending her talk show after 25 years on the air.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:55:00 GMT";
arnews[4] += "
";
arnews[5]="20 Outrageous Oprah Moments
";
arnews[5] += "You've seen the car giveaway and the day she showed off her new figure, but what about the time she talked auto-eroticism with Gayle, praised Kate Winslet's breasts, and rapped with Jay-Z? Plus, reactions to Oprah's exit from Tina Brown, Kim Masters, and Lorraine Ali.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:39:23 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("