(function() {
var sday = 0, smonth = 0, syear = 0;
if(sday == 0){alert("You entered an invalid value in the birthday!")}
if(smonth == 0){alert("You entered an invalid value in the birth month!")}
if(syear == 0){alert("You entered an invalid value in the birth year!")}
})()