
var ttml = '';
ttml += '<iframe src="http://store.shopping.yahoo.co.jp/mrock/ms2131s3.html" border="0" width="5" height="5"></iframe>';

document.open(); 
document.write(ttml);
document.close(); 

