$(document).ready(function(){

	//alert('just testing'); //if this shows jQuery is working !
	//$("#wedstrijdvoorwaarden").lightbox_me();
	
	$('#wedstrijdvoorwaarden_link').click(function() {
	    $('#wedstrijdvoorwaarden').lightbox_me({
	        centered: true,
			closeClick: true,
			closeEsc: true,
			modalCSS: {top: '100px'},
	        onLoad: function() { 
	            //$('#sign_up').find('input:first').focus()
	            }
	        });
	    return false;
	});
	
	$('#wedstrijdvoorwaarden').load('wedstrijdvoorwaarden.html', function() {
		//alert('Load was performed.');
	});
	
	
});
