var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Texas Black Film Festival: coming attractions
";
arnews[0] += "With three full days of film screenings and events in store, there's something of interest at the TBFF for everyone.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 11:41:57 GMT";
arnews[0] += "
";
arnews[1]="The 4th annual Texas Black Film Festival features appearance by Spike Lee acting veteran
";
arnews[1] += "The 4th annual Texas Black Film Festival will play some films at the Dallas Studio Movie Grill from February 4th to the 6th.";
arnews[1] += "
Publ.Date : Sat, 09 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Treasurer of Volunteer Fire Co. Allegedly Steals $150,000
";
arnews[2] += "A shark expert on a Caribbean island discovers that a new species of predator is behind a series of deaths.";
arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 09:31:07 GMT";
arnews[2] += "
";
arnews[3]="Toddler With Electric Personality Wins PPL Contest
";
arnews[3] += "A shark expert on a Caribbean island discovers that a new species of predator is behind a series of deaths.";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 09:30:59 GMT";
arnews[3] += "
";
arnews[4]="Toyota sends gas pedals to factories
";
arnews[4] += "A shark expert on a Caribbean island discovers that a new species of predator is behind a series of deaths.";
arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 09:30:45 GMT";
arnews[4] += "
";
arnews[5]="Tesla Motors plans IPO
";
arnews[5] += "A shark expert on a Caribbean island discovers that a new species of predator is behind a series of deaths.";
arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 09:30:39 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("