var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[0] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[0] += "
";
arnews[1]="Malin Akerman Takes Up Psychology, Will Drill Your Head
";
arnews[1] += "There's definitely a lot to love about this 31 year old Swedish bombshell because Malin Akerman is not just about looks and body.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Online
";
arnews[2] += "\"THE BLIND SIDE\" -- A homeless African-American teenager is taken in by a wealthy white couple as part of a college football recruitment program in this adaptation of Michael Lewis' nonfiction bestseller.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:28:41 GMT";
arnews[2] += "
";
arnews[3]="Greenport: The Hamptons See Star Power Even In The Low Season
";
arnews[3] += "The Hamptons have always been a hot spot for celeb activity, but this week it's the North Fork region of Long Island that has the big names.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:04:30 GMT";
arnews[3] += "
";
arnews[4]="Film Shorts
";
arnews[4] += "Antichrist Lars von Trier's horror film stars Willem Dafoe and Charlotte Gainsbourg as a couple who descend into madness while vacationing at a secluded cabin in the woods.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 20:26:32 GMT";
arnews[4] += "
";
arnews[5]="Birthday Suits and a Ballsy Actress
";
arnews[5] += "Celebrate one of these cinematic entities today in whatever way occurs to you. Senors Gilbert, Hemmings and Infante 1836 W.S. Gilbert of 'Gilbert & Sullivan' legend.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 20:13:01 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("