<!-- Begin

/* All onloads must be put in this script file */
/* index advertise/find image is displayed after 10 secs(1st param) */

function start() {
initAd();
startCountDown(9, 1000); 
}
window.onload = start; 

// End -->