// JavaScript Document
  $(document).ready(function(){
		$("a[rel^='prettyPhoto']").prettyPhoto();
		$("a[rel^='pop']").prettyPopin();
  });

