//<[CDATA[
	
		  var eurostile = {
		    src: 'http://www.joost-visser.nl/wp-content/themes/joostvisser/files/swf/eurostile.swf'
		  };
		
		  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
		  // sIFR.useStyleCheck = true;
		  sIFR.activate(eurostile);
		
		
		  sIFR.replace(eurostile, {
		    selector: 'h2'
		    ,css: [
		      '.sIFR-root {font-weight: bold; background-color: #F0F0F0; color: #2A4159; text-transform: uppercase;}'
		      ,'a { text-decoration: none; }'
		      ,'a:link { color: #2A4159; }'
		      ,'a:hover { color: #2A4159; }'
		    ]
		  });
		  
		  //]]>
