var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sony Pictures Worldwide Acquisitions Group Inks International Distribution Pact With CBS Films
";
arnews[0] += "Sony Pictures Worldwide Acquisitions Group has signed a three-year marketing and distribution deal with CBS Films, under which Sony Pictures will handle international theatrical distribution of CBS Films productions as well as service worldwide distribution of the unit's films in the home entertainment marketplace, it was announced today by Peter ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:43:52 GMT";
arnews[0] += "
";
arnews[1]="Quick Fix Beauty Tips for the Holidays
";
arnews[1] += "With a holiday party calendar as extensive as your gift list, looking your best all day long can be a bit of a challenge.";
arnews[1] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'New Moon' casting: Who should play Leah?
";
arnews[2] += "By Denise Martin, Times Staff Writer Turns out \"High School Musical\" star Vanessa Hudgens auditioned -- or did she? -- for the part of frustrated werewolf Leah Clearwater in the upcoming \"Twilight\" sequel \"New Moon.\" Fans know that Leah, the only female werewolf in the tribe and Sam's former girlfriend, isn't too important at first, but becomes ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:52:00 GMT";
arnews[2] += "
";
arnews[3]="Report: Efron And Hudgens Still Dating
";
arnews[3] += "A source close to Zac Efron and Vanessa Hudgens says the U.S. celebrity couple's relationship isn't on the rocks, contrary to a tabloid report claiming it is.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Zac Efron & Vanessa Hudgens Are Still Going Strong
";
arnews[4] += "A recent National Enquirer article claimed that High School Musical couple, Zac Efron and Vanessa Hudgens , are over and done with, with the title: \"Zac and Vanessa Finished--she just doesn't know it yet.\" However, a friend tells Us Weekly that the twosome are still as close as ever.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:16:26 GMT";
arnews[4] += "
";
arnews[5]="Efron, Hudgens 'not splitting up'
";
arnews[5] += "Zac Efron and Vanessa Hudgens are not on the verge of splitting, according to a friend of the couple.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:05:48 GMT";
arnews[5] += "
";
arnews[6]="Zac hits town without his lady
";
arnews[6] += "TEEN idol ZAC EFRON is making the most of it in the UK - especially while girlfriend VANESSA HUDGENS is home in LA.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:38 GMT";
arnews[6] += "
";
arnews[7]="Carmen Electra Leaked Video Not Quite a Lesbian Sex Tape
";
arnews[7] += "Carmen Electra having lesbian sex. The Carmen Electra leaked video doesn't actually have any sex acts, but it hints at it as much as possible.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 17:04:14 GMT";
arnews[7] += "
";
arnews[8]="Carmen Electra Leaked Video Rumored to Be a Publicity Stunt
";
arnews[8] += "People who fall into that camp, however, will be disappointed to learn that the Carmen Electra sex tape is allegedly not sexually explicit.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 13:41:15 GMT";
arnews[8] += "
";
totcount = 9;
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("