  var alexon = {
    src: '/flash/alexon.swf'
  };

  sIFR.debugMode = true;
  // sIFR.domains = ['pukkaherbs.com'] // Don't check for domains in this demo
  // sIFR.prefetch(alexon);
  sIFR.activate();
  
  sIFR.replace(alexon, {
    selector: '#left .heading,#right .heading'
    ,css: [
      '.sIFR-root {font-weight: bold; font-size: 17px; color: #FD7821;}'

    ], transparent: true
  });
  
  sIFR.replace(alexon, {
    selector: '.topText'
    ,css: [
      '.sIFR-root {color: #FFFFFF;}'

    ], transparent: true
  });
  
    sIFR.replace(alexon, {
    selector: '.categoryTopText'
    ,css: [
      '.sIFR-root {color: #FFFFFF;}'

    ], transparent: true
  });
  
    sIFR.replace(alexon, {
    selector: '.homeIntro'
    ,css: [
      '.sIFR-root {color: #FFFFFF; font-size: 18px; line-height: 18px;}'

    ], transparent: true
  });
	
	sIFR.replace(alexon, {
    selector: '.sectionIntro'
    ,css: [
      '.sIFR-root {color: #FFFFFF; font-size: 16px; line-height: 16px;}'

    ], transparent: true
  });
  
    sIFR.replace(alexon, {
    selector: '.channelTopText'
    ,css: [
      '.sIFR-root {background-color: #A81541; color: #FFFFFF;}'

    ], transparent: true
  });
	
  sIFR.replace(alexon, {
    selector: '.homeFeatured .offerHeading, .productListingWrapper .offerHeading'
    ,css: [
      '.sIFR-root {font-weight: bold; color: #FD7821; text-align: center;}'

    ], transparent: true
  });
  
