var arnews = new Array(8); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Creed Has "Overcome" for the Love of Rock - CBS News
"; arnews[0] += "After years of hiatus, Creed's Scott Stapp and Mark Tremonti speak about re-entering the music world with their new album, \"Full Circle\" and hardships along the way. Creed's lead singer, Scott Stapp, may have been to hell and back, battling his inner ..."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT"; arnews[0] += "
"; arnews[1]="Creed: Full Circle - In the News
"; arnews[1] += "Creed are back and they're trying to have another crack at getting back into the charts after eight long years out of the public eye. Their last release, Weathered, debuted at #1 on the Billboard Top 200, selling over 26 million copies in the US ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:54:00 GMT"; arnews[1] += "
"; arnews[2]="How Do You Tell Your Kids About a Sex Tape? Ask Pamela Anderson - Pop Eater
"; arnews[2] += "From 'Gossip Girl' to the Miss California competition, it seems that every sector of the entertainment world has a few sex tapes in its closet. Celebrity sex tapes are so common these days, they barely make a blip on the news radar. But one of the ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:30:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");