var arnews = new Array(6);
totcount = 5;
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]=""Come to Think of It, eBay"-Is That a Killer Ad Motto or a...
";
arnews[1] += "\"Come to Think of It, eBay\"-Is That a Killer Ad Motto or a Desperate Plea for Attention? BoomTown-fresh from slapping around six graders caught in a Bing-stupor and also the use of restaurant-seeking vampires by Microsoft -is also not quite sure what to think of another new advertising campaign from an Internet giant.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 13:28:33 GMT";
arnews[1] += "
";
arnews[2]="Meg & Dia
";
arnews[2] += "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[2] += "
Publ.Date : Fri, 23 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Meg & Dia
";
arnews[3] += "From left, Jonathan Snyder, Meg Frampton, Dia Frampton, Nick Price and Carlo Gimenez of Meg & Dia.";
arnews[3] += "
Publ.Date : Wed, 21 Oct 2009 20:23:00 GMT";
arnews[3] += "
";
arnews[4]="Baldwin to host stars on the slopes of Banff
";
arnews[4] += "Alec Baldwin will be hitting the slopes of Alberta just days after walking the red carpet at the Golden Globe Awards next month.";
arnews[4] += "
Publ.Date : Tue, 09 Jan 2007 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("