var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Potter-like wiz Percy Jackson is a Greek demigod - The Gaea Times
"; arnews[0] += "LONDON - A Hollywood version of Harry Potter has emerged in the form of a 12-year-old boy named Percy Jackson, a demigod who turns out to be the son of the Greek god Poseidon. The movie, which is rivalling JK Rowling’s, has already provoked shouts ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT"; arnews[0] += "
"; arnews[1]="Stephanie Hunt, the rock 'n' roll newcomer on ‘Friday Night Lights ... - Los Angeles Times Blogs
"; arnews[1] += "Currently recording with members of the Black Angels, Hunt is on track to break out of a bit role on \"Friday Night Lights\" -- if she’s willing to leave the Austin, Texas, music scene behind. While on what was intended as a temporary break from ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:58: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("
");document.write("
");