function init(){
	return true;
}
window.addEventListener?window.addEventListener("load",init,false):window.attachEvent("onload",init);