  var cracked = {
    src: 'cracked.swf'
   
  };

  sIFR.useStyleCheck = true;
  sIFR.activate(cracked);

  sIFR.replace(cracked, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { color:#ee7518;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ],
	wmode: 'transparent'
  });

  sIFR.replace(cracked, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { color:#ee7518; margin-left:10px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ],
	wmode: 'transparent'
  });

  sIFR.replace(cracked, {
    selector: 'h6'
    ,css: [
      '.sIFR-root { color:#3B5998; text-align:center; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ],
	wmode: 'transparent'
  });
  
  


