var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Music honchos to hunker down at Midem
"; arnews[0] += "As the music biz continues to struggle with declining CD sales and changing business paradigms -- all exacerbated by the global economic downturn -- veteran and emerging players will be gathering in late January at Midem in Cannes to take stock, make deals and try to figure out how to survive the coming year."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 01:37:26 GMT"; arnews[0] += "
"; arnews[1]="Dance competition shakes up Paws
"; arnews[1] += "Towson's first So You Think You Can Dance? competition kicked off in Paws Thursday night with a surprise guest judge appearance by Glenn Douglas Packard, famous choreographer and star of the VH1 reality series \"Brooke Knows Best.\" Eight student dancers participated in the Campus Activities Board sponsored show, which drew a crowd of nearly 300 ..."; arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Deconstructing "Droid Does"
"; arnews[2] += "October 23, 2009, 01:36 AM - I'm spending this week visiting my parents, and when I visit my parents, I end up spending a lot more time watching TV sports than I do normally."; arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 08:15:56 GMT"; arnews[2] += "
"; arnews[3]="What's on your iPod?
"; arnews[3] += "I am a big fan of Irish-sounding rock and alternative music, to the point that I think I am adopted Irish."; arnews[3] += "
Publ.Date : Fri, 02 Oct 2009 03:00:00 GMT"; arnews[3] += "
"; arnews[4]="Has Music Become Devalued as a Branding Tool?
"; arnews[4] += "Music, like so much of the content utilized in advertising and branding, is becoming devalued."; arnews[4] += "
Publ.Date : Wed, 30 Sep 2009 15:33:17 GMT"; arnews[4] += "
"; arnews[5]="Amazon Hits 1 Million Twitter Followers And Gives You a Free MP3
"; arnews[5] += "Just use a peer to peer application and download all the free music that you want."; arnews[5] += "
Publ.Date : Fri, 04 Sep 2009 00:22:20 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("
");