var din = {
      src: 'http://www.specifymagazine.com/wp-content/themes/specify/flash/din.swf'
};

var lubalin = {
      src: 'http://www.specifymagazine.com/wp-content/themes/specify/flash/lubalin.swf'
};
 
sIFR.activate(din, lubalin);

sIFR.replace(lubalin, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-weight:normal; text-transform: none; font-size:38px; color:#00a1f2; margin:0; line-height:0px; text-align: left; text-decoration: underline; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(lubalin, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-weight:normal; text-transform: none; font-size:22px; text-align:left; color:#1B1B1B; line-height:22px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(lubalin, {
      selector: 'h5',
      css: [
      '.sIFR-root { font-weight:normal; text-transform: none; font-size:14px; text-align:left; color:#ffffff; line-height:22px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(din, {
      selector: 'h6',
      css: [
      '.sIFR-root { font-weight:normal; text-transform: uppercase; font-size:50px; color:#cccccc; margin:0; padding:0; line-height:0px; text-align:center; }',
	  'a {color: #cccccc; text-decoration: none; border-bottom: 1px dotted #333; }',
      'a:hover {color: #333333; border-bottom: 1px solid #333; }'
      ],
      wmode: 'transparent'
});
