var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gateway falls short in state final - Daily Hampshire Gazette
";
arnews[0] += "WORCESTER - \"GSR\", the long-time cheer that means Gateway Soccer Rules, was everywhere this postseason. It could be found on signs at games, written on the bus and even shaved into girls soccer coach Steve Estelle's head. And while the Gators ruled ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:44:00 GMT";
arnews[0] += "
";
arnews[1]="Family's fatal fire compensation bid - Australian Broadcasting Corp.
";
arnews[1] += "The ABC understands Estelle Bedford agreed to a $35,000 settlement which would prevent her from taking further legal action against the State Government. Ms Bedford has breached a confidentiality clause by revealing information about the deal ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:52:00 GMT";
arnews[1] += "
";
arnews[2]="Estelle, Ludacris pay tribute to late Otis Redding - WTVF
";
arnews[2] += "ATLANTA (AP) - Grammy-winning singer Estelle remembered when she used to strut in the living room when she was younger, singing many of soul legend Otis Redding's classic songs like \"Sittin' On The Dock of the Bay.\" On Thursday night, she had a ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 18:11:00 GMT";
arnews[2] += "
";
arnews[3]="Louise Fyfe & Estelle Sabatier - Ode
";
arnews[3] += "For several years Estelle and Louise have been working on opening a coffee shop/restaurant which would be the first in the east of Canada to be totally \"green.\" Everything is built with second hand materials. The equipement is second hand too. They ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:29:00 GMT";
arnews[3] += "
";
arnews[4]="Travel agents already booking clients for Pasadena - Marion Star
";
arnews[4] += "MARION - John Fark of Marion is not sure who Ohio State is going to be playing in the Rose Bowl on Jan. 1. Whether the Buckeyes play Oregon, Stanford or Arizona, Fark will be among the throng of fans rooting for the Buckeyes in Pasadena. \"I was there ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:58:00 GMT";
arnews[4] += "
";
arnews[5]="Estelle Parsons Stars In 'August: Osage County' At Bushnell In ... - Hartford Courant
";
arnews[5] += "Estelle loves Violet. That's Estelle Parsons , the indomitable, Oscar-winning actor who is playing Violet Weston, the pill-popping, booze-swigging, acid-tongue matriarch of an Oklahoma family that is imploding over the disappearance of Violet's ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 05:46:00 GMT";
arnews[5] += "
";
arnews[6]="Estelle, Ty, Zane Lowe Pay Tribute To Derek B - Sound-Check Music
";
arnews[6] += "Stars from the music world have paid tribute to rapper Derek B who died of a heart attack aged just 44. British hip-hop artist Ty – real name Ben Chijioke – told BBC news: \"He broke the door down. \"He was one of the first artists that I saw get ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 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("