jQuery(document).ready(function(){jQuery(".fancybox").fancybox({type:'image',autoscale:true,prevEffect:'fade',nextEffect:'fade',openEffect:'elastic',closeEffect:'fade',closeBtn:true,helpers:{title:{type:'float'}}});$("#socialSharesContainer").jsSocials({shares:["email","twitter","facebook","whatsapp"],shareIn:"popup",showCount:true});});function fbShare(url){var winWidth=520;var winHeight=550;var winTop=(screen.height/2)-(winHeight/2);var winLeft=(screen.width/2)-(winWidth/2);window.open('http://www.facebook.com/sharer.php?p[url]='+url,'sharer','top='+winTop+',left='+winLeft+',toolbar=0,status=0,width='+winWidth+',height='+winHeight);}