//var mynciku = {};
var initLeftPage = function() 
{
	if(typeof window.mynciku != 'object')
		window.mynciku = {};
	
	mynciku.modalDialog = new ModalDialog("");
	cssquery("div.sbx_bd04 div.ct_profile01 img", $("lo_contents01") )[0].onclick = function(event){ mynciku.modalDialog.start('image',$Element("profileUrl").text(), event); };
	
}
nhn.DOMLoad.attach(initLeftPage);

