var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'We Are The World' remake cast is beyond random
";
arnews[0] += "Imagine for a moment that you just found out -- like two minutes ago -- that you have to plan a benefit event three days from now.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:39:20 GMT";
arnews[0] += "
";
arnews[1]="Queen Fugtoria
";
arnews[1] += "Clearly, Emily Blunt is trying to hypnotize us all: \"You are getting veeeeerrrrrry sleepppppy.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:00:55 GMT";
arnews[1] += "
";
arnews[2]="Romantic Comedies the Studios Have Somehow Overlooked
";
arnews[2] += "Romantic comedy titles tend to stick to a pretty strict formula, picking from four general fields: some kind of weak third-grade level pun ; a phrase featuring the word \"wedding\" ; a song title ; or a bland, borderline meaningless term for romance .";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 16:23:00 GMT";
arnews[2] += "
";
arnews[3]="Sir Elton John and David Furnish Host 18th Annual Academy Awards(R) Viewing Party Benefiting the Elt
";
arnews[3] += "The 18th annual Elton John AIDS Foundation Academy Awards Viewing Party hosted by Sir Elton John and David Furnish will be held Sunday, March 7, 2010, at the Pacific Design Center and will be presented by Chopard, Jo and Raffy Manoukian, and Neuro Drinks.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 10:53:07 GMT";
arnews[3] += "
";
arnews[4]="JBO: Joystiq Box Office, February 1 - February 5
";
arnews[4] += "JBO features our top picks for XBL, PSN, Netflix's Watch Instantly and Blu-ray each week.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 01:00:00 GMT";
arnews[4] += "
";
arnews[5]="Screening Room: Notable Films of 2010: Part 3
";
arnews[5] += "The final part of this three part series. Be sure to check out the photo gallery below.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 17:38:46 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("