var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="On Feb. 7, 1812, author Charles Dickens was born
"; arnews[0] += "Today is Sunday, Feb. 7, the 38th day of 2010. There are 327 days left in the year."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:56:03 GMT"; arnews[0] += "
"; arnews[1]="Holidays on Earth Today: February 7, 2010
"; arnews[1] += "Holidays are such an important part of each countries tradition along with supporting its culture."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 12:47:49 GMT"; arnews[1] += "
"; arnews[2]="This day in history
"; arnews[2] += "Dwight D. Eisenhower resigned as Army chief of staff. He was succeeded by Gen. Omar Bradley."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 11:00:00 GMT"; arnews[2] += "
"; arnews[3]=".com's Daybreak: Feb. 7, 2010
"; arnews[3] += "Welcome to The-Signal.com's Daybreak, your point of entry for the day, and a quick journey through the past, present and future."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Today In History February 7, 2010
"; arnews[4] += "Today is Sunday, Feb. 7, the 38th day of 2010. There are 327 days left in the year."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 07:11:45 GMT"; arnews[4] += "
"; arnews[5]="At the movies; Preacher's Kid starring LeToya Luckett, Clifton Powell, Essence Atkins and Tank
"; arnews[5] += "Preacher's Kid , the story of a prodigal daughter who flees the tight reign of her pastor father only to end up in the wrong hands."; arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 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("
");document.write("
");