var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ashly Costa Welcomes Son Enoch Daniel
";
arnews[0] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it \" She's a mini female-blonde Richie LOL! That child is all Sambora.";
arnews[0] += "
Publ.Date : Sat, 01 Aug 2009 13:22:22 GMT";
arnews[0] += "
";
arnews[1]="Joey McIntyre expecting a new kid
";
arnews[1] += "Joey McIntyre will soon get to see if he has the right stuff for fatherhood a second time.";
arnews[1] += "
Publ.Date : Wed, 15 Jul 2009 14:47:57 GMT";
arnews[1] += "
";
totcount = 2;
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("