function init() {
	clearTimeout(timer);
	if (!document.getElementById('fullload')) {
		var timer = setTimeout('init()',100);	
	} else {
		banner_as(1);
	}
}

window.onload = init;