var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Juliana Hatfield's solitary path to 'Peace & Love' - AZCentral.com
";
arnews[0] += "Juliana Hatfield's new album is called \"Peace & Love,\" but considering its stripped-down sound and the remarkably low-key way Hatfield plans to promote it, \"Peace & Quiet\" might have been more accurate. Due Feb. 16 on the singer's own Ye Olde Records ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:17:00 GMT";
arnews[0] += "
";
arnews[1]="Juliana Hatfield finds “Peace” in low-key approach (Reuters) - TheInsider.com
";
arnews[1] += "Reuters - Juliana Hatfield's new album is called \"Peace & Love,\" but considering its stripped-down sound and the remarkably low-key way Hatfield plans to promote it, \"Peace & Quiet\" might have been more accurate. Source: Juliana Hatfield finds ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 01:09:00 GMT";
arnews[1] += "
";
arnews[2]="Juliana Hatfield finds "Peace" in low-key approach - YAHOO!
";
arnews[2] += "In contrast, Hatfield performed and recorded the hushed, folky \"Peace & Love\" entirely on her own in her apartment in Cambridge, Massachusetts; in his liner notes, Boston Phoenix writer James Parker draws comparisons to Nick Drake 's \"Pink Moon\" and ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[2] += "
";
arnews[3]="Dashboard Confessional skips Super Bowl for 'Stage' - Charleston Gazette
";
arnews[3] += "WANT TO GO? \"Mountain Stage\" With Dashboard Confessional, The Watson Twins, Juliana Hatfield, Brooke Waggoner and Clare and the Reasons WHEN: 7 p.m. Sunday WHERE: Culture Center Theater TICKETS: Show is sold out INFO: www.mountainstage.org or 1-800 ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 01:25:00 GMT";
arnews[3] += "
";
arnews[4]="New releases in stores for week of Feb. 9 - TCPalm
";
arnews[4] += "In Stores today: “A Serious Man,” “The Time Traveler’s Wife,” “Bronson,” “Couples Retreat,” “Dare,” “Freestyle,” “Heist,” “The Stepfather,” “Shoot First and Pray You Live,” “Stargate Universe,” “The ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 19:57:00 GMT";
arnews[4] += "
";
arnews[5]="Brooke Waggoner brings ethereal style to Mountain Stage - Herald-Dispatch
";
arnews[5] += "If you go WHAT: A live taping of Mountain Stage with host Larry Groce and featuring special guests: Dashboard Confessional (acoustic), The Watson Twins, Juliana Hatfield, Clare and the Reasons and Brooke Waggoner WHERE: Culture Center Theater ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 01:52: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("