var arnews = new Array(8); totcount = 8; rnd = 1; document.write("
| ");
arnews[0]="Where To Find The Best Airport Food "; arnews[0] += "Forget soggy pizza and greasy burgers. Airport terminals are the new frontier for high-quality cuisine. Author : Janelle Nanos"; arnews[0] += " Publ.Date : September 2, 2010"; arnews[0] += " "; arnews[1]="The World\'s Most Powerful Celebrities "; arnews[1] += "Oprah Winfrey takes back her crown while pop chart phenomenon Lady Gaga catapults to No. 4 on this year's Celebrity 100. Author : Edited by Dorothy Pomerantz and Lacey Rose"; arnews[1] += " Publ.Date : June 22, 2010"; arnews[1] += " "; arnews[2]="The Richest People In America "; arnews[2] += "America's richest get poorer for the fifth time in 27 years. Author : Edited by Matthew Miller and Duncan Greenberg"; arnews[2] += " Publ.Date : September 30, 2009"; arnews[2] += " "; arnews[3]="Asia\'s 200 Best Under A Billion "; arnews[3] += "Our 200 small and midsize companies have shined in the past year. Author : Christina Settimi"; arnews[3] += " Publ.Date : September 1, 2010"; arnews[3] += " "; arnews[4]="America\'s Best Colleges "; arnews[4] += "Forbes' list of public and private colleges and universities ranks the best schools--from the students' point of view. Author : Edited by David M. Ewalt"; arnews[4] += " Publ.Date : August 11, 2010"; arnews[4] += " "; arnews[5]="The World\'s Leading Companies "; arnews[5] += "This comprehensive report analyzes the world's biggest companies and the best performing of these titans. Author : Scott DeCarlo"; arnews[5] += " Publ.Date : April 21, 2010"; arnews[5] += " "; arnews[6]="The Best Places To Hide "; arnews[6] += "Want to disappear? Here are eight places where you can go and never be found. Author : Elisabeth Eaves"; arnews[6] += " Publ.Date : September 3, 2010"; arnews[6] += " "; arnews[7]="Thailand\'s 40 Richest "; arnews[7] += "Their net worth is over $36 billion. With a fortune of $7 billion, conglomerateur Dhanin Chearavanont is the new No. 1. Author : Suzanne Nam"; arnews[7] += " Publ.Date : September 1, 2010"; arnews[7] += " "; totcount = 8; 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(" |