var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Monica Bellucci ‘pregnant with second child’ - The Gaea Times
";
arnews[0] += "WASHINGTON - Italian actress and fashion model Monica Bellucci is reportedly expecting her second child. The Ocean’s 12 and and Ocean’s 13 star, who played burglar Francois Toulour, is married to French actor Vincent Cassel. The couple already ...";
arnews[0] += "
Publ.Date : Sun, 17 Jan 2010 09:46:00 GMT";
arnews[0] += "
";
arnews[1]="Katrina Kaif: No Kisses And No Bikinis - The Gaea Times
";
arnews[1] += "MUMBAI, INDIA (GaeaTimes.com)- Katrina Kaif has declared that she has bid goodbye to kisses and bikinis after the “New York” experience. Apparently, the kiss with co-star John Abraham left a bad taste in her mouth, for following that, she ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 13:37:00 GMT";
arnews[1] += "
";
totcount = 2;
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("