jQuery(document).ready(function($) {		
		jQuery('body.home .tx-alohaflashmediaplayer-pi1 #alohaflashmediaplayer_50').remove();
		jQuery('body.home .tx-alohaflashmediaplayer-pi1').append('<div id="clickdiv" style="cursor:pointer;z-index:10000;width:320px;height:240px;"><img src="/fileadmin/content/pdf/hb_festprogramm_2012.gif" title="Zum Vergößern bitte hier klicken"></div>');
		jQuery('body.home #clickdiv').click(function(){			
			win = window.open('/fileadmin/content/pdf/HB_Festprogramm_2012.jpg',
			'','width=500,height=500');		
			win.moveTo(0,0);
			win.resizeTo(900,700);setInterval("x()",10);			
		})
		
	});
