var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV talent shows “manufacture stars like ice cream”, says Ozzy ... - The Gaea Times
";
arnews[0] += "She Tweeted a post: \"I cant sleep keep going over samba steps in my head Louis van Amstel has choreographed an amazing dance to a wicked song lady gaga 'love game'!!!!! (sic)\" Kelly added that participating in the show has brought out the \"girly ...";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 13:01:00 GMT";
arnews[0] += "
";
arnews[1]="Luciano Pavarotti ‘kept daughter by his side on deathbed’ - The Gaea Times
";
arnews[1] += "She Tweeted a post: \"I cant sleep keep going over samba steps in my head Louis van Amstel has choreographed an amazing dance to a wicked song lady gaga 'love game'!!!!! (sic)\" Kelly added that participating in the show has brought out the \"girly ...";
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("