var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Comment turned non fictionpost Leonard Cohen etc. - Salon
";
arnews[0] += "I soon stood in a modest backyard type lot with Leonard Cohen, Mamet, Lisa Loeb, and John Favreu. I must admit I was not that well versed in Leonard's Cohen work at that point. I'm the type who hates to feel... lesser... so i pretended I didn't know ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 20:08:00 GMT";
arnews[0] += "
";
arnews[1]="Your Reader-Submitted Articles - Hartford Courant
";
arnews[1] += "K-O faculty member Lisa Loeb said that K-O seniors Jenny Gobin of Broad Brook and Katrina Earl of Southington served as co-chairs of the event, which ended with a trivia game.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 18:49:00 GMT";
arnews[1] += "
";
arnews[2]="Your Blizzard-Proof Biggest Mailbag Ever - DEADSPIN
";
arnews[2] += "If you're stuck in a stopped elevator with a woman or more than one, you immediately picture having sex with them. What if the elevator ... an adult level, even if that includes picturing Lisa Loeb as a very sexy librarian who is about to throw back ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:22:00 GMT";
arnews[2] += "
";
arnews[3]="Sarah Blasko To Tour With The Temper Trap In The UK - Undercover Music News
";
arnews[3] += "Drawing comparisons with Fiona Apple and Lisa Loeb in a recent review in Uncut magazine, 'As Day Follows Night’ is an elegant, intelligent collection that is her most lyrically direct, musically simple and emotionally affecting album to date.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 21:32:00 GMT";
arnews[3] += "
";
arnews[4]="About Reality Bytes - Dayton Daily News
";
arnews[4] += "While we wait to see who will stand out from the 181 contestants who made it to Hollywood Week, let’s take a look back at some of the highlights of the audition rounds from Boston to Denver. Tonight (Feb. 3), “Idol” showcased some of the best ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 04:10:00 GMT";
arnews[4] += "
";
arnews[5]="New Group's "Conversation and Readings" To be Hosted by Ethan Hawke - Broadway World
";
arnews[5] += "Tied to its revival of Sam Shepard's A Lie of the Mind, currently in previews, Dark Nights at The New Group proudly presents \"Shepard and Music: A Conversation and Readings hosted by Ethan Hawke.\" This ONE NIGHT ONLY event takes place Sunday ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 18:42: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("