var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="This Love - Maroon 5
"; arnews[0] += "Adam Levine and the boys of Maroon 5 deliver an amazing live performance in their Stripped debut."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:37:13 GMT"; arnews[0] += "
"; arnews[1]="Saturday Afternoon at the Opera
"; arnews[1] += "The romantic entanglements of Shakespeare's A Midsummer Night's Dream have inspired movies, novel plots, and, of course, music."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:19:29 GMT"; arnews[1] += "
"; arnews[2]="Maroon 5 rocks sold out Texas Hall
"; arnews[2] += "Texas Hall rattled as students gathered to cheer and sing along as Maroon 5 rocked the packed house."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Excitement builds for Maroon 5
"; arnews[3] += "The anticipation has been building since the University Center Program Council announced Maroon 5 would be performing at the Junell Center on Nov."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 10:35:16 GMT"; arnews[3] += "
"; arnews[4]="Gaels' historic soccer season ends with first-round loss
"; arnews[4] += "The best season in the history of Saint Mary's men's soccer program ended with a 3-0 loss at Stanford in a first-round National Collegiate Athletic Association match."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Battle of the bands
"; arnews[5] += "Musical video games are already family-friendly. There's no violence, and their developers have already weeded out most of the sex and drugs in rock 'n' roll."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:30: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("
");document.write("
");