var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="What if WWII heroes had said they were gay?
"; arnews[0] += "The Tuskegee Airmen were a collection of black Army Air Corps fighter pilots who served America with great distinction during World War II."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 07:03:12 GMT"; arnews[0] += "
"; arnews[1]="Avs try to regain swagger in home test vs. Oilers
"; arnews[1] += "From the creators of \"Ice Age\" comes another hilarious and visually dazzling animated adventure for the family."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 20:38:11 GMT"; arnews[1] += "
"; arnews[2]="York Snow Shoveler Robbed
"; arnews[2] += "From the creators of \"Ice Age\" comes another hilarious and visually dazzling animated adventure for the family."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 20:38:04 GMT"; arnews[2] += "
"; arnews[3]="Rabbit Transit Services Cancelled
"; arnews[3] += "From the creators of \"Ice Age\" comes another hilarious and visually dazzling animated adventure for the family."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 20:37:58 GMT"; arnews[3] += "
"; arnews[4]="Distinguished sailors given stamp of approval
"; arnews[4] += "Four revered U.S. Navy icons were commemorated with a first-class salute with the dedication of the Distinguished Sailors collectable stamps."; arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 10:23:58 GMT"; arnews[4] += "
"; arnews[5]="The Daily Dose
"; arnews[5] += "Today in Techland: Lev met Steve Jobs ! Bitch slaps were all the rage ! Steve examines upcoming flick The Last Airbender ! Here's what else going on in nerd news around the Web: Does this man look like Cuba Gooding Jr."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 09:00:50 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("
");