var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Magical mystery mansion
"; arnews[0] += "If you happened to have taken a stroll recently in the Cap St. Jacques nature park on the West Island, you might have noticed something strange."; arnews[0] += "
Publ.Date : Mon, 13 Nov 2006 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Sarah Bolger Witherspoon replied to Lonnie anderson's...
"; arnews[1] += "We're sorry, but this discussion has just been closed to further replies. Replies to This Discussion Reply by mombat 7 hours ago That is so cool! Reply to This Reply by Kat 7 hours ago Where I come from, they spray paint that on the water tower or overpass, but i guess that will do, too! Reply to This"; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 02:38:46 GMT"; arnews[1] += "
"; arnews[2]="JOHNSTOWN/ THOMASTOWN
"; arnews[2] += "The annual Parish Social will take place in the Arklow Bay Hotel on Friday night February 12."; arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Irish celebrities: Hot Irish women
"; arnews[3] += "They're smiling. They're beguiling. They're darling Irish girls. Image 1 of 20 Sarah Bolger ) She's all grown up now."; arnews[3] += "
Publ.Date : Thu, 21 Jan 2010 06:12:38 GMT"; arnews[3] += "
"; arnews[4]="Top award takes Clark by surprise
"; arnews[4] += "Helen Clark today becomes the fourth former Prime Minister to receive the country's highest honour, membership of the Order of New Zealand."; arnews[4] += "
Publ.Date : Thu, 31 Dec 2009 14:00:00 GMT"; arnews[4] += "
"; arnews[5]="Top award takes Clark by surprise
"; arnews[5] += "Helen Clark today becomes the fourth former Prime Minister to receive the country's highest honour, membership of the Order of New Zealand."; arnews[5] += "
Publ.Date : Thu, 31 Dec 2009 01:46:00 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("
");