(function($) {
	$(document).ready(function()	{
		$('#bbcode').markItUp(myBbcodeSettings);
		$('#emoticons a').click(function() {
			emoticon = $(this).attr('title');
			$.markItUp( { replaceWith:emoticon } );
		});
	});
})(jQuery);
