var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Obituary Notices for Feb. 10, 2010
";
arnews[0] += "Beck, Kenneth K. 'Biker' A dedicated employee at Entergy Louisiana Station and River Bend for 27 years in the mechanical maintenance department, he died Wednesday, Jan.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:17:17 GMT";
arnews[0] += "
";
arnews[1]="Whistlin' Dixie - Randy Houser
";
arnews[1] += "Country singer and songwriter Randy Houser was born and raised in Lake, MS, where his love of music was apparent even as a young child.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:35:23 GMT";
arnews[1] += "
";
arnews[2]="Jolie visits orphan camp in Haiti
";
arnews[2] += "Angelina Jolie began two days of meetings with Haiti earthquake victims Tuesday in her role as a goodwill ambassador for the U.N. refugee agency.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 12:14:55 GMT";
arnews[2] += "
";
arnews[3]="eyeonoly
";
arnews[3] += "In order, the number of extra passengers, sponsors, media and athletes and officials expected to arrive through Vancouver International Airport in the next few days prior to the Opening ceremonies.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:59:12 GMT";
arnews[3] += "
";
arnews[4]="Foodies recall how they turned up romantic heat
";
arnews[4] += "Randy Wayne White, writer, restaurateur and chili pepper fan, advises would-be lovers: \"Don't be shy in the kitchen.\" Times ] Women have for ages been subjected to the anatomically perplexing expression about the way to a man's heart.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:43:40 GMT";
arnews[4] += "
";
arnews[5]="Water use a balancing act for gas industry
";
arnews[5] += "The head of the state Department of Environmental Protection acknowledged Tuesday the amount of clean water affected by the state's coal and natural gas industry could reach a tipping point at which the tradeoffs are production or water quality.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:48:41 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("