var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gee-ni-us (Casting).
";
arnews[0] += "Jose here. There's a rumor circling the web and European media stating that PenA lope Cruz has been cast in Lars von Trier's new film Melancholia .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:02:50 GMT";
arnews[0] += "
";
arnews[1]="Tosca Reno book launch in support of hospital
";
arnews[1] += "Best selling author, motivational speaker, fitness celebrity and Caledon resident Tosca Reno will be holding a launch for her new book, The Eat-Clean Diet Recharged: Lasting Fat Loss Thata s Better Than Ever, on Tuesday, Feb.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:48:40 GMT";
arnews[1] += "
";
arnews[2]="The Whirlwind Romance of Penelope Cruz and Lars Von Trier
";
arnews[2] += "Some folks in Europe are reporting that Penelope Cruz is set to star in Lars Von Trier 's next film.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:45:43 GMT";
arnews[2] += "
";
arnews[3]="'til Summer Comes ... - Keith Ur...
";
arnews[3] += "Although born in New Zealand and raised in nearby Australia, Keith Urban made his biggest splash in Nashville, where he helped rewrite the rules of contemporary county music.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:31:06 GMT";
arnews[3] += "
";
arnews[4]="'Hope for Haiti Now' telethon raises $57 million
";
arnews[4] += "The \"Hope for Haiti Now\" telethon, led by George Clooney and Haiti-born rapper Wyclef Jean, has raised more than $57 million for relief to the earthquake-ravaged country, organizers said on Saturday.";
arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 18:03:18 GMT";
arnews[4] += "
";
arnews[5]="Tiger Woods' divorce with wife Elin '100 per cent on': Reports
";
arnews[5] += "Elin Nordegren watches her husband Tiger Woods at the Ryder Cup tournament in County Kildare, Ireland, in this Sept.";
arnews[5] += "
Publ.Date : Thu, 24 Dec 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Who Was Cameron's Ex? | Cameron Diaz, Matt Dillon
";
arnews[6] += "Which future costar did Cameron Diaz date? Who did Nicole Kidman flirt with? See if you remember who the stars kissed ... and dissed";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 13:13:07 GMT";
arnews[6] += "
";
totcount = 7;
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("