oIntro		= null;

function init(){
	oIntro		= new Intro();
}

window.onload = init;
