var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Phantom,' A Serious Man' top list of latest Blu-ray releases
"; arnews[0] += "An exciting adaptation of a classic comic strip, \"The Phantom\" , and a comedy-drama, \"A Serious Man\" , lead this week's new titles arriving on Blu-ray. The Phantom was created by Lee Falk as a daily newspaper strip beginning in early 1936 and it still runs today in various newspapers around the world."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:16:44 GMT"; arnews[0] += "
"; arnews[1]="Blizzard packs stores before it clogs roads
"; arnews[1] += "VINELAND -- At Swanson Hardware Supply on North East Avenue, eight snow blowers flew out the door Friday before they even hit the shelves."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Blu-ray DVDs
"; arnews[2] += "Warren Clements Globe and Mail Update A Serious Man It's a rotten life for physics professor Larry Gopnik ."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 06:35:24 GMT"; arnews[2] += "
"; arnews[3]="Johnstonians on ECU lists
"; arnews[3] += "A number of Johnston County residents earned academic honors during the fall semester at East Carolina University."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 08:05:16 GMT"; arnews[3] += "
"; arnews[4]="Continue reading "One Tree Hill: Hughesapalooza!"
"; arnews[4] += "One Tree Hill: Hughesapalooza! One Tree Hill was all about homages to the late, great John Hughes this week... and we guess that all the movie references make up for there being no real plot to speak of."; arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 20:22:17 GMT"; arnews[4] += "
"; arnews[5]="Michele E. Buttelman: Kudos to Kennedy, Shaffery
"; arnews[5] += "Did you see the big, beautiful moon on Friday night. I'm told that it was the biggest and brightest moon of the year - the wolf moon! I see the weather folks are calling for rain next week, too."; arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 08:00:00 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("
");