var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ryk turns up the heat in the Hot 100 - Tonight South Africa
";
arnews[0] += "South Africa's Olympic swimming icon Ryk Neethling has beaten Hollywood star Brad Pitt to be voted the hottest celebrity on the planet by heat magazine. More than a quarter of a million votes ensured that Neethling became the first person to win the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:24:00 GMT";
arnews[0] += "
";
arnews[1]="Jill Returns to Resident Evil! - COMICBOOKMOVIE.com
";
arnews[1] += "Resident Evil:Afterlife comes to theaters in 3-D next August starring, Milla Jovovich, Ali Later, Wentworth Miller, Boris Kodjoe, Kim Coates, and Shawn Roberts. P.s.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[1] += "
";
arnews[2]="Celebrating the Carpenters and Where Is Modern Art Now? - The Guardian
";
arnews[2] += "I love television, I really do. It has given me so much over the years – company, laughter, guidance, a smattering of education and a wide variety of unrequited loves, from David Attenborough to Wentworth Miller. So I will forgive it almost ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 19:25:00 GMT";
arnews[2] += "
";
arnews[3]="Batman Villains Casting - COMICBOOKMOVIE.com
";
arnews[3] += "The rest of the villains that have yet to appear in the Nolanverse. This is my cast for some of the people that i think should be in a sequel. I might write a seriese of stories and i wanted to do this before i wrote anything. This is my first big ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:10:00 GMT";
arnews[3] += "
";
arnews[4]="Top 20 TV Ensembles from the Past 20 Years - Examiner
";
arnews[4] += "Sure, television is only as good as its script, but where a TV series really shines is in its ability cast actors who fit their written characters to a \"T.\" You almost always know a great TV ensemble cast even if you haven't been an avid fan of the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[4] += "
";
totcount = 5;
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("