  var avantgarde = {
    src: 'http://www.purelynaturalonline.co.uk/flash/avantgarde.swf'
  };

  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(avantgarde);
  sIFR.activate();
  
  sIFR.replace(avantgarde, {
    wmode: 'transparent'
    ,selector: '#offers h2'
    ,css: [
      '.sIFR-root { color: #545857; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'

    ]
  });
  
     sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#mainDetail h2'
    ,src: '/flash/avantgarde.swf'
    ,css: [
		'.sIFR-root { color: #ddcb20; font-weight: bold; background-color: #000000 }'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #ddcb20 }'
      ,'a:hover { color: #000000 }'	   	   
	]

  });
  
  sIFR.replace(avantgarde, {
    wmode: 'transparent'
    ,selector: '#offer1 h2, #offer2 h2, #offer3 h2, #offer4 h2, #offer5 h2, #offer6 h2, #offer7 h2, #offer8 h2, #offer9 h2, #offer10 h2'
    ,css: [
      '.sIFR-root { color: #545857; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }'

    ]
  });
  
  sIFR.replace(avantgarde, {
    wmode: 'transparent'
    ,selector: '#newProducts h2'
	,src: '/flash/avantgarde.swf'
    ,css: [
      '.sIFR-root { color: #7e7975; font-weight: bold;}'
    ]
  });
  
  sIFR.replace(avantgarde, {selector: 'h5#pullquote'});
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#mainContent h2, #mainContentNarrow h2'
    ,src: '/flash/avantgarde.swf'
    ,css: [
		'.sIFR-root { color: #ddcb20; font-weight: bold; background-color: #000000 }'
      ,'a { text-decoration: underline }'
      ,'a:link { color: #ebe77b }'
      ,'a:hover { color: #000000 }'	   	   
	]

  });
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#mainContent h3, #mainContentNarrow h3'
    ,src: '/flash/avantgarde.swf'
    ,css: {
      '.sIFR-root': { 'color: #7e7975; font-weight: bold; background-color': '#000000' }
    }
  });
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#mainContent h4, #mainContentNarrow h4'
    ,src: '/flash/avantgarde.swf'
    ,css: {
      '.sIFR-root': { 'color: #f4f194; font-weight: bold; background-color': '#000000' }
    }
  });
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#mainContent h1, #mainContentNarrow h1'
    ,src: '/flash/avantgarde.swf'
    ,css: {
      '.sIFR-root': { 'color: #242625; font-weight: bold; background-color': '#000000' }
    }
  });
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#mainContent h5'
    ,src: '/flash/avantgarde.swf'
    ,css: {
      '.sIFR-root': { 'color: #ffcc00; font-weight: bold; background-color': '#000000' }
    }
  });
  
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#sidebar1 h3, #sidebar1Narrow h3'
    ,src: '/flash/avantgarde.swf'
    ,css: {
      '.sIFR-root': { 'color: #f4f194; font-weight: bold; background-color': '#000000' }
    }
  });
  
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#sidebar2 h3'
    ,src: '/flash/avantgarde.swf'
    ,css: {
      '.sIFR-root': { 'color: #f4f194; font-weight: bold; background-color': '#000000' }
    }
  });
  
