var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Puffy dragged into J.Lo ’sex tape’ case - The Gaea Times
";
arnews[0] += "Anya Ayoung-Chee was named after a video showing her having sex with boyfriend, Wyatt Gallery and another woman in a menage a trios was leaked. Porn company 'wants to release Carrie Prejean sex tape' November 16th, 2009 more images more imagesNEW ...";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 13:25:00 GMT";
arnews[0] += "
";
arnews[1]="Mahayatra/ Char Dham Yatra: Know The Contestants - The Gaea Times
";
arnews[1] += "January 17th, 2010 MUMBAI, INDIA (GaeaTimes.com) - Mahayatra, a Char Dham Yatra reality show on Star Plus is going to enthrall audience from 18th. The reality show with 12 participants will aim to take their parents to four famous pilgrimages (Char ...";
arnews[1] += "
Publ.Date : Sat, 16 Jan 2010 09:40: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("