var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Healthy Living
"; arnews[0] += "Is it a plateau or is it maintenance? As far as I'm concerned, the difference between a plateau and maintenance is all mental."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:37:36 GMT"; arnews[0] += "
"; arnews[1]="Bill Anderson to be Honored at the Country Music Hall of Fame and Museum
"; arnews[1] += "Prolific songwriter and Country Music Hall of Fame member Bill Anderson will be honored on December 12 as part of the Museum's quarterly programming series Poets and Prophets: Legendary Country Songwriters."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:45:00 GMT"; arnews[1] += "
"; arnews[2]="'I want my mammograms!'
"; arnews[2] += "Video: Will insurance cover screening? Video: Viewers question mammograms Video: Mammogram policy 'unchanged' Video: Mammogram debate grows In its statement, the task force wrote that on balance, routine mammograms for women in their 40s aren't worth the downsides, such as false positives and the exposure to a small amount of radiation."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 14:52:14 GMT"; arnews[2] += "
"; arnews[3]="Lady Patriots rout Greenville-Phoenix
"; arnews[3] += "Prairiland's Lady Patriots had their first opportunity to work out some kinks from their volleyball season in their season opener Tuesday night at Patriot Gym."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 17:11:16 GMT"; arnews[3] += "
"; arnews[4]="sacramento cover
"; arnews[4] += "Small farmers cry foul over new federal food-safety regulations. Homegrown Mystery fruit There's way more than two kinds of persimmons grown locally in Sacramento, and all of them are good."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:29:42 GMT"; arnews[4] += "
"; arnews[5]="BCA girls win Pioneersa slow dance
"; arnews[5] += "They couldn't run and gun like they wanted to, but Baytown Christian's girls still got it done on their homecourt Tuesday night."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:22:53 GMT"; arnews[5] += "
"; totcount = 6; 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("
");