

  var asphalt = {
    src: '/asset/template/img/asphalt.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(asphalt);

  
  sIFR.replace(asphalt, {
    selector: '.box h2'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #f3b534; text-transform: uppercase; letter-spacing: 1; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f3b534; }'
      ,'a:hover { color: #f3b534; }'
    ]
    ,filters: {
      GlowFilter: {
        knockout: false
        ,inner: false
        ,blurY: 4
        ,blurX: 4
        ,strength: 10
        ,color: '#5f1f03'
      }
    }
    ,wmode: 'transparent'
  });
  sIFR.replace(asphalt, {
    selector: '.boxd h2'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #f3b534; text-transform: uppercase; letter-spacing: 1; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f3b534; }'
      ,'a:hover { color: #f3b534; }'
    ]
    ,filters: {
      GlowFilter: {
        knockout: false
        ,blurY: 4
        ,blurX: 4
        ,strength: 10
        ,color: '#5f1f03'
      }
    }
    ,wmode: 'transparent'
  });
  sIFR.replace(asphalt, {
    selector: '#content-inner h1'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #f3b534; text-transform: uppercase; letter-spacing: 1; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f3b534; }'
      ,'a:hover { color: #f3b534; }'
    ]
    ,filters: {
      GlowFilter: {
        knockout: false
        ,blurY: 4
        ,blurX: 4
        ,strength: 10
        ,color: '#5f1f03'
      }
    }
    ,wmode: 'transparent'
  });
  sIFR.replace(asphalt, {
    selector: '#content-inner h2'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #f3b534; text-transform: uppercase; letter-spacing: 1; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f3b534; }'
      ,'a:hover { color: #f3b534; }'
    ]
    ,filters: {
      GlowFilter: {
        knockout: false
        ,blurY: 4
        ,blurX: 4
        ,strength: 10
        ,color: '#5f1f03'
      }
    }
    ,wmode: 'transparent'
  });
  /*
  sIFR.replace(myriad, {
    selector: '#navigation li a'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #dddddd; text-transform: uppercase; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #dddddd; }'
      ,'a:hover { color: #dddddd; }'
    ]
    ,filters: {
      GlowFilter: {
        knockout: false
        ,blurY: 4
        ,blurX: 4
        ,strength: 10
        ,color: '#f31820'
      }
	  ,DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#222222'
        ,strength: 0.5
        ,quality: 1
        ,angle: 90
      }
    }
    ,wmode: 'transparent'
  });
  */