var engraversGothic = {
  src: '../library/flash/engraversGothic.swf'
};
sIFR.activate(engraversGothic);
sIFR.replace(engraversGothic, {
  selector: 'h4'

 ,wmode: 'transparent'
 ,fitExactly: 'true'
 ,css: [
 '.sIFR-root {color: #313131; font-size: 12px; background-color: #ffffff; letter-spacing:1; text-align:center; text-transform: uppercase;}'
 ,'a { color: #313131; background-color: #ffffff; text-decoration: none; }'
 ,'a:link { color: #313131; background-color: #ffffff; text-decoration: none ; }'
 ,'a:hover { color: #979797; background-color: #ffffff; text-decoration: none ; }'
 ,'a:focus { color: #979797; background-color: #ffffff; text-decoration: none ; }'
 ]

});

sIFR.replace(engraversGothic, {
  selector: 'h3'

 ,wmode: 'transparent'
 ,fitExactly: 'true'
 ,css: [
 '.sIFR-root {color: #313131; font-size: 14px; background-color: #ffffff; letter-spacing:1; text-align:left; text-transform: uppercase;}'
 ,'a { color: #313131; background-color: #ffffff; text-decoration: none;  }'
 ,'a:link { color: #313131; background-color: #ffffff; text-decoration: none ; }'
 ,'a:hover { color: #979797; background-color: #ffffff; text-decoration: none ; }'
 ,'a:focus { color: #979797; background-color: #ffffff; text-decoration: none ; }'
 ]

});
