$(document).ready(function(){$(".pokerpopup").click(function(){var c=this.href;var b="help";var g=800;var a=600;var d=(screen.width/2)-(g/2);var f=(screen.height/2)-(a/2);var e=window.open(c,b,"toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, width="+g+", height="+a+", top="+f+", left="+d);return false;});});
