if(status!='dev'){
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', analyticsAccount]);
	_gaq.push(['_trackPageview']);
	
	(function() {
	  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
}

$(document).ready(function(){
	if($('#evenementen_blok').height() != null){
		if($('#product_menu').height() < ($('#evenementen_blok').height()+40)){
			$('#product_menu').height(($('#evenementen_blok').height()+40));
		}else{
			$('#evenementen_blok').height($('#product_menu').height()-40);
		}	
	}else{
		if($('#product_menu').height() < ($('#product_text').height()+50)){
			$('#product_menu').height(($('#product_text').height()+50));
		}else{
			$('#product_text').height($('#product_menu').height()-50);
		}	
	}
});
