$(document).ready(function(){$(".popup").click(function(){$("#pop_"+this.id).popup('open');})
if($('a.newWindow').length){$('a.newWindow').click(function(){window.open(this.href);return false;});}});
