var helvetica = {
  src: 'flash/helvetica.swf'
};

//sIFR.prefetch(cochin, rockwell, vandenkeere);

sIFR.activate(helvetica);

//sIFR.activate(cochin, rockwell, vandenkeere);


sIFR.replace(helvetica, {
  selector: 'h2.lente'
  ,selectable: false
		,css: [
		  '.sIFR-root { color:#738b1b; font-size:30px; background-color:transparent;visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #CCCCCC; }'
		]
		,wmode: ['transparent']
		,selectable: [false]
		,fitExactly: [true]
	});
	
sIFR.replace(helvetica, {
  selector: 'h2.zomer'
  ,selectable: false
		,css: [
		  '.sIFR-root { color:#ec6f07; font-size:30px; background-color:transparent;visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #CCCCCC; }'
		]
		,wmode: ['transparent']
		,selectable: [false]
		,fitExactly: [true]

	});

sIFR.replace(helvetica, {
  selector: 'h2.herfst'
  ,selectable: false
		,css: [
		  '.sIFR-root { color:#b94911; font-size:30px; background-color:transparent;visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #CCCCCC; }'
		]
		,wmode: ['transparent']
		,selectable: [false]
		,fitExactly: [true]

	});

sIFR.replace(helvetica, {
  selector: 'h2.winter'
  ,selectable: false
		,css: [
		  '.sIFR-root { color:#009ee1; font-size:30px; background-color:transparent;visibility:visible; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #CCCCCC; }'
		]
		,wmode: ['transparent']
		,selectable: [false]
		,fitExactly: [true]

	});
