var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="How the stars get the hots on Valentine's Day
"; arnews[0] += "WANT to deliver that perfect romantic gesture this Valentine's Day? Follow the lead of the world's most lovedup celebs."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:56:30 GMT"; arnews[0] += "
"; arnews[1]="Births 2/5/10
"; arnews[1] += "Font size: [A] [A] [A] NESBITT WOMEN'S & CHILDREN'S CENTER AT W-B GENERAL HOSPITAL A daughter Jan."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 17:18:31 GMT"; arnews[1] += "
"; arnews[2]="Lady Wildcats Go 1-2 To Close Regular Season Play
"; arnews[2] += "By Greg Perkins The Lady Wildcats played two nailbiters last week, resulting in a win and a loss, then fell in a big way in their final home game of the season."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 22:01:56 GMT"; arnews[2] += "
"; arnews[3]="Stars record 'We are the World' for Haiti
"; arnews[3] += "The charity anthem 'We Are the World' has been rerecorded by 80 artists who came together in the same Hollywood studio where the original was cut 25 years ago."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Parowan revising ordinance after dogs shot
"; arnews[4] += "During a three-day period earlier this month in Parowan, two dogs were shot and killed by the same person claiming he had a right to shoot the animals because they were loose and harassing his sheep."; arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 12:07:21 GMT"; arnews[4] += "
"; arnews[5]="Services suspended at Family Resource Ctr.
"; arnews[5] += "The Center for Family Resources in Malden is strangely silent these days. No pots and pans clanging in the kitchen as meals are prepared for shelter residents."; arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 17:54:39 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("
");