var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Kara DioGuardi becomes 3rd judge to quit "American Idol" "; arnews[0] += "LOS ANGELES (Reuters Life!) - Songwriter Kara DioGuardi has quit \"American Idol,\" the third of four judges to leave the top-rated U.S. television singing contest this year following Simon Cowell and Ellen DeGeneres. "; arnews[0] += " Publ.Date : Sat, 04 Sep 2010 03:06:42 -0400"; arnews[0] += " "; arnews[1]="Oil spill will not impact Florida tourism: poll "; arnews[1] += "NEW YORK (Reuters Life!) - The BP oil spill that spewed millions of barrels of oil in the Gulf of Mexico is unlikely to deter travel to Florida and Louisiana for the rest of the year, a new poll showed. "; arnews[1] += " Publ.Date : Fri, 03 Sep 2010 14:51:21 -0400"; arnews[1] += " "; arnews[2]="Dangers of flying change around the globe: study "; arnews[2] += "NEW YORK (Reuters Life!) - Flying in the developing world is 13 times more dangerous than flying in the United States or other first world countries, according to a new study. "; arnews[2] += " Publ.Date : Fri, 03 Sep 2010 14:47:32 -0400"; arnews[2] += " "; arnews[3]="German party mistakenly hands out porn pens to kids "; arnews[3] += "BERLIN (Reuters Life!) - To sweeten their first day at primary school German children are normally given a cardboard cone filled with sweets, but schoolchildren in Essen this year opened their cones to find pens which project erotic images. "; arnews[3] += " Publ.Date : Fri, 03 Sep 2010 12:52:37 -0400"; arnews[3] += " "; arnews[4]="Management Tip of the Day: 3 ways to improve performance reviews "; arnews[4] += "BOSTON (Reuters) - The Management Tip of the Day offers quick, practical management tips and ideas from Harvard Business Review and HBR.org (http://www.hbr.org). Any opinions expressed are not endorsed by Reuters. "; arnews[4] += " Publ.Date : Fri, 03 Sep 2010 12:38:17 -0400"; arnews[4] += " "; totcount = 5; 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(" |