If the only place you need to call the mark
function from is your timeout try:
setTimeout(function() { alert("This is a test box..");}, 5000);
If the only place you need to call the mark
function from is your timeout try:
setTimeout(function() { alert("This is a test box..");}, 5000);