var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="England native makes music in Mount Pleasant venues
"; arnews[0] += "Robin Horlock, 29, right, of Northville performs with Kenny Sams, 26, of Brighton Friday night at The Cabin, 930 W Broomfield St."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:00:59 GMT"; arnews[0] += "
"; arnews[1]="Drake awaits approval from university
"; arnews[1] += "Eastern is in negotiations with rap artist Aubrey Drake Graham, more popularly known as Drake, to perform at this year's spring concert."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT"; arnews[1] += "
"; arnews[2]="Kweevak Music Magazine Radio Show Announces February Programs
"; arnews[2] += "New Podcast Interviews with Randy Jackson and Jon Payne DMN Newswire--2010-2-9--The Kweevak Music Magazine radio show is one of the Internet's longest running institutions now available around the world on demand in digital Podcast format."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:22:57 GMT"; arnews[2] += "
"; arnews[3]="Broadway - Goo Goo Dolls
"; arnews[3] += "Early in their career, Buffalo natives the Goo Goo Dolls were frequently dismissed by critics as mere imitators of the Replacements; however, they refined and mainstreamed their sound enough to become one of the most popular adult alternative rock bands of the latter half of the '90s, selling millions of records to audiences largely unfamiliar with ..."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 21:21:42 GMT"; arnews[3] += "
"; arnews[4]="Name - Goo Goo Dolls
"; arnews[4] += "Early in their career, Buffalo natives the Goo Goo Dolls were frequently dismissed by critics as mere imitators of the Replacements; however, they refined and mainstreamed their sound enough to become one of the most popular adult alternative rock bands of the latter half of the '90s, selling millions of records to audiences largely unfamiliar with ..."; arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 17:57:12 GMT"; arnews[4] += "
"; arnews[5]="Congrats to Lady GaGa, Colbie Caillat, Black Eyed Peas on Grammy wins
"; arnews[5] += "Those of you who've accused me of working too much will be pleased to know that I spent this evening at the Pro Bowl in Miami rather than working the Grammys tonight."; arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 19:26:17 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("
");