jQuery(document).ready(function() { jQuery(".digsbyLink").click(function() { popWidth = 300; popHeight = 300; popLeft = screen.availWidth/2 - popWidth/2; popTop = screen.availHeight/2 - popHeight/2; window.open(this.href,"Kinky Librarian", "toolbar=0,resizable=0,menubar=0,status=0,top="+popTop+",left="+popLeft+",width="+popWidth+",height="+popHeight); return false; }); });