$(document).ready(function(){
	$("a[rel^='popup']").fancybox({ 
		'frameWidth': 500,
		'frameHeight': 500
	});
});