printdata = '';
///////////////
//画像を設定
///////////////
printdata+='<a href="http://www.mk2.cc/present/ladys/timer.html" target="_blank"><img src="images/present_timer.gif" alt="" width="120" height="86" border="0" /></a><br />';



///////////////
//表示
///////////////
document.open(); 
document.write(printdata);
document.close(); 

