// Header with logo and address
// 8/10/07 cshang added map-able adress and hours
var htm = '<div class="top">';
htm = htm + '<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr>';
htm = htm + '<td width="200"><img src="images/angel.jpg" border="0"></td>';
htm = htm + '<td valign="top"><img src="images/name.jpg">';
htm = htm + '<p style="margin-top:0px;">3661 Double J Lane, Delaplane, VA 20144<br>';
htm = htm + '<p style="margin-top:2px;margin-bottom:0px; font-size:11px; color:#666666;">Internet/GPS mapping, use: 3841 Cobbler Mountain Rd, Delaplane, VA 20144</p>';
htm = htm + '<p style="margin-top:2px;margin-bottom:0px;"><u>Phone:</u> 540-364-0228&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<u>Hours:</u> Thursday - Monday, 11am-5pm, </p></td>';
htm = htm + '</tr></table>';
htm = htm + '</div>';
htm = htm + '<div class="pgbtmleft">';
htm = htm + '<div class="nav">';
htm = htm + '<a href="index.htm">Home</a><br>';
htm = htm + '<a href="BuyWine.htm">Buy Wine</a><br>';
htm = htm + '<a href="gallery.htm">Photo Gallery</a><br>';
htm = htm + '<a href="Groups.htm">Groups</a><br>';
htm = htm + '<a href="directions.htm">Directions</a><br>';
htm = htm + '<a href="events.htm">Activities</a><br>';
htm = htm + '<a href="Community.htm">Community</a><br>';
htm = htm + '<a href="Press and Maps.htm">Press/Maps</a><br>';
htm = htm + '<a href="Local Wineries.htm">Local Links</a><br>';
htm = htm + '<a href="contactus.htm">Contact Us</a>';
htm = htm + '</div>';
htm = htm + '</div>';
document.write(htm);
