var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="News and Views: Friday, November 20, 2009
";
arnews[0] += "CLOSE Music News ! News and Views: Friday, November 20, 2009 By Andy Argyrakis BIG DADDY WEAVE'S MILITARY WAVE The tear jerking ballad \"I'll Be Brave This Christmas\" off Big Daddy Weave's holiday CD Christ Is Come has earned tremendous acceptance at radio given its pro-troops stance.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:00:45 GMT";
arnews[0] += "
";
arnews[1]="News and Views: Friday, November 20, 2009 Keeping you in the know...
";
arnews[1] += "Check out our weekly \"! Album Alert\" to find out what's \"it\" in the world of Christian music.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:22:48 GMT";
arnews[1] += "
";
arnews[2]="Inqlings: Roberts sets a last forecast
";
arnews[2] += "After 31 years at WPVI, weatherman Dave Roberts announced his retirement on last night's Action News .";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:01:00 GMT";
arnews[2] += "
";
arnews[3]="R & B Stars, Boyz II Men Talks About "Love"
";
arnews[3] += "There's no doubt that Boyz II Men know a little something about love. The superstar R&B group even used the word as the title of their new album.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 15:45:16 GMT";
arnews[3] += "
";
arnews[4]="Brian 'Head' Welch Signs With WMEE [News]
";
arnews[4] += "It was announced today that William Morris Endeavor Entertainment has inked an international representation agreement with ex- KoRn guitarist Brian \" Head \" Welch .";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:35:17 GMT";
arnews[4] += "
";
arnews[5]="Broadway - Goo Goo Dolls
";
arnews[5] += "Early in their career, Buffalo natives the Goo Goo Dolls were frequently dismissed by critics as mere imitators of the Replacements; however, they refined and mainstreamed their sound enough to become one of the most popular adult alternative rock bands of the latter half of the '90s, selling millions of records to audiences largely unfamiliar with ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 10:16:14 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("