var trashhand = {
      src: 'flash/trashhand.swf'
};
 
sIFR.activate(trashhand);

sIFR.replace(trashhand, {
      selector: 'h1.home',
      css: [
      '.sIFR-root { font-size:35px; font-weight:normal; color:#cb3265; margin-left: 10px; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});


sIFR.replace(trashhand, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#000000 }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(trashhand, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-size:25px; font-weight:normal; color:#8fb300 }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});



var angelina = {
      src: 'flash/angelina.swf'
};
 
sIFR.activate(angelina);

sIFR.replace(angelina, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:35px; font-weight:normal; color:#cb3265; margin-left: 2px; text-transform: lowercase; letter-spacing: 0; border-bottom: 1px dotted #333333}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#add707; }'
      ],
      wmode: 'transparent'
});


var hydramed = {
      src: 'flash/hydramed.swf'
};
 
sIFR.activate(hydramed);

sIFR.replace(hydramed, {
      selector: 'h1.module',
      	  forceSingleLine: true,
    css: [
        '.sIFR-root { font-size:19px; font-weight:bold; color:#8fb200; margin-left: 2px; text-transform: uppercase; letter-spacing: 0; border-bottom: 1px dotted #333333}',
        'a {color:#8fb200; text-decoration: none;}',
        'a:hover {color:#333333;}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: true
});
