$(document).ready(function(){
	$("#like_button").html('<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fdeutschrockmonster&amp;send=false&amp;layout=button_count&amp;width=250&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:21px;" allowTransparency="true"></iframe>');
	
	$("a[rel=fancy_slideshow]").fancybox({
		"transitionIn"		: "elastic",
		"transitionOut"		: "elastic",
		"titlePosition" 	: "over"
	});
});
