
$(document).ready(function() {
	$('.hoverable').hover(function() {
	  $(this).addClass('onhover');
	}, function() {
	  $(this).removeClass('onhover');
	});
});

var registry = { src: '/asset/template/img/sifr.swf' };
sIFR.activate(registry);
sIFR.replace(registry, {
  selector: '.col-left h1, #home .col-left h2',
  css: '.sIFR-root { color: #ffffff; text-transform: uppercase; }',
  wmode: 'transparent',
  filters: {
      DropShadow: {
        knockout: false
        ,distance: 1
        ,color: '#000000'
            ,blurY: 3
            ,blurX: 3
        ,strength: 2
      },
      GlowFilter: {
        knockout: false
        ,blurY: 3
        ,blurX: 3
        ,strength: 2
        ,color: '#000000'
      }
    }
});