var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Jon Bon Jovi hands out at Disney World and poses with Goofy at Disney Hollywood Studios
"; arnews[0] += "Your eyes were not deceiving you if you thought you saw a \"hair band\" favorite at Disney Hollywood Studios this week."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Christie keeping the faith for a new Jersey
"; arnews[1] += "Barack Obama was elected last year, preaching the Audacity of Hope. Chris Christie, the newly elected Republican governor of New Jersey and an Obama admirer, is just plain audacious."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:32:18 GMT"; arnews[1] += "
"; arnews[2]="Transcript
"; arnews[2] += "Bon Jovi is at the top of the album charts this week, riding a giant publicity push."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="The hair apparent
"; arnews[3] += "Holiday time is officially upon us. In case you somehow missed the significance of the lighting of the Christmas lights on high streets everywhere, or the sudden ubiquity of the papier mA chA turkey in shop windows, the release of the first of the big seasonal blockbusters should have cued you in."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:17:52 GMT"; arnews[3] += "
"; arnews[4]="Bon Jovi Doesn't Need A Prayer To Make It On NBC
"; arnews[4] += "Jon Bon Jovi's interview with Matt Lauer on NBC's Today is the first of a series of appearances on NBC programs."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:00:00 GMT"; arnews[4] += "
"; arnews[5]="Lansing's 150th wraps tonight with Grand Finale
"; arnews[5] += "The Lansing 150 Grand Finale reception tonight will cap the celebration of the city's 150th anniversary."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:05:54 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("
");