var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Filming in Morocco
"; arnews[0] += "There will almost certainly be very little news to share from there, however, so things will be quiet."; arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 07:33:14 GMT"; arnews[0] += "
"; arnews[1]="More From Momoa
"; arnews[1] += "Game of Thrones actor Jason Momoa has made another convention appearance, this time at Armageddon in New Zealand."; arnews[1] += "
Publ.Date : Sat, 24 Oct 2009 11:09:54 GMT"; arnews[1] += "
"; arnews[2]="Stellar Line Up at Biggest Armageddon Expo Yet
"; arnews[2] += "Friday, 09 October 2009, 12:43 pm Press Release: Paul Blomfield October 9th 2009 Click to enlarge Jason Mamoa will be in attendance."; arnews[2] += "
Publ.Date : Fri, 09 Oct 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Jason Momoa and other casting confirmed for HBO's 'Thrones'
"; arnews[3] += "Another day, another round of \"Game of Thrones\" casting. Over the weekend, as I noted in this story , news emerged that \"Stargate Atlantis\" actor Jason Momoa has been cast as horse lord Khal Drogo in the epic saga \"Game of Thrones.\" \"GoT\" began filming its pilot in Northern Ireland this week ."; arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 21:49:39 GMT"; arnews[3] += "
"; arnews[4]="Stargate vet joins HBO fantasy pilot
"; arnews[4] += "HBO has added another cast member to its upcoming Game of Thrones pilot, based on George R.R. Martin's fantasy book series A Song of Ice and Fire ."; arnews[4] += "
Publ.Date : Mon, 19 Oct 2009 21:06:00 GMT"; arnews[4] += "
"; arnews[5]="Hollywood North
"; arnews[5] += "Infinity Features' film The Imaginarium of Dr. Parnassus is back on track after the loss of one of its stars, Heath Ledger, who died Jan."; arnews[5] += "
Publ.Date : Mon, 19 Oct 2009 12:09:53 GMT"; arnews[5] += "
"; totcount = 6; 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("
");