<!-- //
function DisplayValue(){
    if(document.weddingStore.a2.value!==""){
        document.weddingStore.action=("/" + document.weddingStore.a2.value + "/");
    }
}
// -->