function popUp(URL) { 
	day = new Date(); 
	id = day.getTime();
	eval("page" + id + " = window.open(URL, \"" + id + "\", \"titlebar=0,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=360,height=350,left=470,top=347.5\");"); 
}

function launchBrowser(URL) { 
	var day = new Date(); 
	var id = day.getTime();
	var w = screen.width - 360;
	var h = screen.height - 360;
	var x = (screen.width / 2) - (w / 2);
	var y = (screen.height / 2) - (h / 2) - 100;
	eval("page" + id + " = window.open(URL, \"" + id + "\", \"width=\" + w + \",height=\" + h + \",toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes,left=\" + x + \",top=\" + y );"); 
}

document.write('<table width="150" height="315" border="0" cellspacing="0" cellpadding="2" style="cursor:pointer;font-size:11;background-image:url(http://apps.wineenthusiast.com/widget/design.jpg);background-repeat:no-repeat"><tr><td onClick=javascript:launchBrowser("http://www.wineexpress.com/index.asp?AfID=WIDGET"); height="16" colspan="2" title="WineExpress.com: Shop wines chosen expressly for you"><img src="http://apps.wineenthusiast.com/widget/spacer.gif"></td></tr><tr><td onClick=javascript:launchBrowser("http://www.wineexpress.com/shopping/prod_detail/main.asp?cat=WOD&sl=0&productID=24769&AfID=WIDGET"); height="33" colspan="2" title="Plan de Dieu 2007 Cotes du Rhone Villages, Domaine Martin"><img src="http://apps.wineenthusiast.com/widget/spacer.gif"></td></tr><tr><td onClick=javascript:launchBrowser("http://www.wineexpress.com/shopping/prod_detail/main.asp?cat=WOD&sl=0&productID=24769&AfID=WIDGET"); height="125" colspan="2" title="Plan de Dieu 2007 Cotes du Rhone Villages, Domaine Martin"><div align="center" ><img src="http://www.wineexpress.com/images/products/thumbnails/P24769B.jpg" width="125" height="125"></div></td></tr><tr><td onClick=javascript:launchBrowser("http://www.wineexpress.com/shopping/prod_detail/main.asp?cat=WOD&sl=0&productID=24769&AfID=WIDGET"); height="44" colspan="2" title="Plan de Dieu 2007 Cotes du Rhone Villages, Domaine Martin"><div align="center" style="color:#3C201D;font-weight:bold;text-decoration:underline;font-size:11px;font-family:arial;line-height:100%">Plan de Dieu 2007 Cotes du Rhone Villages, Domaine Martin</div></td></tr><tr><td onClick=javascript:launchBrowser("http://www.wineexpress.com/shopping/prod_detail/main.asp?cat=WOD&sl=0&productID=24769&AfID=WIDGET"); width="63" height="60" title="Free Video Tasting: View Video Now!"><img src="http://apps.wineenthusiast.com/widget/spacer.gif"></td><td onClick=javascript:launchBrowser("http://www.wineexpress.com/shopping/prod_detail/main.asp?cat=WOD&sl=0&productID=24769&AfID=WIDGET"); width="87" height="60" title="Plan de Dieu 2007 Cotes du Rhone Villages, Domaine Martin" valign="top"><div align="center" style="font-size:11px;font-family:arial">Price: <span style="font-weight:bold;color:#CD3120;font-size:11px;font-family:arial">$16.95</span></div></td></tr><tr><td onClick=javascript:launchBrowser("http://www.wineexpress.com/shopping/prod_detail/main.asp?cat=WOD&sl=0&productID=24769&AfID=WIDGET"); height="37" colspan="2" title="Plan de Dieu 2007 Cotes du Rhone Villages, Domaine Martin"><img src="http://apps.wineenthusiast.com/widget/spacer.gif"></td></tr></table>');