window.onload = initOnLoad;

function initOnLoad() {
	nifty();
	faq();
	window.setTimeout(
		function() {
			clearInterval(haol);	
		}, 5000
	);
}