var fruit = {
	src: '/cmstemplates/qantas/includes/fruit_normal.swf'
   };
	 
var fruitbold = {
	src: '/cmstemplates/qantas/includes/fruit_bold.swf'
   };	 
 
sIFR.prefetch(fruit);		
sIFR.activate(fruit);
sIFR.prefetch(fruitbold);		
sIFR.activate(fruitbold);

  
  sIFR.replace(fruitbold, {
   selector: '#rightmargin h5',
	wmode: 'transparent',
	css: [
      '.sIFR-root {font-weight: normal; color: #817f7f; cursor: pointer;}'
	  ,'a { text-decoration: none; color:  #817f7f; cursor: pointer; }'
	  ,'a:link { color:  #817f7f; }'
	  ,'a:hover { color: #a70c16; }'
    ]
  });
	
  sIFR.replace(fruitbold, {
   selector: '#rightmargin h4',
	wmode: 'transparent',
	css: [
      '.sIFR-root {font-weight: normal; color: #a70c16; font-weight: normal;}'

    ]
  });	

  sIFR.replace(fruitbold, {
   selector: '#leftmargin h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root {font-weight: normal; color: #333333; cursor: pointer;}'
	  ,'a { text-decoration: none; color:  #333333; cursor: pointer; }'
	  ,'a:link { color:  #333333; }'
	  ,'a:hover { color: #a70c16; }'
    ]
  });
	
  sIFR.replace(fruitbold, {
   selector: '#main h3',
	wmode: 'transparent',
	css: [
      '.sIFR-root {font-weight: normal; color: #a20c15;}'

    ]
  });	
	
  sIFR.replace(fruit, {
   selector: '#main h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root {font-weight: bold; color: #a70c16;}'

    ]
  });		
	
  sIFR.replace(fruitbold, {
   selector: '#main h4',
	wmode: 'transparent',
	css: [
      '.sIFR-root {font-weight: normal; color: #a70c16;}'

    ]
  });			
	