var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="charlize theron - The Gossip Girls
";
arnews[0] += "Braving the rainy weather, Charlize Theron was spotted out and about in the Los Angeles, California on Tuesday afternoon (February 9). Pulling out her handy umbrella to keep dry, the “Hancock” hottie strolled along as paparazzi followed her each ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[0] += "
";
arnews[1]="Charlize Theron: Getting Used to the Single Life - The Gossip Girls
";
arnews[1] += "Braving the rainy weather, Charlize Theron was spotted out and about in the Los Angeles, California on Tuesday afternoon (February 9). Pulling out her handy umbrella to keep dry, the “Hancock” hottie strolled along as paparazzi followed her each ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[1] += "
";
arnews[2]="Charlize Theron to produce TV show - The Gaea Times
";
arnews[2] += "LONDON - Charlize Theron is teaming up with Fight Club filmmaker David Fincher to make the television crime drama series Mind Hunter. The two are developing John Douglas and Mark Olshaker’s book Mind Hunter: Inside The FBI’s Elite Serial Crime ...";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 13:01:00 GMT";
arnews[2] += "
";
arnews[3]="Charlize Theron Hollywoes: Split from Stuart Townsend? - Post Chronicle
";
arnews[3] += "Hollywood star Charlize Theron has ended her nine-year relationship with Irish actor Stuart Townsend, according to a British report. The South African beauty has been dating the Shooting Fish star since they met on the set of 2002 movie Trapped. But ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 10:56:00 GMT";
arnews[3] += "
";
arnews[4]="Charlize Theron Split - Kate Walsh Divorce Settlement - National Ledger
";
arnews[4] += "Hollywood split news - Two beauties are again single, sexy movie actress Charlize Theron has moved on from long-time boyfriend Stuart Townsend and TV star Kate Walsh (pictured) of ABC TV's Private Practice and Grey's Anatomy is now officially ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 14:23:00 GMT";
arnews[4] += "
";
arnews[5]="The 9 Year Relationship Of Charlize Theron And Stuart Townsend Over - Thaindian.com
";
arnews[5] += "Feb 6, (THAINDIAN NEWS) Earlier regarded as one of the strongest couple in Hollywood, the break-up story of Charlize Theron and her boyfriend Stuart Townsend has shocked many. After the break-up rumor of Brangelina, there is a new split story. It is ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 13:48:00 GMT";
arnews[5] += "
";
totcount = 6;
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("