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

 // sIFR.domains = ['diving.ventureonline.co.nz'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(dax);
  

  
  
    sIFR.replace(dax, {
    selector: 'h3.columnTitle',
	wmode: 'transparent',
    css: [
      '.sIFR-root { color: #FFFFFF; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
  
   sIFR.replace(dax, {
    selector: '#footer h4',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'background-color': '#0b5498', 'color': '#FFFFFF' }
    } 
	
	});
   
     sIFR.replace(dax, {
    selector: '.insetRight h1',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'background-color': '#0b5498', 'color': '#FFFFFF' }
    } 
	
	});
	 
	  sIFR.replace(dax, {
    selector: '.insetRight h2',
	wmode: 'transparent',
    css: {
      '.sIFR-root': { 'background-color': '#0b5498', 'color': '#FFFFFF' }
    } 
	
	});
   
   
   
