var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]=""Cutting Edge" ice skaters start tanning salon in Aliso Viejo
"; arnews[0] += "New business easy to open thanks to franchise support, couple says. Todd Sand and Jenni Meno were skating with other partners when they met in 1992 at the Olympic Village in Barcelona, Spain."; arnews[0] += "
Publ.Date : Tue, 15 Jun 2010 20:13:53 GMT"; arnews[0] += "
"; arnews[1]="Featured Article
"; arnews[1] += "Two former world-class athletes best known for their success in a winter sport have entered a business most often associated with fun in the sun: a tanning salon."; arnews[1] += "
Publ.Date : Mon, 14 Jun 2010 22:35:51 GMT"; arnews[1] += "
"; arnews[2]="(4/22/10) Professional Skaters Association, U.S. Figure Skating...
"; arnews[2] += "U.S. Figure Skating and the Professional Skaters Association recognize exceptional coaching achievement through the annual coaching awards."; arnews[2] += "
Publ.Date : Thu, 22 Apr 2010 22:23:21 GMT"; arnews[2] += "
"; totcount = 3; 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("
");