$(function(){
	var Ifrm = $('<div class="Ifrm"><iframe src="http://www.epinard.jp/blog.html" scrolling="no" frameborder="0" width="200" height="120" style="background-color:#ffffff; border:1px solid #7c715b;"></iframe></div>');
	$('div#Voice').append(Ifrm);
});


