if(parent.frames.length > 0) {
	window.top.location.href = location.href;
}

function init() {
	new SmoothScroll({ 
		duration : 1600,
		transition: Fx.Transitions.elasticOut
	});
}

window.addEvent('domready', init );
