var arnews = new Array(8); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Evanna Lynch in 3D in new Harry Potter movie - Irish Central
"; arnews[0] += "Oscar-nominated movie, \"Avatar\" has inspired the creators of the next Harry Potter movie to convert it into 3D. Warner Brothers confirmed they will now implement the 3D technology used in \"Avatar\" - which ranked in over $2 billion worldwide in seven ..."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT"; arnews[0] += "
"; arnews[1]="2010 Calvin Awards: Best Cast - Box Office Prophets
"; arnews[1] += "This year, our runaway winners for Best Cast are the actors in Quentin Tarantino's Inglourious Basterds, which relies heavily on its ensemble cast to both drive the action and to believably perform the dialogue-heavy screenplay. Just consider the ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:53:00 GMT"; arnews[1] += "
"; arnews[2]="Now Harry Potter to release in 3D! - The Gaea Times
"; arnews[2] += "LONDON - Oscar-nominated film “Avatar” has inspired another fantasy franchise to convert to the 3D format. The next Harry Potter film will feature Daniel Radcliffe and co-stars Rupert Grint and Emma Watson’s characters in 3D! James Cameron’s ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 13:37:00 GMT"; arnews[2] += "
"; arnews[3]="Harry Potter theme park in Florida close to completion - The Gaea Times
"; arnews[3] += "LONDON - The new Wizarding World of Harry Potter theme park at the Universal Orlando Resort in Florida is close to completion.he 20-acre park, slated to open in early spring, is estimated to have cost upwards of 160 million pounds. In the Potter ..."; arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 13:26:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");