var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Best Baby Shower Gifts: Cool things for on the go (Part 1 - Slings ... - Examiner
";
arnews[0] += "Babywearing is one of the best ways to stay active when you have little ones. From wraps to slings and other carriers, one of these is a must have in the arsenal of all new parents. I love carriers. They maximize my time and have made for happy ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 10:31:00 GMT";
arnews[0] += "
";
arnews[1]="Baby wearing: a new parenting fad? - Examiner
";
arnews[1] += "What is a sling, a mei tei, a buckle carrier and a wrap? What are the advantages and disadvantages to each of them? When should I use which carrier for what event? The possibilities are endless and it is easy to get overwhelmed with all the ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:33:00 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("