var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hannah Teter Gets An Ice Cream Named After Her
";
arnews[0] += "This winter, Ben & Jerrya s takes to the mountain to honor fellow Vermont native and gold-medalist snowboarder, Hannah Teter with its newest flavor, Maple Blondie.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:12:19 GMT";
arnews[0] += "
";
arnews[1]="Ben & Jerry's Hits the Halfpipe with Hannah Teter's Maple Blondie
";
arnews[1] += "This winter, Ben & Jerry's takes to the mountain to honor fellow Vermont native and gold-medalist snowboarder, Hannah Teter with its newest flavor, Maple Blondie.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:25:43 GMT";
arnews[1] += "
";
arnews[2]="Video B-Roll available via CNW - US Olympic Snowboarder Hannah Teter...
";
arnews[2] += "Hosted in Canada by the Canadian Tourism Commission and its tourism partners, Teter and her family had a chance to meet locals, have adventures and make memories before their eventual return in February.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 19:50:33 GMT";
arnews[2] += "
";
arnews[3]="Winter Dew Tour Athletes Confirmed
";
arnews[3] += "Each Wednesday leading up to the start of the 2009-10 Winter Dew Tour season, wea TMll be sending out updates on athletes who are confirmed to compete at the first stop a ' the Totinoa TMs Open at Breckenridge Ski Resort, Dec.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 03:02:01 GMT";
arnews[3] += "
";
arnews[4]="Top five U.S. gold medal contenders
";
arnews[4] += "Shaun White , the Torino gold medalist and face of action sports, is once again the favorite.";
arnews[4] += "
Publ.Date : Tue, 29 Sep 2009 13:16:00 GMT";
arnews[4] += "
";
arnews[5]="B. Clarence Lunsford
";
arnews[5] += "B. Clarence Lunsford, age 87 of Teter Creek Lake community in Barbour County, WV passed away Friday, October 23, 2009 at the Westmorland Rehab Center in Westmorland, TN.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 07:00:00 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("