/*Success Stories JS*/ $(document).ready(function(){ if( location.hash != "" ) { var hash = location.hash.replace("#", ""); var url = "/testimonial?id=" + hash; $.fancybox({ href: url, padding: 0, margin: 0, titleShow: false, scrolling: "no", centerOnScroll: true, transitionIn: "none", transitionOUT: "none" }) } })