jQuery(document).ready(function() {
//Pretty popin
//http://www.no-margin-for-errors.com/projects/prettyPopin/
jQuery("a[rel^='prettyPopin']").prettyPopin({
	modal : false, /* true/false */
	width : 600, /* false/integer */
	height: false, /* false/integer */
	opacity: 0.5, /* value from 0 to 1 */
	animationSpeed: 0, /* slow/medium/fast/integer */
	followScroll: true, /* true/false */
	loader_path: 'images/prettyPopin/loader.gif', /* path to your loading image */
	callback: function(){ window.location.reload();} /* callback called when closing the popin */
});
});
