var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="O Holy Night - Josh Groban
";
arnews[0] += "Pop and classical singer Josh Groban made his debut in the seventh grade, but then put music aside for a few years until he enrolled at the Interlochen Arts Program.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:27:59 GMT";
arnews[0] += "
";
arnews[1]="Fiddle faddle
";
arnews[1] += "In an experiment conducted by the Washington Post, Bell, one of the finest and most famous violinists on the planet, set up in a Washington, D.C., subway station during morning rush hour.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:24:55 GMT";
arnews[1] += "
";
arnews[2]="Tegan and Sara want you to help the children
";
arnews[2] += "Every year, Neil and Pegi Young host the non-profit Bridge School Concert, benefiting the unique learning complex which assists children with severe physical impairments and challenging communication needs.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:28:56 GMT";
arnews[2] += "
";
arnews[3]="Josh Groban in People magazine's sexiest man alive issue
";
arnews[3] += "Josh Groban was featured in this year's People magazine \"sexiest man alive\" issue.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="O Holy Night - Josh Groban
";
arnews[4] += "Pop and classical singer Josh Groban made his debut in the seventh grade, but then put music aside for a few years until he enrolled at the Interlochen Arts Program.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:32:31 GMT";
arnews[4] += "
";
arnews[5]="I'll Be Home For C... - Josh Gro...
";
arnews[5] += "Pop and classical singer Josh Groban made his debut in the seventh grade, but then put music aside for a few years until he enrolled at the Interlochen Arts Program.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:47:56 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("