/* This file contains code related to the index page */

$(document).ready(function() {
	$("a[rel^='prettyphoto']").prettyPhoto();
});

