var napoleon = {
  src: 'napoleon.swf'
};

var georgia = {
  src: 'georgia.swf'
};

var georgia_small = {
  src: 'georgia_small.swf'
};


sIFR.prefetch(napoleon, georgia, georgia_small);

sIFR.activate(napoleon, georgia, georgia_small);

sIFR.replace(napoleon, { modifyContentString: function(s) { return s.replace(/s*(<br>)\s*/, '$1') }, 
  selector: 'h1',  wmode:'transparent', css: ['.sIFR-root { color:#FFFFE6;, background-color: #080808;, letter-spacing: 1.1;, text-transform: uppercase; }','a { text-decoration: none }','a:link { color: #F0E797 }','a:hover { color: #F0E797 }']
});

sIFR.replace(georgia, { modifyContentString: function(s) { return s.replace(/s*(<br>)\s*/, '$1') }, 
  selector: 'h2',  wmode:'transparent', css: ['.sIFR-root { color:#F0E797;, background-color: #080808;, letter-spacing: 0.1;, leading: 10; }','a { border-bottom-style: dotted;, border-bottom-width: 1px;, text-decoration: none; }','a:link { color: #F0E797;  }','a:hover { color: #F0E797; }']
});

sIFR.replace(napoleon, { modifyContentString: function(s) { return s.replace(/s*(<br>)\s*/, '$1') }, 
  selector: 'h4',  wmode:'transparent', css: ['.sIFR-root { color:#FFFFE6;, background-color: #080808;, letter-spacing: 2;, text-transform: uppercase; }','a { text-decoration: none }','a:link { color: #080808 }','a:hover { color: #F0E797 }']
});

sIFR.replace(georgia_small, { modifyContentString: function(s) { return s.replace(/s*(<br>)\s*/, '$1') }, 
  selector: 'h5',  wmode:'transparent', css: ['.sIFR-root { color:#D4CC86;, background-color: #080808;, letter-spacing: 1;, text-transform: uppercase;, leading: 6; }','a { text-decoration: none }','a:link { color: #080808 }','a:hover { color: #F0E797 }']
});

sIFR.replace(georgia_small, { modifyContentString: function(s) { return s.replace(/s*(<br>)\s*/, '$1') }, 
  selector: 'h6',  wmode:'transparent', css: ['.sIFR-root { color:#FFFFFF;, background-color: #080808;, letter-spacing: 1;, text-transform: none;, leading: 6; }','a { text-decoration: none }','a:link { color: #080808 }','a:hover { color: #F0E797 }']
});

// sIFR.replace(movie, { modifyContentString: function(s) { return s.replace(/s*(<br>)\s*/, '$1') }, selector: '…' } )