var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Cole in for England
"; arnews[0] += "Leicester tight-head prop Dan Cole will make his full England debut in Sunday's RBS 6 Nations clash with Italy in Rome."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:57:40 GMT"; arnews[0] += "
"; arnews[1]="England's Cole and Flutey to start against Italy
"; arnews[1] += "England have recalled center Riki Flutey and will hand Leicester prop Dan Cole a first international start in Sunday's Six Nations clash with Italy in Rome."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 15:50:52 GMT"; arnews[1] += "
"; arnews[2]="Flat-Bed Pioneer British Air Turns to Egyptian Cotton in First-Class Fight
"; arnews[2] += "British Airways Plc revamped its first class cabins with wider bed seats, leather desks and linen made from Egyptian cotton as it seeks to close the gap to the standards of luxury set by rivals in the Middle East and Asia."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 15:48:02 GMT"; arnews[2] += "
"; arnews[3]="Getzlaf hopeful of quick return: Take 5
"; arnews[3] += "Lightning forwards Martin St. Louis and Steven Stamkos could replace Ryan Getzlaf, shown here, should the Ducks forward not be able to compete at the Vancouver Olympics."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 15:34:00 GMT"; arnews[3] += "
"; arnews[4]="Double joy for Parfitt down under
"; arnews[4] += "Kingston's John Parfitt has won back-to-back doubles tournaments in Australia, writes Marshall Thomas."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 15:23:42 GMT"; arnews[4] += "
"; arnews[5]="Valentine's Day variety show will be musical treat
"; arnews[5] += "By Bobby Wilson To avoid conflicting with the Southeast Iowa Symphony Orchestra's concert this Sunday, a special Valentine's Day Second Sunday variety show will be at an earlier time than usual."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 15:17:05 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("
");