function function_preload() {
	div_move("pgTitle", "pgDesc");
	setContent("pgTitle", "DỰ ĐOÁN KẾT QUẢ XỔ SỐ");
	rotateBanner();
}

function function_update_banner(strBanner) {
	setContent("banner", strBanner);
}

var timerBanner = 0;
function rotateBanner() {
	if (window.banner_root_url)
		loadBanner(banner_root_url, 200, 70);
	timerBanner = setTimeout("rotateBanner()",10000);  
}

function function_unload() {
	if (timerBanner)
	 	clearTimeout(timerBanner);
}