var footerhtml=''
/*
var oldvalregfunc = ValidateRegistration;

function ValidateRegistration(regForm, mode) {
    val = regForm.std4.options[regForm.std4.selectedIndex].value;
    alert(regForm.std4.selectedIndex);
    alert("***"+val+"***");

    //oldvalregfunc(regForm, mode);
}

*/
