var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Motown caps 50th anniversary with hometown gala
"; arnews[0] += "Berry Gordy founded what would become Motown Records a half-century ago with an $800 loan."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:10:20 GMT"; arnews[0] += "
"; arnews[1]="Redskins' defense prepares for big test
"; arnews[1] += "Consider the cracks in the Washington Redskins ' defense fully exposed - just as that unit prepares to face its toughest test so far this season."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:30:05 GMT"; arnews[1] += "
"; arnews[2]="Janet Jackson - Make Me
"; arnews[2] += "Cute and simple. But I'm not liking the shoulderpad things. Her neck is too short for that."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:31:21 GMT"; arnews[2] += "
"; arnews[3]="American Music Awards: Three reasons to watch, three reasons to avoid
"; arnews[3] += "It's hard to imagine that this is finally happening. A music awards show without Kanye West and/or Taylor Swift will go down on Sunday night, and right here in our hometown."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:10:21 GMT"; arnews[3] += "
"; arnews[4]="Records fall to SSA swimmers
"; arnews[4] += "The SSA Wet 'N' Wildcats tackled the three-day Madison Thanksgiving Invitational this past weekend."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 16:09:20 GMT"; arnews[4] += "
"; arnews[5]="Commission to discuss police, opera house
"; arnews[5] += "A big-ticket meeting is on the horizon for city commissioners. They'll meet Monday to discuss four major community issues, including priorities for the Traverse City Police Department and Grand Traverse County Sheriff's Department, along with a proposed contract with Michigan State University's Wharton Center for Performing Arts to manage the City ..."; arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Michael Jackson glove among items at music auction
"; arnews[6] += "A collection of Michael Jackson memorabilia, including the now iconic rhinestone-studded glove he wore when he performed his first moonwalk dance in 1983, is being sold at auction."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 15:03:15 GMT"; arnews[6] += "
"; arnews[7]="Oprah's goodbye is also a hello
"; arnews[7] += "This is not the end of Oprah Winfrey. Maybe not even the end of her TV show. True, in a tearful announcement yesterday, the self-made media mogul - host of the highest-rated talk show for 23 years, seen in 145 countries, worth a breathtaking $2.7 billion - confirmed for her audience what had been rumored for weeks: that the show would be ending."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 15:01:52 GMT"; arnews[7] += "
"; totcount = 8; 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("
");