var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Santa Barbara Film Fest: Slovenian Girl
";
arnews[0] += "The Santa Barbara Film Festival has a strong tradition of promoting Eastern European cinema, with movies from the Czech Republic, Bulgaria, Poland and elsewhere; this year, from Slovenian writer/director Damjan Kozole comes Slovenka .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:49:28 GMT";
arnews[0] += "
";
arnews[1]="Vital statistics: Kalamazoo-area births, deaths and divorces for Feb. 10, 2010
";
arnews[1] += "Births BRONSON METHODIST HOSPITAL Jamillah Josey and Cecil Bates, of Kalamazoo, a son.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:18:13 GMT";
arnews[1] += "
";
arnews[2]="WASA orders staff at Manning's residence to stop watering lawn immediately
";
arnews[2] += "UNLAWFUL: Photo of sprinklers in use at Prime Minister Patrick Manning's St Ann's residence taken by a citizen journalist yesterday shortly after 9 a.m. Clear water gushed from more than four plant sprinklers over the lawn grass at Prime Minister Patrick Manning's residence yesterday at St Ann's. The sprinklers sprayed the backyard of the PM's ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:27:33 GMT";
arnews[2] += "
";
arnews[3]="Judging Ellen
";
arnews[3] += "Ellen DeGeneres makes her American Idol debut tonight . Photograph by: Handout, Fox After weeks of hit-or-miss guest judges - hits: Neil Patrick Harris, Katy Perry; misses: Avril Lavigne, Victoria Beckham - Ellen DeGeneres finally makes her debut on American Idol Tuesday , as the aspiring pop stars who survived the show's hodgepodge audition ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:58:48 GMT";
arnews[3] += "
";
arnews[4]="the Prowler on Blu-ray in late 2010
";
arnews[4] += "MPI has offered initial specs for their 27 April Blu-ray Disc release of Five Minutes to Heaven .";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:29:38 GMT";
arnews[4] += "
";
arnews[5]="Mountain Brook 10, Oxford 0
";
arnews[5] += "February 09, 2010 8:58 p.m. Margaret Page scored three goals and assisted on another to lead host Mountain Brook to its season-opening win.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:07:59 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("