var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'Monopoly' Gets a Makeover.
"; arnews[0] += "Hasbro has unveiled the design of the new 75th anniversary edition of their classic board game, Monopoly, set to hit stores in fall of 2010."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 15:51:18 GMT"; arnews[0] += "
"; arnews[1]="Monopoly 2010: No metal pieces, no paper money and the board's gone round
"; arnews[1] += "MONOPOLY is going round for the first time in its 75-year history - and is dumping the banker for good."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 11:41:21 GMT"; arnews[1] += "
"; arnews[2]="Bad Day - Daniel Powter
"; arnews[2] += "Daniel Powter, the Canadian who stormed the European charts in 2005 with his single \"Bad Day\" , was born and raised in the Okanagan Valley in British Columbia, picking up the violin at the age of four."; arnews[2] += "
Publ.Date : Wed, 20 Jan 2010 07:12:35 GMT"; arnews[2] += "
"; arnews[3]="The Songs Elementary School Students in Kitsap County Want to Learn to Play On Piano and Guitar
"; arnews[3] += "My awesome mom is an elementary school music teacher in Port Orchard, a working-class town in Kitsap that plays Canada to Bremerton's USA."; arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 19:34:00 GMT"; arnews[3] += "
"; arnews[4]="The Big Hurt: The decade ahead
"; arnews[4] += "As a new decade dawns, it's time to cast a curious eye toward the future. The landscape of music has changed so much over the past 10 years, it might seem impossible to say what'll happen in the next 10."; arnews[4] += "
Publ.Date : Tue, 12 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Vertical Horizon Enjoying Success
"; arnews[5] += "In a recent interview with Alternative Addiction, Vertical Horizon lead singer Matt Scannell says that he is very happy with the success of the band's latest album Burning The Days , which was released last fall."; arnews[5] += "
Publ.Date : Sun, 10 Jan 2010 16:32: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("
");