Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script
The Javscript setTimeout() function is a decent method for which to start another block of Javascript code at a specified time:

Here is an example below for which the setInterval function will start the setCountDown() function after 2 minutes have elapsed.

setTimeout(‘setInterval(“setCountDown()”,1000);’,120000); // Start timer