var arnews = new Array(9); totcount = 9; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="Ordering Wine? There's an App for That (Wine Spectator)
"; arnews[0] += "Apple's iPad propels electronic wine lists into a new domain"; arnews[0] += "
Publ.Date : Fri, 30 Jul 2010 12:00:00 -0400"; arnews[0] += "
"; arnews[1]="Food Arts Co-Founder Michael Batterberry Dies at 78 (Wine Spectator)
"; arnews[1] += "Magazine's editor-in-chief and publisher helped shape the growth of America’s food, restaurant and hospitality universe"; arnews[1] += "
Publ.Date : Thu, 29 Jul 2010 16:00:00 -0400"; arnews[1] += "
"; arnews[2]="Clinton Vineyards for a Clinton Wedding (Wine Spectator)
"; arnews[2] += "Plus, Far Niente celebrates its 125th anniversary, South Africa loses a wine-industry giant and more"; arnews[2] += "
Publ.Date : Thu, 29 Jul 2010 12:00:00 -0400"; arnews[2] += "
"; arnews[3]="When Is Extra Virgin Not Extra Virgin? (Wine Spectator)
"; arnews[3] += "A California study raises questions about olive oil quality and highlights lax federal rules"; arnews[3] += "
Publ.Date : Wed, 28 Jul 2010 14:00:00 -0400"; arnews[3] += "
"; arnews[4]="Aiming High Down Under at Rockpool Bar and Grill (Wine Spectator)
"; arnews[4] += "The new Grand Award winner's wine director, Sophie Otton, shows there's more to Australia's wine lists than Shiraz"; arnews[4] += "
Publ.Date : Tue, 27 Jul 2010 00:00:00 -0400"; arnews[4] += "
"; arnews[5]="Treasury Estates: Australian for Wine? (Wine Spectator)
"; arnews[5] += "Foster’s renames its wine division; Diageo sells a major Bordeaux firm"; arnews[5] += "
Publ.Date : Thu, 22 Jul 2010 13:00:00 -0400"; arnews[5] += "
"; arnews[6]="Popped by Oscar de la Hoya (Wine Spectator)
"; arnews[6] += "Plus, a potential treasure chest of Champagne at the bottom of the Baltic Sea and the Tour de France heads to Bordeaux"; arnews[6] += "
Publ.Date : Thu, 22 Jul 2010 04:00:00 -0400"; arnews[6] += "
"; arnews[7]="French Authorities Approve Four New Appellations (Wine Spectator)
"; arnews[7] += "Burgundy picks two new names for value wines; a Rhône appellation needed a name change"; arnews[7] += "
Publ.Date : Wed, 21 Jul 2010 13:00:00 -0400"; arnews[7] += "
"; arnews[8]="Tips from a Texas Steak House Sommelier (Wine Spectator)
"; arnews[8] += "Which wine with which cut of steak? Find out from Drew Hendricks, who oversees the Grand Award-winning list at Pappas Bros. in Houston"; arnews[8] += "
Publ.Date : Wed, 21 Jul 2010 00:00:00 -0400"; arnews[8] += "
"; totcount = 9; 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("
");