var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Go Daddy Ad Drives Huge Traffic Spike
"; arnews[0] += "Data from content delivery provider Akamai shows an enormous spike in Internet traffic late in the fourth quarter of Sunday's Super Bowl, and domain registrar Go Daddy says the burst of traffic was tied to its ad spot during the two-minute warning."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 00:51:01 GMT"; arnews[0] += "
"; arnews[1]="Most female Tory MPs go by Mrs.
"; arnews[1] += "Two-thirds of female MPs in the Conservative government have opted to use the traditional honorific Mrs."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 10:33:30 GMT"; arnews[1] += "
"; arnews[2]="Go Daddy Girls
"; arnews[2] += "\"I have been a Go Daddy customer for a while and I'm thrilled to be on the team."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 22:47:44 GMT"; arnews[2] += "
"; arnews[3]="ESL students, tutors honored for their dedication
"; arnews[3] += "Learning English as a Second Language is vital to Cecilia Jimenez, who has just completed eight months of study."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 13:26:33 GMT"; arnews[3] += "
"; arnews[4]="Women's Basketball Recap - 2.6.10
"; arnews[4] += "There is now a tie atop the Patriot League standings. Lehigh extended its home winning streak to 30 games with a 53-46 win over American on Saturday."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 04:28:08 GMT"; arnews[4] += "
"; arnews[5]="Blog: Cougars, Utes split swim meet
"; arnews[5] += "Feb. 6, 2010 at 4:08 p.m. In the final event of the regular season, the Cougars of BYU split their meet on Senior Night against conference rival Utah."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 23:26:07 GMT"; arnews[5] += "
"; arnews[6]="Mystery midnight caller returns Peanut
"; arnews[6] += "Peanut the missing Meerkat has been found alive! His owner Wendy Johnson and police Inspector Kurt Schonknecht made a midnight dash to pick him up after getting a phonecall in a scene right out of a thriller movie, writes Michelle Solomon ."; arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 05:13:31 GMT"; arnews[6] += "
"; totcount = 7; 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("
");