var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Burbank comes off as arrogant by bashing Techno Guy's music
";
arnews[0] += "I am responding to this entire debacle surrounding a oeTechno Guya and a oeDisgruntled Professor.a The reason I have jumped into this debate a bit late is because I could see both sides of view and sympathized with both, until now.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="UK band the Cribs welcomes Johnny Marr to the fold
";
arnews[1] += "Since the release of their third album, 2007's \"Men's Needs, Women's Needs, Whatever,\" the Cribs have built a fervent U.K following.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:51:32 GMT";
arnews[1] += "
";
arnews[2]="EMI Music brings music videos and concerts to Hulu
";
arnews[2] += "Los Angeles, EMI Music has reached an agreement with Hulu, an online video service that offers hit TV shows, movies and clips at Hulu.com and other online destination sites - anytime in the U.S., making EMI the first major music company to offer concerts and music videos from its artists to Hulu viewers.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:39:43 GMT";
arnews[2] += "
";
arnews[3]="Burbank comes off as arrogant by bashing Techno Guy's music
";
arnews[3] += "I am responding to this entire debacle surrounding a oeTechno Guya and a oeDisgruntled Professor.a The reason I have jumped into this debate a bit late is because I could see both sides of view and sympathized with both, until now.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Rock Band' (ALL) to Get Petty 6-pack, Go-Go's, Kelly Clarkson, And P!nk
";
arnews[4] += "Rock Band 2 builds upon the original to introduce co-op band gameplay, multiple instruments, online multiplayer, unparalleled downloadable content and raises the bar by delivering an entirely new level of depth, connectivity, authenticity and features.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:49:05 GMT";
arnews[4] += "
";
arnews[5]="Thanksgiving Fest At Danger Danger Tomorrow
";
arnews[5] += "Thanksgiving's still a week away, but the fine folks at Danger Danger Gallery are throwing a \"Thanksgiving Feast Fest\" tomorrow night beginning at 7 p.m. sharp and featuring a cornucopia of acts both local and from up and down the Eastern seaboard, including: * Satanized - \"a chaotic noise rock band from Philadelphia, PA consisting of guitar, bass, ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:35:29 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("