tinyMCE.init({
	mode : "exact",
	elements : "wysiwyg",
	theme : "advanced",
	content_css : "/styles.css",
	width : "500",
	theme_advanced_statusbar_location : "bottom",
	theme_advanced_resizing : true,
	theme_advanced_resize_horizontal : false,
	apply_source_formatting : true, // make the resulting HTML pretty
	// the following two turn on absolute URLs without the hostname
	document_base_url : "/",
	relative_urls : false
});