<!-- Begin

/* All onloads must be put in this script file */

function start() {
startCountDown(10, 1000); // index sell/find image is displayed after 10 secs(1st param)
initAd();
}
window.onload = start;

// End -->