var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Been Caught S... - Jane's Addict...
";
arnews[0] += "Jane's Addiction were one of the most hotly pursued rock bands when they gained notice in Los Angeles in the mid-'80s, with record companies at their feet.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 05:44:05 GMT";
arnews[0] += "
";
arnews[1]="Battle of the Bands: Citigroup Is Up Next
";
arnews[1] += "AFTER the Grammy Awards last Sunday, the stars came out for EMI's party at the W Hollywood Hotel.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 22:47:45 GMT";
arnews[1] += "
";
arnews[2]="One by one: an answer to one man's questions
";
arnews[2] += "I got an e-mail the other day from a gentleman, and by the tone of it I gather that we still have some work to do in putting the word out about what our organization stands for.";
arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Nevada Focus: Blogs, Progressive Majority, Food Co-op, Alternative Energy, Groups and Events
";
arnews[3] += "Friday, February 05, 2010 NEVADA FOCUS: Blogs, Progressive Majority, Food Co-op, Alternative Energy, Groups and Events PROGRESSIVE MAJORITY: Progressive Majority is one of the most successful progressive organizations out there, electing good, solid progressives all over the country.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 04:49:50 GMT";
arnews[3] += "
";
arnews[4]="Jane's Addiction Gain New Member, New Music Imminent
";
arnews[4] += "On the heels of last year's successful reunion tour, Jane's Addiction have announced that they are set to remain together, despite the departure of bassist Eric Avery.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 01:42:54 GMT";
arnews[4] += "
";
arnews[5]="Jeff Moehlis: Black Francis Was Not to Be Missed at The Hard to Find
";
arnews[5] += "In a 1994 Rolling Stone magazine interview, the late Nirvana frontman Kurt Cobain admitted that when he wrote the genre-creating smash hit \"Smells Like Teen Spirit,\" he \"was basically trying to rip off the Pixies \" - in particular, their trademark use of quiet verses and a loud, screaming chorus.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 05:50:55 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("