var arnews = new Array(4); totcount = 4; rnd = 1; document.write("
"); arnews[0]="Sparboe Farms Provides Clarification on its Voluntary Recall of Fresh Shell Eggs
"; arnews[0] += "Sparboe Farms issued the following clarification regarding the previously announced recall of shell eggs supplied by Wright County Egg and Hillandale Farms. One..."; arnews[0] += "
"; arnews[1]="Real Taste Noodle Manufacture Recalls Egg Noodle Because of Possible Health Risk
"; arnews[1] += "Real Taste Noodle Manufacture of Chicago, IL is recalling bags of Egg Noodle (5lbs per bag, 10 bags per case), because it has the potential to be contaminated w..."; arnews[1] += "
"; arnews[2]="Trafficanda Egg Ranch Initiates Voluntary Recall of Medium, Large, X Large, & Ju...
"; arnews[2] += "The following statement was released by officials of Trafficanda Egg Ranch regarding the voluntary recall of shell eggs supplied from Wright County Egg of Galt,..."; arnews[2] += "
"; arnews[3]="NuCal Foods Conducts Recall of Shell Eggs Supplied from Hillandale Farms of Iowa...
"; arnews[3] += "RIPON, CALIFORNIA (August 20, 2010) -- The following statement was released by officials of NuCal Foods of Ripon, California regarding the voluntary recall of s..."; arnews[3] += "
"; totcount = 4; 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("
");document.write("
");