var nobel = {
  src: 'fonts/nobellight.swf'
};

//sIFR.prefetch(cochin, rockwell, vandenkeere);

sIFR.activate(nobel);

//sIFR.activate(cochin, rockwell, vandenkeere);




sIFR.replace(nobel, {
	selector: 'h5.white'
		,css: [
		  '.sIFR-root { color:#FFFFFF; font-size:19px; background-color:transparent;line-height:19px; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #CCCCCC; }'
		]
		,wmode: ['transparent']
		,tuneHeight: [-6]
		,offsetTop: [-3]
		,fitExactly: [true]
	});


sIFR.replace(nobel, {
	selector: 'h5.black'
		,css: [
		  '.sIFR-root { color:#000000; font-size:17px; background-color:transparent;line-height:17px; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #CCCCCC; }'
		]
		,wmode: ['transparent']
		,tuneHeight: [-6]
		,offsetTop: [-4]
		,fitExactly: [true]
	});
	
sIFR.replace(nobel, {
	selector: 'h5.red'
		,css: [
		  '.sIFR-root { color:#E1001A; font-size:17px; background-color:transparent;line-height:17px; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #E1001A; }'
		  ,'a:hover { color: #E1001A; }'
		]
		,wmode: ['transparent']
		,tuneHeight: [-6]
		,offsetTop: [-4]
		,fitExactly: [true]
	});

sIFR.replace(nobel, {
	selector: 'h4'
		,css: [
		  '.sIFR-root { color:#000000; font-size:10px; background-color:transparent; text-transform:uppercase;line-height:28px;visibility:visible}'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #CCCCCC; }'
		]
		,wmode: ['transparent']
		,tuneHeight: [0]
		,tuneWidth: [15]
		,offsetTop: [8]
		,offsetLeft: [3]
		,fitExactly: [true]
	});

sIFR.replace(nobel, {
	selector: 'h5'
		,css: [
		  '.sIFR-root { color:#000000; font-size:17px; background-color:transparent;line-height:17px; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #CCCCCC; }'
		]
		,wmode: ['transparent']
		,tuneHeight: [-6]
		,offsetTop: [-4]
		,fitExactly: [true]
	});
