window.onload=function() {
x = (screen.width - 400);
var w1;
w1=window.open("","_blank","width=470,height=200,screenX="+x+",left="+x+");
w1.document.open();
w1.document.write("<html><head><title><"+"/title>");
w1.document.write("<"+"/head>");
w1.document.write("<body>");
w1.document.write("<img src='camp_banner.gif' alt='キャンペーン'>");
w1.document.write("<"+"/body>");
w1.document.write("<"+"/html>");
w1.document.close();
}
