$(function(){

	var oFCKeditor = new FCKeditor( 'body' ) ;
	oFCKeditor.BasePath	= SBR_URL+ 'js/fckeditor/' ;
	oFCKeditor.Config['BaseHref'] = SBR_URL;
	oFCKeditor.Config['ImageUploadURL'] = SBR_URL + 'fck_upload.php?Type=Image';
	oFCKeditor.ReplaceTextarea() ;
	
	$('.date-pick').datepicker({startDate:'01/01/1900',dateFormat:'dd/mm/yy'})	
});