var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dave Matthews Band, Kings of Leon Among Biggest Additions to ...
";
arnews[0] += "aid album american idol benefit billy corgan bonnaroo boston ces concert consumer electronics show earthquake facebook festival guitar guitar hero haiti james taylor jimmy fallon larry platt late night lineup mahaiwe midi music nbc neil ...";
arnews[0] += "
";
arnews[1]="White House Press Secretary Robert Gibbs Jabs Sarah Palin Right In ...
";
arnews[1] += "... Bikini, bilal, Bill Clinton, Bill Cosby, Bill Gates, Billboard, Billboard 200, Billion Dollars, Billionaire Boys Club, Billy Corgan, Bing, Bingo, Binoculars, Biography, Bird Watcher, birdman, Birthday, Birthday Party, bishop lamont ...";
arnews[1] += "
";
arnews[2]="Metalocalypse Has Begun T-Shirt | Sikarancomics02.dnsalias.org
";
arnews[2] += "Acclaimed and celebrated far and wide in Rock and Classical circles, Emilie has guested on albums by Otep, Billy Corgan, and Dethklok, performed on Leno and Letterman, had songs on soundtracks to Saw III and IV, and even appeared on ...";
arnews[2] += "
";
arnews[3]="Crazy Days and Nights: Today's Blind Items
";
arnews[3] += "... Bijou Phillips (5), Bill Clinton (1), Bill Murray (7), Bill Nighy (2), Bill Paxton (1), Bill Pullman (2), Billy Baldwin (3), Billy Bob Thornton (16), Billy Connolly (1), Billy Corgan (3), Billy Crudup (2), Billy Dee Williams (1) ...";
arnews[3] += "
";
arnews[4]="Gen X Has Its First Midlife Crisis – The Story of Billy Corgan and ...
";
arnews[4] += "Are we witnessing the first of our Gen-X idols in his midlife crisis?";
arnews[4] += "
";
arnews[5]="Sole Leaves Anticon | Line Out | The Stranger, Seattle's Only ...
";
arnews[5] += "Posted by Billy Corgan on February 9, 2010 at 1:29 PM. Comment by j.lee on February 9, 2010 at 1:30 PM 6. 6. @2: yeah...I have the same problem with Doesone (also Anticon...go figure). Posted by j.lee on February 9, 2010 at 1:30 PM ...";
arnews[5] += "
";
arnews[6]="hey males, have you ever tried s'ing your own d - Netphoria ...
";
arnews[6] += "RopeyLopey, Smashing Pumpkins/Billy Corgan Discussion, 16, 08-25-2008 02:31 PM. post your new ginger fapterial for the winter, Xenphor, Smashing Pumpkins/Billy Corgan Discussion, 194, 07-04-2008 08:37 PM ...";
arnews[6] += "
";
arnews[7]="Angelina Jolie and Brad Pitt are suing the News Of The World ...
";
arnews[7] += "... Benji Madden, Bernie Mac, Betty White, Beyonce Knowles, Bijou Phillips, Bill Murray, Billie Piper, Billy Corgan, Billy Bob Thornton, Billy Ray Cyrus, Blake Fielder-Civil, Blake Lewis, Blake Lively, Bob Saget, Bobby Brown, Brad Pitt ...";
arnews[7] += "
";
arnews[8]="Spilling With The Gin: THE TICKETS ARE NOW DIAMONDS.
";
arnews[8] += "... Bill Drummond (1), Bill Hicks (3), Billy Corgan (2), Bin-Dippers (1), birmingham (1), birthday (4), Bjorn Unicorn (1), Björk (2), Black (1), Black Francis (2), Black Hearted Love (1), Black Rebel Motorcycle Club (1), Black Steel (1) ...";
arnews[8] += "
";
arnews[9]="artifact workshop » Blog Archive » big v-day show
";
arnews[9] += "This Valentine's, local supergroup Swiss seeks to reunite you with some old flames—specifically anoraks, Billy Corgan-fed angst, and other not-quite-forgotten gems from the '90s like Semisonic's “Closing Time. ...";
arnews[9] += "
";
totcount = 10;
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("