

var square = {
  src: '/square.swf'
};





sIFR.activate(square);



function SIFRReplace(){
sIFR.replace(square,{selector: 'h1'
    ,css: '.sIFR-root {color:#000000; text-align:left; letter-spacing: 0;}'
    ,wmode: 'transparent'
    ,thickness: '-70'
    //,sharpness: '10'
    });







}


