jQuery(document).ready(function($) {
	$(pageInit);
	function pageInit()
	{
		$('.wiki-textarea').xheditor({tools:'Bold,Italic,Underline,Strikethrough,Link',skin:'default'});
	}
	
	$("a[rel*=facebox]").facebox();	
});
