sIFR.debugMode = false;

var silverado = {
  src: 'http://www.belhaven.co.uk/flash/silverado.swf'
};

sIFR.prefetch(silverado);

sIFR.activate(silverado); // From revision 209 and onwards

sIFR.replace(silverado, {
selector: '#mainContent h2'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root {color:#d1d1d1; font-size:20px; leading:-7; margin:0; text-align:left;}'
    ]
});

sIFR.replace(silverado, {
selector: '.topinfo h2'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root {color:#d1d1d1; font-size:20px; leading:-7; margin:0; text-align:left;}'
    ]
});

sIFR.replace(silverado, {
selector: 'h2.siftitle'
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root {color:#d1d1d1; font-size:20px; leading:-7; margin:0; text-align:left;}'
    ]
});


//sIFR.replace(silverado, {
//selector: '#bestbanter #mainContent h3.banter'
  //,wmode: 'transparent'
  //,css: [
    //  '.sIFR-root {color:#debe81; font-size:14px; leading:-7; margin:0; text-align:left; text-transform:uppercase;}'
    //]
//});



