$(document).ready(function(event){
$('.wp_href').click(function(){
GoHref = $(this).attr('href');
       window.open(GoHref,'','toolbar=0,scrollbars=yes,resizable=1,width=770,height=910,top=100,left=100') 
	return false;
})
});

