if(!((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))))
{
	tinyMCE.init({
		width: '100%',
		mode : "textareas",
		theme : "advanced",
		language  : 'ru',
		plugins : "emotions",
		theme_advanced_buttons1 : "bold,italic,underline,|,outdent,indent,|,undo,redo,|,bullist,numlist",
		theme_advanced_buttons2 : "",
		theme_advanced_buttons3 : "",
		theme_advanced_toolbar_location : "top",
		theme_advanced_resizing : false,
		content_css : "/media/css/editable.css",
		body_class : "usercontent tinyusercontent",
		tab_focus : ':prev,:next'
	
	
		});
}