//declaration of string baseURL
//alert("Test");
var baseURL ="http://www.italianwinemerchantstore.com/";

//debug
//alert(baseURL);

//add holiday info bottom
//document.write('<a href="' + baseURL + '/wineshop/consumer_gifts.html"><img src="' + baseURL + 'images/holiday_box4_135x71.jpg" width="135" height="71" border="0"></a><br>');
//document.write('<br>');
document.write('&nbsp;<a href="' + baseURL + 'wineshop/winelist_a.html"><b>Shop Wines A-Z</b></a><br>'); 
//document.write('&nbsp;<a href="' + baseURL + 'wineshop/advanced_search.html">Advanced Search</a><br>');
document.write('<br>');
document.write('&nbsp;<a href="' + baseURL + 'wineshop/corporategifts/corp_cases.html">Wine Tasting Cases</a><br>');
document.write('&nbsp;<a href="' + baseURL + 'wineshop/corporategifts/corp_samplers.html">Six Bottle Wine Samplers</a><br>'); 
document.write('&nbsp;<a href="' + baseURL + 'wineshop/corporategifts/corp_giftbaskets.html">Wine Gift Baskets</a><br>');
document.write('&nbsp;<a href="' + baseURL + 'wineshop/corporategifts/corp_giftboxes.html">Wine Gift Boxes</a><br>');
document.write('&nbsp;<a href="' + baseURL + 'wineshop/corporategifts/corp_giftcards.html">IWM Gift Cards</a><br>');
document.write('&nbsp;<a href="' + baseURL + 'wineshop/corporategifts/corp_execgifts.html">Gifts for the Executive</a><br>');
document.write('&nbsp;<a href="' + baseURL + 'wineshop/corporategifts/corp_wrapping.html">Shipping &amp; Gift Wrapping</a><br>'); 
document.write('<br>');
document.write('&nbsp;<a href="' + baseURL + 'wineshop/corporategifts/form_corporategifts.html">Catalogue Request</a><br>'); 
document.write('&nbsp;<a href="' + baseURL + 'pdfs/2007_corporate_orderform.pdf">Download Order Form</a><br>'); 
//document.write('&nbsp;<a href="' + baseURL + 'wineshop/index.html">Sign up</a><br>');
//document.write('&nbsp;<a href="' + baseURL + 'aboutus/friends_iwm.html">Links</a><br>');
//document.write('&nbsp;<a href="' + baseURL + 'aboutus/sitemap.html">Site Map</a><br>');
//document.write('&nbsp;<a href="' + baseURL + 'aboutus/contact_us.html">Contact Us</a><br>');


