function emoticon_initialize()
{
	try{
		var httpObj = jQuery.get("/sidebar.xml",null, function(){$("#sidebar").html(httpObj.responseText);});
	}catch(e){};
};

