function show_imprint() {
	$.ceebox.show('Impressum', './imprint.html', 'iframe 720 405');
}

function video_event(evt) {
	if(evt == 'start'){
//playback started		
	}
	if(evt == 'stop'){
//playback finished
        location.href = "/share/";
//		window.open ("share.html","_blank");
        $('.hiddenLink').show(600);
	}
}
