var lane = {
  src: '/img/lane.swf'
};

sIFR.activate(lane);

sIFR.replace(lane, {
  selector: '#header h2.logo'
  ,wmode: 'transparent'
  ,offsetTop: '0'
  ,fitExactly: 'true'
  ,css: [ '.sIFR-root { text-align: left; text-transform:uppercase; background-color:#FFFFFF;}'
		   ,'a { text-decoration: none; color:#666666; }'
		   ,'a:hover { text-decoration: none; color:#037094; }']
});