var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dave Grohl joins new supergroup
";
arnews[0] += "With Nirvana, the Foo Fighters and fresh from forming Them Crooked Vultures Dave joins new supergroup.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:49:51 GMT";
arnews[0] += "
";
arnews[1]="Sarah Silverman!! Serling!! Stargate!! Iron Man!! Mad Men!! Rad...
";
arnews[1] += "While the first wo \"Sarah Silverman Program\" sets contained only six episodes each, the new set offers 10 episodes from autumn 2008 .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:34:06 GMT";
arnews[1] += "
";
arnews[2]="Video: St Vincent "Laughing with a Mouthful of Blood"
";
arnews[2] += "Filmed at everyone's favorite feminist bookstore! Annie Clark is making friends in Brooklyn.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:58:36 GMT";
arnews[2] += "
";
arnews[3]="Watch: St. Vincent -- 'Laughing With A Mouth Of Blood'
";
arnews[3] += "Last week, Dallas native Annie Clark released the above video for the third single off her pretty darn awesome, May-released album, Actor , \"Laughing With A Mouth Of Blood.\" And it's pretty brilliant, too, enlisting the help of Thunderant , the comedy duo featuring SNL vet Fred Armisen and Sleater-Kinney guiatrist Carrie Brownstein.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:57:23 GMT";
arnews[3] += "
";
arnews[4]="St. Vincent's 'Laughing With a Mouth of Blood'
";
arnews[4] += "This site is edited by Coudal Partners, a design, advertising and interactive studio in Chicago, as an ongoing experiment in web publishing, design and commerce.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:01:10 GMT";
arnews[4] += "
";
arnews[5]="Watch: Dave Grohl, Ashton Kutcher, SNL Cast spoof hardcore punk in Crisis of Conformity sketch
";
arnews[5] += "Ever think you'd hear Nirvana/Foo Fighters/Them Crooked Vultures icon Dave Grohl make a prostate joke? Think again.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 17:41:53 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("