var trade = {
   src: '/media/trade-new.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: '#warranties #egr .linkwrapper h2, #warranties .egr .linkwrapper h3 '
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#A50716; text-transform:uppercase; font-size: 22px}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #A50716 }'
     ,'a:hover { color: #333333 }'
   ] 
	,wmode: "transparent"
 });

 sIFR.prefetch(trade);
 sIFR.activate();
 sIFR.replace(trade, {
   selector: 'h1, .promo.sm.trans h2, #content .linkwrapper h2'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#A50716; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #A50716 }'
     ,'a:hover { color: #333333 }'
   ] 
	,wmode: "transparent"
 });

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

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

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

 sIFR.replace(trade, {
   selector: '.twocol-list.results h3'
   ,css: [
     '.sIFR-root { text-align: left; font-weight: normal; color:#A50716; text-transform:uppercase}'
     ,'a { text-decoration: none }'
     ,'a:link { color: #A50716 }'
     ,'a:hover { color: #5895A8 }'
   ] 
	,wmode: "transparent"
 });

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