var trade = {
   src: '/wp-content/themes/default/media/rockwell.swf'
 };

var univrs = {
   src: '/wp-content/themes/default/media/univers-light.swf'
 };

 sIFR.debugMode = true;
 // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
 sIFR.prefetch(trade);
 sIFR.activate();
 sIFR.replace(trade, {
   selector: 'h1'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#B09878; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #B09878 }'
     ,'a:hover { color: #666666 }'
   ] 
	,wmode: "transparent"
 });

 sIFR.replace(trade, {
	selector: 'h2'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#B09878; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #B09878 }'
     ,'a:hover { color: #666666 }'
   ]
	,wmode: "transparent"
 });

 sIFR.replace(univrs, {
	selector: '#sidebar h3, form#cformsform label'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#B09878; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #B09878 }'
     ,'a:hover { color: #666666 }'
   ]
	,wmode: "transparent"
 });

 sIFR.replace(univrs, {
	selector: 'h3, h4'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#740000; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #740000 }'
     ,'a:hover { color: #666666 }'
   ]
	,wmode: "transparent"
 });


sIFR.replace(trade, {
	selector: '#intro'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#740000; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #740000 }'
     ,'a:hover { color: #666666 }'
   ]
	,wmode: "transparent"
 });