var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Holidays on Earth Today: February 3, 2010
"; arnews[0] += "Holidays are such an important part of each countries tradition along with supporting its culture."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:32:05 GMT"; arnews[0] += "
"; arnews[1]="Four New TV Shows to Set Your DVR for
"; arnews[1] += "Not too long ago, midseason television was looked upon as nothing more than a punch line, or limbo for the not-strong-enough-for-September players."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 16:54:10 GMT"; arnews[1] += "
"; arnews[2]="On Feb. 3, 1959, Buddy Holly, Ritchie Valens, and "The Big Bopper" died in a small plane crash
"; arnews[2] += "Today is Wednesday, Feb. 3, the 34th day of 2010. There are 331 days left in the year."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 00:03:13 GMT"; arnews[2] += "
"; arnews[3]="February 3: Paper money first issued in the US, today is The Day the Music Died
"; arnews[3] += "Maine Fast Fact : The Maine Organic Gardeners and Farmers Association was founded in 1971, has more than 4,000 members, and is now one of the nation's oldest and largest state organic groups."; arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="People in the News
"; arnews[4] += "A judge in Los Angeles is sending the troubled son of Ryan O'Neal and the late Farrah Fawcett back to rehab after more than a month in jail."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 20:39:57 GMT"; arnews[4] += "
"; arnews[5]="This day in history
"; arnews[5] += "Today's highlight in history: On Feb. 3, 1943, during World War II, the U.S. transport ship Dorchester, which was carrying troops to Greenland, sank after being hit by a German torpedo."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 20:27:56 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("
");