var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Haifa Wehbe is Hottest Woman of 2009 - Waleg.com
"; arnews[0] += "Would you say Haifa Wehbe is hotter than Angelina Jolie? Will whether you do or you don't, she has been voted as the sexiest and hottest woman of 2009 ... taking the lead of a list of 99 beautiful women from around the world! Haifa was voted the ..."; arnews[0] += "
Publ.Date : Fri, 15 Jan 2010 14:21:00 GMT"; arnews[0] += "
"; arnews[1]="Iran says it has successfully launched new research rocket into space - The Gaea Times
"; arnews[1] += "TEHRAN, Iran — Iran’s defense minister says his country has successfully launched a new rocket carrying a mouse, turtle and worms into space for research purposes. State television broadcast images of the launch of the Kavoshgar-3, or Explorer-3 ..."; arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 13:31: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("
");