var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fewer U.S. teens report being sexually active
";
arnews[0] += "The percentage of U.S. teens having sex showed a \"dramatic\" drop between 1992 and 2002, while there was a similarly striking rise in the use of contraception by those who were sexually active, a new analysis of national US data shows.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:59:15 GMT";
arnews[0] += "
";
arnews[1]="Is It Worth It?: Hilarity ensues with star-studded mock documentary starring Cohen
";
arnews[1] += "Bruno is one of those movies that pushes the boundaries of accepted societal standards and decency.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:02:00 GMT";
arnews[1] += "
";
arnews[2]="Britney Spears' breasts in a bikini aren't making me cry. What the...
";
arnews[2] += "Did you notice today how people stared at your chest and went \"Hey, those are kind of awesome\" instead of asking whether you're pointing at them or that guy over there? No, way over there.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 04:23:14 GMT";
arnews[2] += "
";
arnews[3]="Fewer U.S. teens report being sexually active
";
arnews[3] += "The percentage of U.S. teens having sex showed a \"dramatic\" drop between 1992 and 2002, while there was a similarly striking rise in the use of contraception by those who were sexually active, a new analysis of national US data shows.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 09:50:54 GMT";
arnews[3] += "
";
arnews[4]="Rebellious teenagers - whose fault is it?
";
arnews[4] += "Lynn Spears, mother of Britney and Jamie Lynn Spears, has been bashed in magazines and television shows as being \"no mother of the year.\" Not only has her older daughter, Britney, fallen off the deep end and is photographed stealing lighters, shaving her head, and opting to not wear underwear with her mini skirts, her youngest daughter, Jamie Lynn, ...";
arnews[4] += "
Publ.Date : Sun, 13 Jan 2008 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Stein's Smackdown
";
arnews[5] += "Remember the good ole' days of television shows like \"Doug,\" \"Boy Meets World,\" \"Hey Arnold,\" \"Salute Your Shorts,\" and the ever so popular \"Fresh Prince of Bel-air?\" Shows like these were highly entertaining back in the day and it's not just because I was younger and more immature .";
arnews[5] += "
Publ.Date : Sun, 08 Nov 2009 08:00: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("