Stops script execution for a specified time
Wait = function(aMilliseconds);
//Wait for 2 seconds wait(2000);