		$(document).ready(function() {
			$("a#example1").fancybox();
		
			$("a.lightbox").fancybox({
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});


			var fbElem = document.getElementById('facebook_like_button');
			if(fbElem!=null){
				
				//fbElem.innerHTML = '<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=214592955232711&amp;xfbml=1"></script><fb:like href="http://www.zechendorf.com" send="true" layout="button_count" width="225" show_faces="false" font="arial"></fb:like>';
				fbElem.innerHTML = '<iframe src="http://www.facebook.com/plugins/like.php?app_id=214592955232711&amp;href=http%3A%2F%2Fwww.zechendorf.com&amp;send=true&amp;layout=button_count&amp;width=225&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:225px; height:21px;" allowTransparency="true"></iframe>';
			}

		
		});
		

