jQuery(document).ready(function() {
		
	$(".footer_disclaimer, .footer_algemenevoorwaarden").fancybox({
		'titleShow'				: false,
		'autoDimensions'		: false,
		'width'					: 650,
		'height'				: 400

	});
	
	$(".refimg").fancybox({
	});
	
	$(".offertebutton, .contactbutton").fancybox({
		'titleShow'				: false,
		'autoDimensions'		: false,
		'width'					: 450,
		'height'				: 400
	});

	$('A[rel="external"]').click( function() {window.open( $(this).attr('href') );return false;});
	
	$(".footer_disclaimer, .footer_algemenevoorwaarden, .offertebutton, .contactbutton").click(function(){
 		inp = String(this);
		inp = inp.split('.nl/');
 		outp = "/"+inp[1];
		_gaq.push(['_trackPageview', outp]);
	});
	
});

