/*
	uCONVERT media JS
	
	Copyright © 2010 Joseph Earl
*/

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