var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="15 Hottest Newswomen in America
"; arnews[0] += "Sometimes it's tough to watch the news; it's boring, it's ugly and it reminds us that we aren't safe where we live."; arnews[0] += "
Publ.Date : Thu, 29 Oct 2009 21:56:25 GMT"; arnews[0] += "
"; arnews[1]="Happy B-day to Fox News' "Strategy Room"
"; arnews[1] += "Roughly twelve months ago at Vice-President at Fox News was charged with a novel idea."; arnews[1] += "
Publ.Date : Tue, 29 Sep 2009 13:18:22 GMT"; arnews[1] += "
"; arnews[2]="PRIMETIME
"; arnews[2] += "If Walter Cronkite was America's first TV news anchor, he also was among the last to escape full-blown political labeling and name-calling. In 1968, when Cronkite, dispatched to report from the Vietnam War, concluded on CBS that the United States was deeply committed to a protracted, deadly and futile mission, his words and position, for the most ..."; arnews[2] += "
Publ.Date : Fri, 24 Jul 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Horse Camp For City Kids
"; arnews[3] += "A horse farm in Maine is taking children from the inner city and giving them a taste of the country life."; arnews[3] += "
Publ.Date : Thu, 04 Jun 2009 18:45:49 GMT"; arnews[3] += "
"; arnews[4]="Horse Camp For City Kids
"; arnews[4] += "A horse farm in Maine is taking children from the inner city and giving them a taste of the country life."; arnews[4] += "
Publ.Date : Thu, 04 Jun 2009 12:03:57 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");