var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fall out boy: Adam Lambert - Minneapolis Star Tribune
";
arnews[0] += "The fallout over Adam Lambert 's risque, homoerotic, crotch-centric performance on the American Music Awards has begun, but you might call it a boost instead from Lambert's perspective. \"Good Morning America\" -- whose network ABC also aired the AMAs ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 18:29:00 GMT";
arnews[0] += "
";
arnews[1]="Don’t Tell the Late Roberto Bolaño You Thought Parts of 2666 Were a ... - Nymag.com
";
arnews[1] += "\"Jake [Gyllenhaal] is the kind of guy who can do a spot-on impression of someone you work with that will make you giggle. He knows home remedies for distressed hair. He can build a cabinet from scratch. He plays guitar and has a great voice. Kids and ...";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 19:26:00 GMT";
arnews[1] += "
";
arnews[2]="How to Chart Idolator’s Decline: Look at Its Revisions - Washington City Paper
";
arnews[2] += "The duo, who arrived without so much as an introduction, greatly shifted Idolator’s tone. The criticism is not entirely unfounded, though. Some of their blog posts have been, to put it lightly, flummoxing. For instance: “Following up with Danish ...";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 17:31:00 GMT";
arnews[2] += "
";
arnews[3]="All Time Low, We The Kings, Hey Monday, and The Friday Night Boys at ... - A.V. Club
";
arnews[3] += "In the style of genre masters Fall Out Boy, Baltimore’s All Time Low pens clever titles—“Damned If I Do Ya (Damned If I Don’t)” and “Six Feet Under The Stars”—for not-so cleverly written songs tailor-made to pacify swooning teenage ...";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 17:24:00 GMT";
arnews[3] += "
";
arnews[4]="Fall Out Boy not worthy of greatest hits CD - Northern Star
";
arnews[4] += "Pop-punk band Fall Out Boy released “Believers Never Die: Greatest Hits” on Tuesday. Yes, Fall Out Boy, whose first CD hit the shelves in 2003. Six years and five CDs later, a greatest hits CD is being released. Think about it; is Fall Out Boy a ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:10:00 GMT";
arnews[4] += "
";
arnews[5]="Wentz: Celebrity persona overshadowed Fall Out Boy - Seattle Post Intelligencer
";
arnews[5] += "Pete Wentz says his personal life became a \"hindrance\" for his band. Fall Out Boy has decided to shelve the group indefinitely to allow them all more time to concentrate on their own projects. Wentz is convinced his high profile relationship with ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 23:08: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("