var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SurivivingThe Holidays With The Relatives
";
arnews[0] += "The holidays are coming that means one thing, spending time with the family. Now unless you have the family from hell, most holiday get-togethers are not that bad.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:51:02 GMT";
arnews[0] += "
";
arnews[1]="Biggest US celebrity lookalike convention
";
arnews[1] += "Professional Sarah Palin and Arnold Schwarzenegger impersonators look for a gun prop for Sarah Palin's address during the Sunburst Convention of Professional Tribute Artists Holy mackerel! Look over there! Isn't that Richard Gere, with his dreamy silver hair and professorial wire spectacles, taking a leak in the Gents? And OhMiGaaaad, am I seeing ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:19:56 GMT";
arnews[1] += "
";
arnews[2]="Ninja Assassin'
";
arnews[2] += "In Japan, where the blades are shiny and sharp and if the fake blood isn't staining the lens, you're not trying hard enough, there' s a rich tradition of sword-and-splatter pictures.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:43:35 GMT";
arnews[2] += "
";
arnews[3]="Mia Wasikowska and Michael Fassbender to star in new Jane Eyre
";
arnews[3] += "According to Variety , it looks as ifthings are moving on with Cary Fukunaga's Jane Eyre : Mia Wasikowska and Michael Fassbender are in talks to play Jane Eyre and Mr Rochester .";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:26:49 GMT";
arnews[3] += "
";
arnews[4]="casting Thurman Joins 'Bel Ami' Cast
";
arnews[4] += "Uma Thurman will star opposite Robert Pattinson and Kristin Scott Thomas in Bel Ami , a project about a journalist who becomes one of the most successful men in Paris after sleeping with powerful women.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:29:40 GMT";
arnews[4] += "
";
arnews[5]="3. 'Ninja Assassin' run-of-the-mill
";
arnews[5] += "In Japan, where the blades are shiny and sharp and if the fake blood isn't staining the lens, you're not trying hard enough, there' s a rich tradition of sword-and-splatter pictures.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:37:28 GMT";
arnews[5] += "
";
arnews[6]="Setzer sets 'Avenue' to 1940s noir beat
";
arnews[6] += "Brian Setzer's new album, \"Songs From Lonely Avenue,\" was inspired by film noir themes from the '40s and '50s. Now he'd love to see someone make a movie based on the record.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 12:00:00 GMT";
arnews[6] += "
";
arnews[7]="Heavy Reading
";
arnews[7] += "So I just finished rereading Seb Hunter's Hell Bent for Leather: Confessions of a Heavy Metal Addict.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 11:18:48 GMT";
arnews[7] += "
";
totcount = 8;
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("