$(document).ready(function() {
	if(document.getElementById('txt_content')) {
		var fckLoader = function() {
		    var bFCKeditor = new FCKeditor('txt_content','100%','500'); 
		    bFCKeditor.BasePath = 'scripts/fckeditor/';
		   // bFCKeditor.BasePath = '/Arbeid/national-anthems.org/national-anthems.org/scripts/fckeditor/';
		    bFCKeditor.ToolbarSet = 'Default'; 
		    bFCKeditor.ReplaceTextarea();
		} 
		fckLoader(); 
	}
});
