$().ready(function() {
	$(".afbeelding").css("display", "inline");
	$('#coda-slider-1').codaSlider({
		dynamicArrows: false,
			dynamicTabs: false,
			autoSlide: true,
			autoSlideInterval: 5000,
			autoSlideStopWhenClicked: true
		});
		$("a[rel=fotos]").fancybox({
			'padding' : 0,
			'autoScale' : true,
			'autoDimensions' : false
	});
});
function twitter() {
	$.getJSON('http://twitter.com/statuses/user_timeline/bluemenreclame.json?callback=?&count=4', function(data) {
		var i=0;
		for (i=0;i<4;i++)
		{	
			$('#tweet'+i+'').html(data[i].text);
		}
	});
};
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-21420368-1']);
  _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);
  })();

