printdata = '';
///////////////
//画像を設定
///////////////
printdata+='<a href="http://www.mk2han.com/guide/pay_l.html" target="_blank" rel="nofollow"><img src="images/radio-head_03.jpg" alt="お支払い方法" height="26" width="133" border="0"></a>';



///////////////
//表示
///////////////
document.open(); 
document.write(printdata);
document.close(); 

