$(function() {
	$('a[rel=lightbox]').lightBox();
	var contentHeight;
	contentHeight = document.getElementById('content').offsetHeight;

	if(contentHeight > 542) {
		document.getElementById('leftBlock').style.height = (contentHeight-2)+'px';
		document.getElementById('rightBlock').style.height = (contentHeight-22)+'px';
	}
});
var RecaptchaOptions = {
	theme : 'red',
    lang : 'nl'
};
