jQuery(document).ready(function(){ jQuery("a.viv-new-window").bind("click", function() { window.open(this.href,'','width=600,height=400,resizable=yes'); return false;}); });