var arnews = new Array(9); totcount = 3; rnd = 1; document.write("
"); document.write("Forbes.com: Wine News
"); document.write("Updated :
"); document.write("
"); document.title=document.title+ " "; arnews[0]="Books, Booze and Baking: Celebrating 50 years of 'To Kill a Mockingbird'
"; arnews[0] += "Bake a Lane Cake?an old time Southern delight?to celebrate the 50th anniversary of Harper Lee's cla"; arnews[0] += "
Author : Hannah Elliott"; arnews[0] += "
Publ.Date : Tue, 29 Jun 2010 18:06:39 GMT"; arnews[0] += "
"; arnews[1]="Inside New York City's Fishy Black Market
"; arnews[1] += "Every day poachers sell illegal catches--and potential carcinogens--to unsuspecting diners."; arnews[1] += "
Author : Monte Burke"; arnews[1] += "
Publ.Date : Fri, 25 Jun 2010 17:00:00 GMT"; arnews[1] += "
"; arnews[2]="Behind The Booze Brands
"; arnews[2] += "Who is Captain Morgan, what's a Grey Goose and why are they in your cocktail?"; arnews[2] += "
Author : Sam Barclay"; arnews[2] += "
Publ.Date : Fri, 25 Jun 2010 11:00:00 GMT"; arnews[2] += "
"; totcount = 3; 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]); } document.write("
");document.write("
");