var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Andre Leon Talley added to ‘America’s Next Top Model’ judging ... - The Gaea Times
";
arnews[0] += "LOS ANGELES — Andre Leon Talley will help crown “America’s Next Top Model.” The over-the-top 60-year-old Vogue editor-at-large will join Tyra Banks, photographer Nigel Barker and a weekly guest judge on the panel of the 14th season of the CW ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 13:59:00 GMT";
arnews[0] += "
";
arnews[1]="Seinfeld Lines Up Celebrity Judges For Marriage Rift Show - The Gaea Times
";
arnews[1] += "ALEC BALDWIN, EVA LONGORIA PARKER and JERRY SEINFELD are part of a TV panel hoping to turn domestic disputes into sporting fun in a new show called THE MARRIAGE REF. Comedian Seinfeld came up with the idea after asking a friend to settle a dispute ...";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 09:30: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("