var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrities interested in Regina woman's Booby Trapper
";
arnews[0] += "Nancy Armstrong demonstrates her Booby Trapper, a breastfeeding canopy she displayed at a Golden Globes celebrity 'gifting' suite.";
arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 20:14:45 GMT";
arnews[0] += "
";
arnews[1]="Celebrities interested in Regina woman's Booby Trapper
";
arnews[1] += "Nancy Armstrong demonstrates her Booby Trapper, a breastfeeding canopy she displayed at a Golden Globes celebrity 'gifting' suite.";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 18:43:28 GMT";
arnews[1] += "
";
arnews[2]="Babies and Bumps at the Boom Boom Room
";
arnews[2] += "Babies and Bumps at the Boom Boom Room Jen Lowery/Splash News Online As many celebrities hit the Golden Globe Awards this past weekend, they also checked out another perk - pre-show gifting suites.";
arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 00:55:42 GMT";
arnews[2] += "
";
arnews[3]="Celeb Moms Step Out to Support Baby2Baby
";
arnews[3] += "Sign up to get cute photos, exclusive giveaways, special offers and more! Sign Up you said it \"Does anyone else notice Ella is waving too? SO CUTE!!\" they said it \"Any time in the middle of the night, if there's a cry, he's always the first one up.";
arnews[3] += "
Publ.Date : Fri, 18 Dec 2009 21:44:39 GMT";
arnews[3] += "
";
arnews[4]="Bones: Season Four
";
arnews[4] += "The Fourth Season Bones ' fourth is a blast. Like past seasons, it has a unique edge with its extraordinary cast.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 12:39:38 GMT";
arnews[4] += "
";
arnews[5]="Save the date: This week in celebrity weddings
";
arnews[5] += "Marisa wore a dress by Kirstie Kelly for Disney's Fairytale weddings. Her bouquet consisted of roses, dahlias, freesias and lisianthas.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 11:47:52 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("