var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ani DiFranco
"; arnews[0] += "Singer, guitarist, and songwriter who has released seventeen albums, owns her own label, and is a huge fighter for women's rights."; arnews[0] += "
Publ.Date : Tue, 26 May 2009 18:10:00 GMT"; arnews[0] += "
"; arnews[1]="This Weekend In Shows
"; arnews[1] += "The Watson Twins 7pm, $16-$18. Troc. Once flanking Jenny Lewis on her solo debut, the ever-fetching Watson Twins proved their knack for coy pop and breezy soul on 2006's Southern Manners and last year's Fire Songs."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:35:35 GMT"; arnews[1] += "
"; arnews[2]="Ani DiFranco pushes 'Red Letter Year' into 2010
"; arnews[2] += "Since last check, 12 new concerts have been added to the itinerary, beginning with a Dec."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:11:40 GMT"; arnews[2] += "
"; arnews[3]="Band to see this week: Boys Like Girls
"; arnews[3] += "Boys Like Girls fit into a new, sleek prototype of the ever-adapting definition of punk rock."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="11/20: Mixing Music and Martinis
"; arnews[4] += "Ani DiFranco : See the funky feminist and Grammy Award-winning singer, Ani DiFranco tonight at the Electric Factory ."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Social Movements, Street Protests and Engaged Activism: Setting the Tone for a Presentation
"; arnews[5] += "Social Movements, Street Protests and Engaged Activism: Setting the Tone for a Presentation Preparing a lecture/presentation on the continuing importance of social movements, street protests and engaged activism."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 00:09:10 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("
");document.write("
");