	//<![CDATA[
	
		// This call can be placed at any point after the
		// <textarea>, or inside a <head><script> in a
		// window.onload event handler.
	
		// Replace the <textarea id="editor"> with an CKEditor
		// instance, using default configurations.
		if (document.getElementById('content'))
		{
			//CKEDITOR.replace( 'content' );
			//var editor = CKEDITOR.replace( 'content' );
			//CKFinder.setupCKEditor( editor, 'http://www.spirit4u.nl/beheer/ckfinder/' ) ;
			var editor = CKEDITOR.replace( 'content',
				{
					// Defines a simpler toolbar to be used in this sample.
					// Note that we have added out "MyButton" button here.
					toolbar : [
								['NewPage'],
								['Templates'],
								['Undo','Redo'],
								['Cut','Copy','Paste','PasteText'],
								['PasteFromWord'],
								['RemoveFormat'],
								'/',
								['Bold','Italic','Underline','Strike'],
								['NumberedList','BulletedList'],
								['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
								['Outdent','Indent'],
								'/',
								['Link','Unlink','HorizontalRule','SpecialChar'],
								['Table'],
								['Maximize'],
								['SpellChecker', 'Scayt']
							]
				});
		}
		//]]>
	</script>
		<script type="text/javascript" charset="utf-8">
		$(document).ready(function(){
			$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_square'});
		});
					$(document).ready(
				function(){
					$('#container_content_spotlight1').css({ backgroundImage : "url(http://www.spirit4u.nl/img/spotlights/spotlight1.jpg)" });
				}
			);
				
		var auto_refresh = setInterval(
		function ()
		{
		$('#reload_content_home').load('http://www.spirit4u.nl/ #reload_content_home').fadeIn("slow");
		$('#reload_content_consulenten').load('http://www.spirit4u.nl/pages/aura-fotografie/6/ #reload_content_consulenten').fadeIn("slow");
		$('#reload_col').load('http://www.spirit4u.nl/pages/aura-fotografie/6/ #reload_col').fadeIn("slow");
		setTall();
		}, 10000); // refresh every 10000 milliseconds
	   
		$('#refresh_current_stats').click(function() {
			$('#reload_col_current_stats').load('http://www.spirit4u.nl/pages/aura-fotografie/6/ #reload_col_current_stats').fadeIn("slow");
		});	
