$(document).ready(function(){
	$('#subheadimg').load('/v1/ajax/headroll','',fade);

	function fade() {
		$('#subheadimg').innerfade({
			speed: 1000,
			timeout: 4000,
			type: 'random',
			containerheight: '150px'
		});
	}

	$("#gallery #images .preview a").lightBox();
});

tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	editor_selector: "editor",
	width: 470,
	theme_advanced_toolbar_location: 'top',
	plugins : "imagemanager,filemanager,insertdatetime,preview,emotions,visualchars,nonbreaking",
	theme_advanced_buttons1_add: 'insertimage',
	theme_advanced_disable: "styleselect,formatselect,removeformat",
	auto_resize: 'true',
	plugin_insertdate_dateFormat : "%Y-%m-%d",
	plugin_insertdate_timeFormat : "%H:%M:%S",
	theme_advanced_toolbar_align : "left",
	theme_advanced_resizing : true,
	apply_source_formatting : true,
	extended_valid_elements :"img[src|border=0|alt|title|width|height|align|name],a[href|target|name|title],p,",
	invalid_elements: "table,span,tr,td,tbody,font"
});
