var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stay - Lisa Loeb & Nine Stories
";
arnews[0] += "If you only knew I'm hanging by a thread The web I spin for you If you only knew I'd sacrifice my be... 16.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:09:00 GMT";
arnews[0] += "
";
arnews[1]="Stay - Lisa Loeb & Nine Stories
";
arnews[1] += "Time, is going by, so much faster than I And I'm starting to regret not spending all of here with yo... 18.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:02:27 GMT";
arnews[1] += "
";
arnews[2]="Everywhere - Michelle Branch
";
arnews[2] += "Just three years after Michelle Branch first picked up a guitar at the age of 14, she was signed to Maverick Records with an album in stores.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 09:56:15 GMT";
arnews[2] += "
";
arnews[3]="Sarah Blasko To Tour With The Temper Trap In The UK
";
arnews[3] += "England is in for a double Aussie bill with Sarah Blasko going on tour with The Temper Trap.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 21:24:32 GMT";
arnews[3] += "
";
arnews[4]="Sarah Blasko secures Temper Trap support
";
arnews[4] += "Sarah Blasko is announced as the Special Guest on her fellow countrymen's 14 date UK tour in April and May.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 13:13:56 GMT";
arnews[4] += "
";
arnews[5]="Northwest development concept could change Corpus Christi lifestyle
";
arnews[5] += "Families of four in Washington state have found comfort and community in 1,100-square-foot homes within developments called pocket neighborhoods, where residents share parking and common outdoor space with a dozen or so neighboring families.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 23:08:49 GMT";
arnews[5] += "
";
arnews[6]="Theater troupes stage murder thriller, interactive mystery
";
arnews[6] += "Audience members are likely to feel like they're on the party guest list when they take their seats at Barefoot Productions' upcoming production of Rope.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="West Hartford: Kingswood-Oxford Celebrates National Girls And Women In Sports Day
";
arnews[7] += "Submitted by Sonya Adams on 2010-02-05.   Kingswood-Oxford School marked National Girls and Women in Sports Day with a special all-school assembly Friday, Feb.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 19:20:26 GMT";
arnews[7] += "
";
arnews[8]="Obituaries for 02/05/2010
";
arnews[8] += "JONES, Mary L., age 52, a resident of Montgomery, AL, expired January 28, 2010. Funeral services will be held on Saturday, February 6, 2010 at 11:30 am from Baptist Hill Missionary Baptist Church, Lowndesboro, AL with Rev.";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("