var myriad_cond = {
      src: '_swf/myriad_cond.swf'
};

var myriad = {
      src: '_swf/myriad.swf'
};
 
sIFR.activate(myriad_cond, myriad);
 
sIFR.replace(myriad_cond, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:30px; font-weight:bold; text-transform:uppercase; color:#ffffff; padding:0; margin:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration:underline; }'
      ],
	  wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:22px; font-weight:bold; text-transform:uppercase; color:#ffffff; padding:0; margin:0;}'
      ],

	wmode: 'transparent'
});
 

sIFR.replace(myriad, {

	selector: 'h3',
      css: [
      '.sIFR-root { font-size:16px; font-style:italic; color:#ffffff; text-decoration:none; padding:0; margin:0;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration:underline; }'

      ],

	wmode: 'transparent'
});


sIFR.replace(myriad, {

	selector: '#wrapper-right p',
      css: [
      '.sIFR-root { font-size:12px; color:#ffffff; padding:0; margin:0;}'
      ],

	wmode: 'transparent'
});

//Note: Make sure you change the right quote mark to a single quote at the end of the second line. (WordPress is converting it to a typographically correct quote.)
