jQuery.noConflict();

jQuery(document).ready(function($) {
	/*jQuery('.button#guestbook a').click(function(){
		
		//jQuery('.tx-veguestbook-pi1 form').slideDown();
		//jQuery.colorbox({html: jQuery('.tx-veguestbook-pi1 form')});
		jQuery.colorbox({
			href: 'http://guggenmusik-isny.de/typo3-default/?type=1977558456'
		});
		return false;
	});*/
	
	jQuery('#test1').click(function(){
		jQuery.colorbox({href: 'http://www.guggenmusik-isny.de/bildergalerie/2011/narrenbaumstellen-legau.html/?type=1977558456'});
		return false;
	});
	
	
});
