var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ryan Phillippe & Abbie Cornish: Calvin Klein Couple - Just Jared
";
arnews[0] += "Ryan Phillippe and Abbie Cornish pose together at the Calvin Klein Collection & Los Angeles Nomadic Division (LAND) 1st Annual Celebration For L.A. Arts Monthly and Art Los Angeles Contemporary (ALAC) on Thursday (January 28) in Los Angeles, Calif ...";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 15:48:00 GMT";
arnews[0] += "
";
arnews[1]="Ryan Phillippe & Abbie Cornish are Bright Stars - Just Jared
";
arnews[1] += "Reese Witherspoon used pregnancy to trap Ryan into marriage. The marriage didn’t work and it is a public secret that cold, controlling phony Witherspoon didn’t respect Ryan and I don’t blame him for cheating. Reese had her marriage to use it ...";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 22:44:00 GMT";
arnews[1] += "
";
arnews[2]="2010 Calvin Awards: Worst Performance - Box Office Prophets
";
arnews[2] += "Is it bad films that make for bad actors, or is it bad actors that make films bad? In most cases it's probably the former, but this year's Worst Performances would have sucked in any film. 2009 was the year that Megan Fox hype went plaid. It was hard ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[2] += "
";
arnews[3]="MacGyver’ Creator Trying To Stop Spoof ‘MacGruber’ Film ... - Access Hollywood
";
arnews[3] += "The creator of the TV series “MacGyver” is going to need a lot more than a paper clip and a bubble gum wrapper if he wants to stop the spoof film “MacGruber” from seeing theaters. Lee Zlotoff, who created the super agent ABC series, which ran ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 23:56:00 GMT";
arnews[3] += "
";
arnews[4]="SXSW Film Festival Lineup Includes MacGruber, Cyrus, Much More - Cinema Blend
";
arnews[4] += "MacGruber , of course, is the film based on the SNL sketch of the same name, starring Will Forte, Kristen Wiig and Ryan Phillippe (for some reason). It should make an interesting double feature with Franco's film, which takes you behind the scenes of ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="McG May Declare "War" on Witherspoon and Cooper - NBC Chicago
";
arnews[5] += "Fresh off the mess that was \"Terminator Salvation,\" director McG is said to be contemplating doing a 180 by taking the reins on a rom-com. \"This Means War,\" which McG is considering, is the story of two best friends who fall in love with the same ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 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("