var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fewer U.S. teens report being sexually active - Vancouver Sun
";
arnews[0] += "NEW YORK (Reuters Health) - 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 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:07:00 GMT";
arnews[0] += "
";
arnews[1]="CapeCodToday Blog Chowder - Cape Cod Today
";
arnews[1] += "Thank you Ned! I knew I had read that before!...same reason they built Churches on, or just over-took Goddess Temples...to utilize the power of the place.... Which us why they all want Jerusalem--the Temple on the Mount---there must be some power ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 22:58: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("