jQuery(document).ready(function($) {
	$("#slide").zAccordion({
		timeout: 4000,
		slideWidth: 600,
		width: 945,
		height: 209
	});
	
	$(pageInit);
	function pageInit()
	{
		$('.wiki-textarea').xheditor({tools:'Bold,Italic,Underline,Strikethrough,Link',skin:'default'});
	}
	
	$("a[rel*=facebox]").facebox();
});
