var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Funeral Mass held for son of Maple Leafs GM
"; arnews[0] += "President and general manager of the Toronto Maple Leafs Brian Burke, right, and his first wife Kerry, left, watch as the casket of their son Brendan is taken from the hearse into a memorial service in Canton, Mass., Tuesday, Feb."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:29:53 GMT"; arnews[0] += "
"; arnews[1]="Funeral Mass held for son of Maple Leafs GM
"; arnews[1] += "Brendan Burke, the son of Toronto Maple Leafs general manager Brian Burke and an advocate for gay rights, was remembered Tuesday for his compassion and courage four days after his death in a car crash on a snowy Indiana road."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:12:46 GMT"; arnews[1] += "
"; arnews[2]="Leafs attend funeral for Burke's son
"; arnews[2] += "Leafs attend funeral for Burke's son President and General Manager of the Toronto Maple Leafs Brian Burke, right, and and his first wife Kerry, left, watch as the casket of their son Brendan is taken from the hearse into a memorial service in Canton, Mass., Tuesday."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:10:26 GMT"; arnews[2] += "
"; arnews[3]="BC drops BU for Beanpot title
"; arnews[3] += "Boston College and Boston University are separated by less than 4 miles along the Green Line trolley tracks and precious little on the red and blue lines of a hockey rink."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:28:26 GMT"; arnews[3] += "
"; arnews[4]="Astros RHP Lyon recovering from shoulder surgery
"; arnews[4] += "The Houston Astros announced Tuesday that reliever Brandon Lyon had a small cyst in his right shoulder drained."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:54:48 GMT"; arnews[4] += "
"; arnews[5]="Arizona Diamondbacks and Clevelnad Indians Could Be This Year's Rays
"; arnews[5] += "In 2008, one of the biggest surprises overcame MLB and its fans.A The Tampa Bay Rays had been one of the worst teams in the MLB for some time.A It seemed that they were a always a lock to be the cellar dwellers in the AL East.A Everyone but the Rays expected them to have a less than stellar season.A Other than the Rays and their fans, no one really ..."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:50:17 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("
");