var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gift ideas worth exploring
";
arnews[0] += "Valentinea s day offers a lot of pointless gifts for loved ones. With nicknames like \"singles awareness day,\" \"the Hallmark holiday\" and it's clear that Valentine's Day has quite a negative image.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:41:46 GMT";
arnews[0] += "
";
arnews[1]="Francesca Battistelli
";
arnews[1] += "'We must be willing to let go of the life we have planned, so as to have the life that is waiting for us.'-E.M. Forester So, what do you want to be when you grow up? It's a question that takes many people years and years of trial and error and self-discovery to figure out.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:20:18 GMT";
arnews[1] += "
";
arnews[2]="Michael Laskow, CEO of TAXI, the World's Leading Independent...
";
arnews[2] += "'I have hired Steven as a keynote speaker for my convention that brings in over 2,500 musicians.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:33:19 GMT";
arnews[2] += "
";
arnews[3]="Matt Hires
";
arnews[3] += "The Entry lets in a few pop rockers tonight. Matt Hires will be there as the lovely headliner with a catalog of songs from his first album \"Take Us To The Start\" . He's opened for stars as big as Dave Matthews and had his peppy singles featured on Grey's Anatomy, Cougar Town and Private Practice.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 00:23:00 GMT";
arnews[3] += "
";
arnews[4]="Listen to Joey Ryan's introspective insights Saturday night at Zoey's in Ventura
";
arnews[4] += "Joey Ryan, an agreeable, recurring presence at Zoey's in Ventura, will return to the performer-friendly venue on Saturday.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:33:49 GMT";
arnews[4] += "
";
arnews[5]="Francesca Battistelli receives Grammy nomination for Best Gospel Performance
";
arnews[5] += "When nominations for the 52nd Annual GRAMMY Awards were announced Dec. 2 by The Recording Academy, the list included a Sunshine State surprise: Francesca Battistelli.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 06:31:54 GMT";
arnews[5] += "
";
arnews[6]="Francesca Battistelli receives Grammy nomination for Best Gospel Performance
";
arnews[6] += "When nominations for the 52nd Annual GRAMMY Awards were announced Dec. 2 by The Recording Academy, the list included a Sunshine State surprise: Francesca Battistelli.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 05:01:07 GMT";
arnews[6] += "
";
arnews[7]="Michael Laskow, CEO of TAXI, the World's Leading Independent Artist Company
";
arnews[7] += "Hollywood, CA, February 01, 2010 -- Renowned vocal and performance coach Steven Memel has truly elevated his craft to a science, not just an art form.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 04:55:07 GMT";
arnews[7] += "
";
arnews[8]="Poll-Liz Or Cori: Who Rocked The Talent Show?
";
arnews[8] += "After all that talk about stage fright and sore throats, we half-expected Liz to get up there and sing an aria a la Darth Vader .";
arnews[8] += "
Publ.Date : Mon, 01 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("