  //<![CDATA[
  
  // Part of a regular expression which matches the end of the domain, so you can exclude subdomains here
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo

  // If you are updating from the Alpha, please note that the source refences have changed!
  
  var frut = { src: '/swf/frut8.swf' };
  
 sIFR.useDomLoaded = false;
  sIFR.activate();
  
sIFR.replace(frut, {
    selector: '.aanbieding h1',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color': '#ffffff'},
	  '.a:visited': { 'color': '#000000'},
	  '.a:hover': { 'color': '#CC0000'}
    }
    ,verticalSpacing: 30
  });

    sIFR.replace(frut, {
    selector: '#leftcontent h1',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color': '#6F7776'},
	  '.a:visited': { 'color': '#000000'},
	  '.a:hover': { 'color': '#CC0000'}
    }
    ,verticalSpacing: 30
  });
	

sIFR.replace(frut, {
    selector: 'h3',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'color': '#6F7776'}
    }
    ,verticalSpacing: 30
  });


  //]]>
