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

  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(avantgarde);
  sIFR.activate();
  
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#columnMain h1'
    ,src: '/flash/digital.swf'
    ,css: {
      '.sIFR-root': { 'color': '#ed7f2e', 'font-weight': 'bold', 'background-color': '#000000' },
	  'a': { 'text-decoration': 'none' },
	  'a:link': { 'color': '#ed7f2e' },
	  'a:hover': { 'color': '#ffffff' }
    }
  });
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#faqs h2'
    ,src: '/flash/digital.swf'
    ,css: {
      '.sIFR-root': { 'color': '#ed7f2e', 'font-weight': 'bold', 'background-color': '#000000' },
	  'a': { 'color': '#ed7f2e' },
	  'a:link': { 'color': '#ed7f2e' },
	  'a:hover': { 'color': '#ed7f2e' }
    }
  });
  
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#columnMain h2'
    ,src: '/flash/digital.swf'
    ,css: {
      '.sIFR-root': { 'color': '#999999', 'font-weight': 'bold', 'background-color': '#000000' },
	  'a': { 'color': '#999999' },
	  'a:link': { 'color': '#999999' },
	  'a:hover': { 'color': '#ed7f2e' }
    }
  });
  
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#columnMain h3'
    ,src: '/flash/digital.swf'
    ,css: {
      '.sIFR-root': { 'color: #999999; font-weight: bold; background-color': '#000000' },
	  'a': { 'color': '#999999' },
	  'a:link': { 'color': '#999999' },
	  'a:hover': { 'color': '#ed7f2e' }
    }
  });
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#columnMain h4'
    ,src: '/flash/digital.swf'
    ,css: {
      '.sIFR-root': { 'color: #ed7f2e; font-weight: bold; background-color': '#000000' },
	  'a': { 'color': '#999999' },
	  'a:link': { 'color': '#999999' },
	  'a:hover': { 'color': '#ed7f2e' }
    }
  });
  
  sIFR.replace({
  	wmode: 'transparent'
    ,selector: '#basket th'
    ,src: '/flash/digital.swf'
    ,css: {
      '.sIFR-root': { 'color: #ed7f2e; font-weight: bold; background-color': '#000000' }
    }
  });
  