var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Snuff - Slipknot
"; arnews[0] += "Slipknot's mix of grinding, post-Korn alternative metal, Marilyn Manson-esque neo-shock rock, and rap-metal helped make them one of the most popular bands in the so-called nu-metal explosion of the late '90s. But even more helpful was their theatrical, attention-grabbing image: the band always performed in identical industrial jump suits and ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:05:38 GMT"; arnews[0] += "
"; arnews[1]="The Beautiful P... - Marilyn Man...
"; arnews[1] += "Love him or hate him, the self-proclaimed \"Antichrist Superstar\" -- Marilyn Manson -- was indisputably among the most notorious and controversial entertainers of the 1990s."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:21:59 GMT"; arnews[1] += "
"; arnews[2]="Wait. What? Goth Photog Floria Sigismondi directed 'The Runaways'?
"; arnews[2] += "Why didn't anyone tell me this? All this time I've been making Runaway jokes, and chuckling to my friends about the implausibility of Dakota Fanning rocking out with her socks out and the endless media coverage of Kristen Stewart's hair ."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:30:41 GMT"; arnews[2] += "
"; arnews[3]="Dita Von Teese Stayed Slim Using The 'British Pound Diet'.
"; arnews[3] += "The burlesque dancer is aware she has to keep in shape for her job, and has previously said she finds it hard to perform if she is feeling uncomfortable with her figure."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 10:15:58 GMT"; arnews[3] += "
"; arnews[4]="Fly High, Duluth! blog: Awesome Mix Tape #64
"; arnews[4] += "\"Be Ready with Bells and Drums\" The sixty-fourth awesome mix tape in Budgeteer reporter Matthew R. Perrine's SHAKE*YOUR*SHORES series."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 02:26:48 GMT"; arnews[4] += "
"; totcount = 5; 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("
");