var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="New Album from HIM - Screamworks: Love in Theory and Practice - out Today
"; arnews[0] += "Screamworks: Love In Theory And Practice - the new album from Finland's hard-rock heroes HIM is released today by Sire Records."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:45:52 GMT"; arnews[0] += "
"; arnews[1]="Making music tours more sustainable: Reverb and the Green Music Group
"; arnews[1] += "February 9, 2010 at 12:10 pm by Katie M. They don't say \"party like a rockstar\" for nothing because the business is all about excess."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:29:20 GMT"; arnews[1] += "
"; arnews[2]="Kerrs aim to take the games by storm
"; arnews[2] += "POETRY IN MOTION: but some have looked askance at the Kerrs' choice of Johnny Cash songs for their routines ICE dance siblings John and Sinead Kerr are planning to gatecrash the medal places in Vancouver by playing up to their reputation as skating's odd couple."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Bring... - Evanescence / Paul Mc...
"; arnews[3] += "Anarchy cheerleaders are awesome! Watch Amy and Terry from Evanescence debate nerds vs."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:48:17 GMT"; arnews[3] += "
"; arnews[4]="Numb - Jay-z / Linkin Park
"; arnews[4] += "Embodying the rags-to-riches rap dream, Jay-Z pulled himself up by his bootstraps as a youth to eventually become the reigning rapper of New York City and, in turn, a major-label executive following his short-lived retirement from music-making. In the wake of his 1996 debut, Reasonable Doubt, Jay-Z's albums sold millions upon millions with each ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:04:37 GMT"; arnews[4] += "
"; arnews[5]="Beast Goes to Work for CareerBuilder.com at Super Bowl XLIV
"; arnews[5] += "Beast , one of the country's top editorial facilities, announced today that editor John Dingfield contributed work on three spots for the CareerBuilder.com \"Hire My TV Ad\" contest, with the winner, \"Casual Friday,\" airing during Sunday's Super Bowl XLIV."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00:55:22 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("
");