
LoadIFrameContents();

function LoadIFrameContents()
{
	var out_html = "";
	
	out_html += '<iframe src="http://kurikiyama.jp/blogparts/KurikiBlogParts.html" width="160" height="258" scrolling="no" marginheight="0" marginwidth="0" frameborder="0">';
	out_html += "</iframe>";
	
	document.write(out_html);
}