// MUSTO client javascript file

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