var arnews = new Array(10); totcount = 4; rnd = 1; arnews[0]="Alizee Poulicek kookt samen met Peter De Clercq deel 2
"; arnews[0] += "Alizee Poulicek en Peter De Clercq maken lekkere barbecue klaar in het programma Petermolen."; arnews[0] += "
Publ.Date : Wed, 05 Nov 2008 13:47:38 GMT"; arnews[0] += "
"; arnews[1]="Alizee Poulicek kookt samen met Peter De Clercq deel 1
"; arnews[1] += "Alizee Poulicek en Peter De Clercq maken lekkere barbecue klaar."; arnews[1] += "
Publ.Date : Wed, 05 Nov 2008 13:31:31 GMT"; arnews[1] += "
"; arnews[2]="Belgium - Miss Universe 2008 Presentation - Swimsuit
"; arnews[2] += "Miss Universe 2008 Presentation - Belgium Swimsuit Alizee Poulicek"; arnews[2] += "
Publ.Date : Wed, 09 Jul 2008 03:18:35 GMT"; arnews[2] += "
"; document.title=document.title+ " "; arnews[3]="Miss Belgium Under Fire For Not Speaking Dutch.
"; arnews[3] += "In the most vivid illustration of the political row row plaguing her country, the new Miss Belgium has come under fire for not speaking Dutch. French-speaking Alizee Poulicek was..."; arnews[3] += "
Publ.Date : Mon, 17 Dec 2007 23:01:50 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("
");