






(function (){
	var roomid = "efz_net";
	var iframe = document.createElement("iframe");
	iframe.style.border = "none";
	iframe.frameBorder = 0;
	iframe.height = 65;
	iframe.width = 155;
	iframe.scrolling = "no";
	iframe.src = "http://chat.kanichat.com/publicMemList.jsp?roomid="+roomid;
	document.getElementById("KANI_PUBMEMLIST_"+roomid).insertBefore(iframe,document.getElementById("KANI_PUBMEMLIST_"+roomid).firstChild);
}());
