var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Young Band The Summer Set Reps for the Valley
";
arnews[0] += "The kids in The Summer Set are barely legal, yet the pop rock band is one of the most prominent repping for the Valley music scene right now.A Dan Gillan \"It's pretty crazy that I graduated high school, and 48 hours later we were touring and haven't really stopped,\" says singer Brian Dales, who's only 20.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 18:08:31 GMT";
arnews[0] += "
";
arnews[1]="Meg & Dia
";
arnews[1] += "Meg and Dia Frampton, known simply as Meg & Dia of the alt-rock group of the same name, enjoy one thing above all else while on tour: trying new foods.";
arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Meg & Dia
";
arnews[2] += "From left, Jonathan Snyder, Meg Frampton, Dia Frampton, Nick Price and Carlo Gimenez of Meg & Dia.";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 20:23:00 GMT";
arnews[2] += "
";
totcount = 3;
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("