// JavaScript Document
  var bellgot = {
    src: 'http://www.rubensun.com/clients/boardman/resources/sifr/bellgot.swf'
  };
  
  var bellgotBlk = {
    src: 'http://www.rubensun.com/clients/boardman/resources/sifr/bellgot-blk.swf'
  };

  var frnklngot = {
    src: 'http://www.rubensun.com/clients/boardman/resources/sifr/frnklngot-dmcd.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(bellgot, bellgotBlk,frnklngot);

  sIFR.replace(bellgot, {
    selector: '#bbgNav li.navItem'
    ,css: [
      '.sIFR-root { text-decoration: none; color: #000000; font-size: 13px;}'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #d3511e; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(bellgotBlk, {
    selector: '#bbgNav li.navSelected'
    ,css: [
      '.sIFR-root { text-decoration: none; color: #355269; font-size: 13px;}'
      ,'a { text-decoration: none; color:  #355269;}'
      ,'a:link { text-decoration: none; color:  #355269; }'
      ,'a:hover { text-decoration: none; color:  #355269; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(bellgot, {
    selector: '.bbgInnerHeading h2 span'
    ,css: [
      '.sIFR-root { text-decoration: none; color: #FFFFFF; font-size: 48px;}'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(bellgot, {
    selector: '.bbgInnerHeading h3 span'
    ,css: [
      '.sIFR-root { text-decoration: none; color: #FFFFFF; font-size: 17px;}'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(frnklngot, {
	  selector: '.bbgHomeNews h3'
	  , css: [
		'.sIFR-root {font-size: 18px;}'
	  ]
  });
  
  sIFR.replace(frnklngot, {
	  selector: '.bbgInnerPanel h3'
	  , css: [
		'.sIFR-root {font-size: 18px;}'
	  ]
  });
