jQuery(function($){
	$('a[rel^="fancybox"]').fancybox();
	$('a[href*="uploads"]').fancybox();
});