var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Michael Moore's 'Capitalism' snubbed by Oscar longlist
";
arnews[0] += "And Michael Moore's \"Capitalism: A Love Story\" wasn't one of them. The Academy of Motion Picture Arts and Sciences announced the 15 titles Wednesday.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:01:34 GMT";
arnews[0] += "
";
arnews[1]="Timeline: Kenya
";
arnews[1] += "A chronology of key events: Evidence of some of the earliest human settlements has been found in Kenya, suggesting that it was the cradle of humanity from which descendents moved out to populate the world.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 17:06:26 GMT";
arnews[1] += "
";
arnews[2]="Just An Online Minute... WebbyConnect Busts Out The Rubber Chicken, Serenity Now
";
arnews[2] += "I think my toes have formed into one giant toe, squashed together from wearing stupid boots yesterday while I hoofed it from the East Village to Grand Central to SoHo to SoHo-er -- and back to the East Village again.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 19:43:44 GMT";
arnews[2] += "
";
arnews[3]="The Early Report for November 3, 2009: Part Two
";
arnews[3] += "Preston Sturges For pioneering the writer/director, and always pushing the comedy envelope.";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Snow White and the Seven Dwarfs
";
arnews[4] += "The Disney animated fable comes to high definition. Reviews News Movies: Disney at the D23 Expo - August 19, 2009 Studio to showcase Prince of Persia, Tron 2, more.";
arnews[4] += "
Publ.Date : Mon, 15 Dec 2008 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Page 2
";
arnews[5] += "Page 2 is a compilation of stories and news tidbits, which for whatever reason, didna t make the front page of /Film. After the jump wea ve included 47 different items, fun images, videos, casting tidbits, articles of interest and more.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 16:36:37 GMT";
arnews[5] += "
";
arnews[6]="Iran students carry on protests
";
arnews[6] += "Reporting from Beirut - Students in the western Iranian city of Ahvaz in recent days launched an impromptu protest in a campus auditorium.";
arnews[6] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 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("