// popup
$(function(){
	//$('a[@href~="campaign/"]').click(function(){
$('a.pUp').click(function(){
//window.open(this.href, "campaign","scrollbars=yes,width=640,height=860");
window.open(this.href, "campaign","scrollbars=yes,width=866,height=660");
return false;
});
});

