// JavaScript Document

	$(document).ready(function(){
		$('h1').pngFix( );
	});

	$(document).ready(function() {
		$(".fancy").fancybox();
	});

