//<[CDATA[
		  
var tetria = {
	src: 'tetria.swf'
};
// sIFR.domains = ['novo-opleiding.nl', '*.novo-opleiding.nl'] // Don't check for domains
sIFR.activate(tetria);

sIFR.replace(tetria, {
	selector: 'h1'
	, wmode: 'transparent'
	,css: [
	  '.sIFR-root { text-align: left; font-weight: normal; color: #00267f; letter-spacing: 1; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #000000; }'
	  ,'a:hover { color: #CCCCCC; }'
	]
});

//]]>