var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Farmer raises old-fashioned birds
";
arnews[0] += "In the classic TV game show \"What's My Line,\" panelists guessed the unusual occupations of the show's contestants.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 10:30:00 GMT";
arnews[0] += "
";
arnews[1]="Stepping out for your next date night
";
arnews[1] += "Couple in a sexy dance embrace. Blend Stock Photos It's Thursday, time for a new date night idea! Dancing seemed to have become a lost art until the recent increase in the number of TV dance reality shows and competitions over the past few years.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The French connection
";
arnews[2] += "This year's French Film Festival brings a wide selection of contemporary French films to Prague, featuring everything from festival circuit favorites that will be entirely new to audiences in this country to mainstream fare scheduled to enter wider distribution after the festival concludes.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Schools in Knox County will begin the process next week ...
";
arnews[3] += "Schools in Knox County will begin the process next week of vaccinating elementary school children against the H1N1 virus.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:28:25 GMT";
arnews[3] += "
";
arnews[4]="Halifax residents march for peace
";
arnews[4] += "Many residents of neighbourhoods on the eastern outskirts of Halifax are ready to give peace a chance.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 12:36:17 GMT";
arnews[4] += "
";
totcount = 5;
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("