//declaration of string baseURL
var baseURL ="http://www.italianwinemerchantstore.com/lussocollection/";

//debug
//alert(baseURL);

document.write('<br>'); 
document.write('<a href="' + baseURL + 'index.html">Shop Wine</a><br>'); 
document.write('<a href="lusso_iwm.html">Lusso &#38; IWM</a><br>');
document.write('<a href="shipping_terms.html">Shipping Terms</a><br>');
document.write('<a href="lusso_tastings.html">Private Tastings</a><br>'); 
document.write('Annual Event<br>'); 
document.write('<a href="http://www.italianwinemerchantstore.com/" target="_blank">Visit IWM</a><br>');
document.write('<br>');

