// MUSTO client javascript file

$(document).ready(function(){				 
var countryLocation= $('select#country').val();      
$('li#storeLocation a').attr('href', 'http://' + document.location.host + '/pws/StoreFinder.ice?country='+countryLocation+'&countryRegion=All&findStore=findStore&page=Stores');
});
