var submited;
function check(got) {
re1=/撚|鳩|屌|尻|仆街|僕你個街|吊你|刁你|賓周|笨七|柒頭|七頭|7頭|能樣|收皮|你老母|奶之|含啦|龜頭|大波西|做愛|乳頭|臭西|爛西|豬西|做乜能|撲野|忽忽地|fuck|make love|makelove|penis|cyber sex|son of bitch|baster|nipple|dick head|sucker/i;
if ((got.content.value.match(re1)) || (got.name.value.match(re1))) {
alert("請不要說髒話！");
alert("以保持靚人靚相整潔。");
return false;
}
if (!got.agree.checked) {
alert("您必須同意靚人靚相所有守則！");
return false;
}
if (got.name.value=="") {
alert("您的名字必須填寫！");
return false;
}
if (got.upfile.value=="") {
alert("您並沒有輸入圖片位置！");
return false;
}
if (submited) {
alert("您的資料正在傳送中！");
return false;
}
submited = true;
}
