function loadWYSIWYGlistitem() {	tinyMCE.init({		theme : "advanced",		mode : "exact",		elements : "text",		plugins : "save,contextmenu,paste,fullscreen,table,imagemanager",		theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,"			+ "justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,"			+ "bullist,numlist,outdent,indent,separator,fullscreen",		theme_advanced_buttons2 : "link,unlink,anchor,separator,image,insertimage,separator,"			+"undo,redo,cleanup,separator,tablecontrols,separator,code,separator,charmap,forecolor",		theme_advanced_buttons3 : "",		theme_advanced_toolbar_location : "top",		theme_advanced_toolbar_align : "left",		height : "305px",		width : "645px",		extended_valid_elements : "iframe[src|width|height|name|align]",		external_link_list_url : "/modules/Article/inc/pageList.php"	});}
