var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Week in Review: Like a Sexy Swedish Chick in a Natural Mineral Sauna
";
arnews[0] += "Here are 10 amazing quotes from Coolio's new cookbook , Cookin' with Coolio . Don't say we never did anything for you.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:49:49 GMT";
arnews[0] += "
";
arnews[1]="More Cool Parent Points Scored
";
arnews[1] += "Every parent knows what a Cool Parent point is, right? You know, you earn Cool Parent points in those moments when your kids dona TMt think youa TMre a nerd, a geek, too bossy, or someone who is ruining your life.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:33:01 GMT";
arnews[1] += "
";
arnews[2]="Bash Compactor: Smashing Billya s Pumpkins
";
arnews[2] += "\"Billy, can I take your picture?\" He made a face and pretty much shuttered his baby blues.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 04:02:59 GMT";
arnews[2] += "
";
arnews[3]="New Courtney Love album `is her most important`
";
arnews[3] += "The new Hole record is the most important Courtney Love has crafted. Courtney Love has claimed that her new record is her most important work to date.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 06:13:23 GMT";
arnews[3] += "
";
arnews[4]="Billy Corgan Was One Creepy-Ass Child, Psychoanalytic Marketing Stunt Shockingly Reveals
";
arnews[4] += "Our brethren at the Village Voice report that over the weekend , as part of the marketing strategy for expensive facsimiles of The Red Book --a recently unveiled illustrated manuscript by cultish psychoanalyst Carl Gustav Jung--our friend Billy Corgan was \"psychoanalyzed\" in NYC in front of a live audience by a live shrink.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 21:25:02 GMT";
arnews[4] += "
";
arnews[5]="Billy Corgan Was Psychoanalyzed In Public at the Rubin Museum This Past Weekend
";
arnews[5] += "Nice cape, dude. Photo by Araceli Cruz. \"The first thing that struck me was the boat,\" said Billy Corgan, onstage Saturday at the Rubin Museum, where he was being psychoanalyzed.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 19:31:20 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("