var arnews = new Array(5); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Grab a bite at new places - Raleigh News & Observer
"; arnews[0] += "Suffering from BLT burnout? Check out the sandwich alternatives and other light bites at these newcomers. OK, so maybe the signature offering at Joe's Diner (2100 Angier Ave., Durham; 381-5110), which bills itself as \"the home of the one-pound hot ..."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 07:03:00 GMT"; arnews[0] += "
"; arnews[1]="Women's golf open season in California - Asu News
"; arnews[1] += "In 2004, former Sun Devil star Grace Park won the major. ASU star in the making Speaking of Johnson has yet to experience any freshman jitters as she has placed in the top 10 at each of her tournaments this season. After a seventh place finish in her ..."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 23:43:00 GMT"; arnews[1] += "
"; arnews[2]="Exclusive Interview: Alessandra Torresani and Magda Apanowicz are the ... - IESB.NET
"; arnews[2] += "I didn't watch it when we shot the pilot because I wanted my take on the 15-year-old Cylon to be different than Tricia Helfer and Grace Park. After we shot the pilot, I went back and watched it, over and over and over again. Magda: I knew how much of ..."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 20:22:00 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("
");