var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Patrick Swayze dead at 57
"; arnews[0] += "Actor Patrick Swayze, whose turn as a smoldering dance instructor in \"Dirty Dancing\" made him one of the iconic film stars of the 1980s, died on Monday after a long battle with pancreatic cancer."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:40:50 GMT"; arnews[0] += "
"; arnews[1]="To The Point
"; arnews[1] += "Greater Lansing rolled out the red carpet to potential entrepreneurs last week with an innovative Extreme Entrepreneurship Tour."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Jewish film festival: 62 films, 20 countries, 11 days
"; arnews[2] += "Two decades ago, the first Washington Jewish Film Festival started with eight films."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:45:32 GMT"; arnews[2] += "
"; arnews[3]="'Dirty Dancing' TV Marathon Planned
"; arnews[3] += "TV Guide Network says it plans to air a 12-hour marathon of the U.S. film classic \"Dirty Dancing\" this Christmas."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Mountain Lake plans special weekend in memory of Patrick Swayze
"; arnews[4] += "This weekend Mountain Lake will host festivities all about the hit movie \"Dirty Dancing\" and those who love it, along with a ceremony in honor of Patrick Swayze."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:06:00 GMT"; arnews[4] += "
"; arnews[5]="Voices: Lousy comedian
"; arnews[5] += "God bless America, and how's everybody? That's all that's worth reading from Argus Hamilton these days."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:35:05 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("
");