var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Live Active Cultures
"; arnews[0] += "Maybe you're poor. Maybe you're forgetful. Maybe you're a cheap, lazy, unfeeling bastard."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:52:23 GMT"; arnews[0] += "
"; arnews[1]="This Week in DVD: February 9th
"; arnews[1] += "Rob Hunter loves movies.A He also loves eating tofu and protecting exiled Chinese revolutionaries from assassination."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:34:20 GMT"; arnews[1] += "
"; arnews[2]="Groups offer temporary homes to military pets
"; arnews[2] += "The two Labrador retrievers' story was enough to break a dog lover's heart. The e-mail sent to thousands of addresses in the South Sound begged for someone to keep lifelong buddies Cookie and Coco together."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:36:12 GMT"; arnews[2] += "
"; arnews[3]="Gary Unmarried: The Complete First Season
"; arnews[3] += "\"The comedy hit about trying to start over while still holding on to the things that really matter.\" The sitcom is a strange beast."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:40:30 GMT"; arnews[3] += "
"; arnews[4]="County approves voting sites for May 8 election
"; arnews[4] += "The Harrison County Commissioners' Court paved the way for three county elections this May during its meeting Monday."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:05:17 GMT"; 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("
");document.write("
");