for (t=1;t>=20;t++){
alert ("ddddd");
if (t=5){
setTimeOut("check()",5000)
check()
}
}