var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gen X Has Its First Midlife Crisis – The Story of Billy Corgan and ... - Twirlit
";
arnews[0] += "Sound the bell, ring the alarm, we are witnessing the first of our Gen-X idols in his midlife crisis. Billy Corgan, lead singer of one of my favorite bands of my teen-angst years, Smashing Pumpkins, has turned in his brooding ways for a more light ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:52:00 GMT";
arnews[0] += "
";
arnews[1]="Jessica Simpson Still Rocking Out With Billy Corgan! - Showbizspy.com
";
arnews[1] += "JESSICA Simpson is still making sweet, sweet music with rocker Billy Corgan . But the pair — who recently split — aren’t dating. They’re recording the theme song for Jessica’s new VH1 reality show, The Price of Beauty . “Billy plays ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 23:14:00 GMT";
arnews[1] += "
";
arnews[2]="Jessica Simpson: Still Working with Billy Corgan - Fashion
";
arnews[2] += "They may not have made as a couple, but Jessica Simpson and Billy Corgan are still making music together. Apparently, a VH1 insider told Life&Style magazine that the Smashing Pumpkins stud is recording the theme song for Jess’s new reality show ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 14:39:00 GMT";
arnews[2] += "
";
arnews[3]="Pop Stars Turned Authors - Dose.ca
";
arnews[3] += "Billy Corgan, Blinking With Fists - Foolishly thinking that any words could stir the soul more deeply than \"In spite of my rage /I am still just a rat in a cage,\" Smashing Pumpkins' Billy Corgan released his first collection of poetry in 2004 ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 06:03:00 GMT";
arnews[3] += "
";
arnews[4]="The Entrance Band / Lights / Continents - LJWORLD
";
arnews[4] += "L.A. trio The Entrance Band recently signed to Thurston Moore's Ecstatic Peace label with their bluesy, psychedelic brand of hard rock. Bassist Paz Lenchantin previously logged time playing in Zwan with Billy Corgan. The Jim Button Band hit the local ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 07:50:00 GMT";
arnews[4] += "
";
arnews[5]="Jessica Simpson ditches flashy look for mature one - The Gaea Times
";
arnews[5] += "Meanwhile, reports have come that Simpson’s relationship with Smashing Pumpkins frontman Billy Corgan is over. However, the rocker’s friends insist he helped her become mature person. The insider said: “She once was a slave to what people ...";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 02:51: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("