/*jQuery(document).ready(function($) {
	//Break out of frames
	if (top.location != self.location) {
		top.location = self.location;
	}
	
	//Google analytics
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-2921670-15']);
	_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);
	})();
	
	//SIFR tool
	var urbanBrush = {
      src: 'http://vervandekade.nl/wp-content/themes/vervandekade2011/js/urbanBrush.swf',
	  ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
    };
	
	sIFR.activate(urbanBrush);
	
	sIFR.replace(urbanBrush, {
		selector: 'h1',
		css: [
			'.sIFR-root { text-align: left; font-size: 1.18em; color: #C61354; }',
			'a { text-decoration: none; }',
			'a:link { color: #C61354; }',
			'a:hover { color: #7F0744; }'
		],
		wmode: 'transparent'
    });
});*/
