var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity birthdays - Jackson Sun
";
arnews[0] += "Pop singer Ace Young (TV: ‘‘American Idol’’) is 29. Golfer Lorena Ochoa is 28. Actress Shailene Woodley is 18.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 19:58:00 GMT";
arnews[0] += "
";
arnews[1]="Today in History - Nov. 15 - San Francisco Chronicle
";
arnews[1] += "Pop singer Ace Young (TV: \"American Idol\") is 29. Golfer Lorena Ochoa is 28. Actress Shailene Woodley is 18. Thought for Today: \"In seeking wisdom thou art wise; in imagining that thou has attained it thou art a fool.\" — Simon Ben Azzai, 2nd ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 05:10:00 GMT";
arnews[1] += "
";
arnews[2]="Temp: 37.0°F - Hays Daily News
";
arnews[2] += "Pop singer Ace Young (TV: \"American Idol\") is 29. Golfer Lorena Ochoa is 28. Actress Shailene Woodley is 18. Thought for Today: \"In seeking wisdom thou art wise; in imagining that thou has attained it thou art a fool.\" -- Simon Ben Azzai, 2nd century ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 05:46:00 GMT";
arnews[2] += "
";
arnews[3]="Today in History - ReporterHerald.com
";
arnews[3] += "In 1777, the Second Continental Congress approved the Articles of Confederation, a precursor to the Constitution of the United States. In 1806, explorer Zebulon Pike sighted the mountain now known as “Pikes Peak.” In 1889, Brazil was proclaimed a ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 11:37:00 GMT";
arnews[3] += "
";
arnews[4]="Good Morning! - KWTX
";
arnews[4] += "Pop singer Ace Young (TV: \"American Idol\") is 29. Golfer Lorena Ochoa is 28. Actress Shailene Woodley is 18. Thought for Today: \"In seeking wisdom thou art wise; in imagining that thou has attained it thou art a fool.\" - Simon Ben Azzai, 2nd century ...";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[4] += "
";
arnews[5]="Musician Chad Kroeger Is 35 - comcast.net
";
arnews[5] += "Photo: David Livingston/Getty Images) Singer Ace Young... To read this Scorpio's horoscope, or your own, click here . (AP Photo/Matt Sayles, file) Actor Jonny Lee ... To read this Scorpio's horoscope, or your own, click here . (AP Photo/Chris ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 20:34: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("