var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Scott Stapp, Wife Expecting a Son - Celebrity Baby Blog
";
arnews[0] += "“We’re having a boy!” Scott excitedly volunteered to Celebrity Baby Blog exclusively at the Saturday Night Spectacular party hosted by Jim Carrey and Jenny McCarthy . The couple, who have two children — daughter Milán Hayat , 3, and son ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:02:00 GMT";
arnews[0] += "
";
arnews[1]="Lil' Wayne Prison Sentencing Postponed Over Dental Surgery - Sound-Check Music
";
arnews[1] += "Scott Stapp – Amazingly the Creed singer wasn't arrested for crimes against music. Nope, the above photos comes from when he was arrested for reckless driving back in 2002.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:37:00 GMT";
arnews[1] += "
";
arnews[2]="Today In Entertainment History February 10 - digtriad.com
";
arnews[2] += "Undated -- On Feb. 10, 1942, Glenn Miller and his Orchestra received a gold record for their recording of \"Chattanooga Choo Choo,\" which had sold more than 1 million copies. It was the first gold record ever presented to an artist. Twelve years later ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:59:00 GMT";
arnews[2] += "
";
arnews[3]="Joe Capozzi - Palm Beach Interactive
";
arnews[3] += "Creed lead singer Scott Stapp, a Palm Beach County resident, helps out in Haiti. (Photo provided)Rock singer Scott Stapp was among the celebrities lending a helping hand to earthquake victims and since he's come back from Haiti, he said he'll never ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[3] += "
";
arnews[4]="Lil' Wayne To Be Sentenced Today (February 9) For Gun Possession - Sound-Check Music
";
arnews[4] += "The rapper, real name Dwayne Carter, is expected to be handed a maximum one-year sentence as part of a plea deal. But that could be reducded to eight months with good behaviour. Lil' Wayne pleaded guilty to attempted gun possession at a court hearing ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:41:00 GMT";
arnews[4] += "
";
arnews[5]="Creed Singer Forging Unholy Union with Marlins - NBC Miami
";
arnews[5] += "For Super Bowl XLIV, Marlins president David Samson will host a special guest Sunday in the team’s suite at Sun Life Stadium – lead singer Scott Stapp of the rock band Creed. ...Stapp, a lifelong baseball fan who was the best man at pitcher David ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 19:48:00 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("