document.open(); 

str = '<iframe src="http://tokyo-hotaru.com/kids/kawa.html" frameborder="0" width="384" height="250" scrolling="no"></iframe>'; 

document.write(str);

document.close(); 


