//<[CDATA[
var officina = {
	src: 'officina.swf'
};

sIFR.debugMode = true;
// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.prefetch(officina);
sIFR.activate();
		  
sIFR.replace(officina, {
selector: 'h1,h2'
,wmode: 'transparent'
,css: [
	'.sIFR-root { color: #535353; background-color: #878787; text-align: right; text-transform: uppercase; font-weight: ighter;}'
	,'a { text-decoration: none }'
	,'a:link { color: #FFFFFF }'
	,'a:hover { color: #666666 }'
	]
});

sIFR.replace(officina, {
selector: 'h3'
,wmode: 'transparent'
,css: [
	 '.sIFR-root { color: #333333; background-color: #878787; text-align: left; text-transform: uppercase; font-weight: normal;}'
	 ,'a { text-decoration: none }'
	 ,'a:link { color: #FFFFFF }'
	 ,'a:hover { color: #666666 }'
	]
 });
		  
sIFR.replace(officina, {
selector: 'h4'
,wmode: 'transparent'
,css: [
	 '.sIFR-root { color: #535353; background-color: #878787; text-align: left; text-transform: uppercase; font-weight: normal;}'
	 ,'a { text-decoration: none }'
	 ,'a:link { color: #FFFFFF }'
	 ,'a:hover { color: #666666 }'
	]
 });
		  
sIFR.replace(officina, {
selector: 'h5'
,wmode: 'transparent'
,css: [
	'.sIFR-root { color: #333333; background-color: #FFFFFF; text-align: left; text-transform: uppercase; font-weight: normal;}'
	,'a { text-decoration: none }'
	,'a:link { color: #26BCD7 }'
	,'a:hover { color: #878787 }'
	]
});
		  
//]]>
