var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jessica Goldberg - The Frisky
";
arnews[0] += "Jessica Ruth Goldberg writes about film, television, theater, media, politics, pop culture, comics, children, home, travel, family, money, literature, chocolate, booze, sex, romance and baking soda. The Frisky, Hulu, The Vault of Bunchness, Snopes ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 18:58:00 GMT";
arnews[0] += "
";
arnews[1]="Katharine McPhee To Perform And Meet Fans At Macy's Herald Square - All Headline News
";
arnews[1] += "New York, NY (CNS) - Singer/actress Katharine McPhee is giving her fans the chance of a \"Lifetime,\" which is also one of the singles McPhee may be performing from her new album at Macy's Herald Square in New York on Thursday, November 19th. She'll ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 12:02:00 GMT";
arnews[1] += "
";
arnews[2]="Album Review: Gabby Young & Other Animals- We’re All In This ... - Consequence of Sound
";
arnews[2] += "Variety then comes thick and fast with the tuneful “Lipsink”, which has echoes of Ingrid Michaelson’s style of song construction, followed by “Whose House”, to which you can swing your Steins like you were at Oktoberfest and briefly sober ...";
arnews[2] += "
Publ.Date : Mon, 23 Nov 2009 18:23:00 GMT";
arnews[2] += "
";
arnews[3]="Brooke Waggoner w/El Obo - Nashville Scene
";
arnews[3] += "Her delicately constructed piano-pop songs benefit from classical training and profoundly skillful arrangements, putting her in the same league as Regina Spektor and Ingrid Michaelson. After being called “The Best of What’s Next”—along with ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:16:00 GMT";
arnews[3] += "
";
arnews[4]="Songcheck: The Real Laguna Beach - New University Newspaper
";
arnews[4] += "Authentic and unpretentious might not be the first descriptors that viewers of ‘The OC’ and ‘Laguna Beach’ associate with the rich coastal communities nearby UC Irvine, but on Friday, June 8, Matt Russell’s Songcheck Live, which benefits ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 11:33:00 GMT";
arnews[4] += "
";
arnews[5]="Gerecht: Musicophiles, behold the movie soundtrack - Pitt News
";
arnews[5] += "Forgive this incredibly general and sad statement, but the time for honesty has come — I don’t know very much about music. Yes, I’m refering to every hipster’s worst nightmare. This isn’t a confession of not knowing how to read or play ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 16:13: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("