      $(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto();
		jQuery.ifixpng('images/pixel.gif');
		jQuery('img').ifixpng();
      });