var din = {
  src: 'fonts/din.swf'
};

var fgcathie = {
  src: 'fonts/fgcathie.swf'
};

var arial = {
  src: 'fonts/arial.swf'
};


//sIFR.prefetch(cochin, rockwell, vandenkeere);

sIFR.activate(din, fgcathie, arial);

//sIFR.activate(cochin, rockwell, vandenkeere);


/*
sIFR.replace(din, {
	selector: 'h3'
		,css: [
		  '.sIFR-root { border: 1px solid green;color:#FFFFFF; font-size:15px; background-color:transparent; font-weight:bold;visibility:visible}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color:#FFFFFF; }'
		  ,'a:hover { color:#E32521; }'
		]
		,wmode: ['transparent']
		,selectable: [false]
		,fitExactly: [true]
		,offsetTop: [-3]
		,offsetLeft: [0]
		,forceClear: [true]
		,tuneHeight: [-8]
		,tuneWidth: [1]
	});

*/
sIFR.replace(fgcathie, {
	selector: 'h2'
		,css: [
		  '.sIFR-root { color:#594745; font-size:24px; background-color:transparent; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color:#FFFFFF; }'
		  ,'a:hover { color:#E32521; }'
		]
		,wmode: ['transparent']
		,selectable: [false]
		,fitExactly: [true]
		,offsetTop: [-7]
		,offsetLeft: [0]
		,forceClear: [true]
		,tuneHeight: [0]
		,tuneWidth: [0]
	});
	
sIFR.replace(arial, {
	selector: 'h5.dag'
		,css: [
		  '.sIFR-root { color:#e32521; font-size:20px; background-color:transparent; font-weight:bold; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color:#FFFFFF; }'
		  ,'a:hover { color:#E32521; }'
		]
		,wmode: ['transparent']
		,selectable: [false]
		,fitExactly: [true]
		,offsetTop: [-1]
		,offsetLeft: [0]
		,forceClear: [true]
		,tuneHeight: [-10]
		,tuneWidth: [0]
	});
sIFR.replace(arial, {
	selector: 'h5.maand'
		,css: [
		  '.sIFR-root { color:#e32521; font-size:13px; background-color:transparent; font-weight:normal; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color:#FFFFFF; }'
		  ,'a:hover { color:#E32521; }'
		]
		,wmode: ['transparent']
		,selectable: [false]
		,fitExactly: [true]
		,offsetTop: [-2]
		,offsetLeft: [0]
		,forceClear: [true]
		,tuneHeight: [-8]
		,tuneWidth: [0]
	});


