var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wild Alaskan seafood - a tasty way to protect your heart - koamtv
";
arnews[0] += "Produced for United Soybean Board - Agricultural biotechnology, the improvement of seeds and plants through science, can increase Omega 3 levels in soy, helping to reduce over-fishing. Folic acids can help prevent some birth defects Produced for the ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:14:00 GMT";
arnews[0] += "
";
arnews[1]="Celebrity Sightings - Kirsten Dunst, Carmen Electra, Nicole Eggert ... - Examiner
";
arnews[1] += "The beautiful 2010 Miss America Pageant contestants attended the 7 p.m. performance of Phantom – The Las Vegas Spectacular at The Venetian on Monday, January 25. After the show, stars of Phantom, Anthony Crivello (The Phantom), Kristi Holden ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[1] += "
";
totcount = 2;
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("