jQuery(document).ready(function($){
	$('a.popin').prettyPhoto({
		default_width: 670,
		default_height: 600,
		social_tools: ''
	});
	$('a[href$=popin]').click(function(){
		$.prettyPhoto.open($(this).attr('href').replace(/^popin:\/\//, ''));
		return false;
	});
});

