$(document).ready(function() {
	$("a[href*='popup.php']").fancybox({
		'speedIn': 300,
		'speedOut': 300,
		'width' : 460,
		'height' : 308,
		'hideOnContentClick': false,
		'type': 'iframe'
	});
});
