function jumpToNewPage(){
	var t = setTimeout( function(){
		document.location.href = 'http://www.ironmountain.hu';
	}, 30000);
}

