var goudy = {
    src: '/flash/goudy.swf'
  };
  
var arial = {
    src: '/flash/arial.swf'
  };

sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(goudy);
  sIFR.prefetch(arial);
  sIFR.activate();
  
  sIFR.replace(goudy, {
    selector: '.recipe-col h3'
    ,css: [
      '.sIFR-root { color: #337700; display: inline; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #669933 }'
      ,'a:hover { color: #669933 }'
    ]
	,wmode: 'transparent'
  });
  
    sIFR.replace(goudy, {
    selector: '.success-col h3, h3.success, .success-longcol h3'
    ,css: [
      '.sIFR-root { color: #7600b0; display: inline; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #7600b0 }'
      ,'a:hover { color: #7600b0 }'
    ]
	,wmode: 'transparent'
  });
	
	    sIFR.replace(goudy, {
    selector: '.active-col h3'
    ,css: [
      '.sIFR-root { color: #336699; display: inline; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #336699 }'
      ,'a:hover { color: #336699 }'
    ]
	,wmode: 'transparent'
  });
		
	    sIFR.replace(goudy, {
    selector: '.group-col h3'
    ,css: [
      '.sIFR-root { color: #cc0000; display: inline; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #cc0000 }'
      ,'a:hover { color: #cc0000 }'
    ]
	,wmode: 'transparent'
  });

	    sIFR.replace(goudy, {
    selector: '.about-col h3, .ms .central-td h3'
    ,css: [
      '.sIFR-root { color: #cc0033; display: inline; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #cc0033 }'
      ,'a:hover { color: #cc0033 }'
    ]
	,wmode: 'transparent'
  });
		
			    sIFR.replace(goudy, {
    selector: '.about-col-large h3'
    ,css: [
      '.sIFR-root { color: #cc0033; display: inline; text-align: left; }'
      ,'a { text-decoration: underline; font-weight: bold; }'
      ,'a:link { color: #cc0033 }'
      ,'a:hover { color: #cc0033 }'
    ]
	,wmode: 'transparent'
  });
				
				sIFR.replace(goudy, {
    selector: '.about-col-large .heading-main'
    ,css: [
      '.sIFR-root { color: #cc0033; display: inline; text-align: left; }'
      ,'a { text-decoration: underline; }'
      ,'a:link { color: #cc0033 }'
      ,'a:hover { color: #cc0033 }'
    ]
	,wmode: 'transparent'
  });
				
							    sIFR.replace(goudy, {
    selector: '.healthy-eating-col-large h3'
    ,css: [
      '.sIFR-root { color: #669933; display: inline; text-align: left; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #cc0033 }'
      ,'a:hover { color: #cc0033 }'
    ]
	,wmode: 'transparent'
  });

			    sIFR.replace(goudy, {
    selector: '.about-col-large h5'
    ,css: [
      '.sIFR-root { color: #cc0033; display: inline; text-align: left; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #cc0033 }'
      ,'a:hover { color: #cc0033 }'
    ]
	,wmode: 'transparent'
  });
				
/*MOTIVATIONAL FEATURES - RECIPE BOX STYLES*/

sIFR.replace(goudy, {
  selector: '.recipe .title',
  css: '.sIFR-root {  color:#cc0000; font-size:36px; }',
  wmode: 'transparent'
});

/*
sIFR.replace(goudy, {
  selector: '.recipe .subtitle',
  css: '.sIFR-root {  color:#cc0000; font-size:22px; display:inline; }',
  wmode: 'transparent'
});
*/