var arnews = new Array(10);
totcount = 4;
rnd = 1;
arnews[0]="Tatana & Andrew Bennett Feat Tiff Lacy Closer Than A Heat
";
arnews[0] += "Tatana & Andrew Bennett Feat Tiff Lacy Closer Than A Heat";
arnews[0] += "
Publ.Date : Mon, 14 Sep 2009 17:51:26 GMT";
arnews[0] += "
";
arnews[1]="Teacher Strike Blues
";
arnews[1] += "Hampton ~ Guitar Rick Wolter ~ Bass Issac Soto ~ Guitar & Vocals Rob Norris ~ Bass Bill Foreman ~ Drums Song Recording Credits: Lead Vocal, guitar, backing Vocals and percussion:...";
arnews[1] += "
Publ.Date : Thu, 07 May 2009 14:40:15 GMT";
arnews[1] += "
";
arnews[2]="Reversing Autism
";
arnews[2] += "Documentary of parents pursuing Biomedical Interventions to recover their children affected with Autism at the 2008 Defeat Autism Now! conference (DAN!) and one of the featured...";
arnews[2] += "
Publ.Date : Mon, 13 Apr 2009 16:09:59 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="College Opportunity & Affordability Act: Robert Andrews
";
arnews[3] += "Robert Andrews, Member of the U.S. House of Representatives Committee on Education and Labor, discusses the College Opportunity and Affordability Act, which reauthorizes the...";
arnews[3] += "
Publ.Date : Thu, 07 Feb 2008 20:47:43 GMT";
arnews[3] += "
";
totcount = 4;
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("