jQuery(function(){
	function redirectAfterVideoIsDone () {
		areWeHovering = false;
		setTimeout(function () {
			window.location="?event=general.dspHome";
		},34000);
	}
	redirectAfterVideoIsDone();
});
