 var path = document.domain;
 
 if(path.indexOf(".local") > -1)
 	path = path.replace("fin.","");
 else
 	path = path.replace("fin.","www.");
 
 var griffith_thin = 
 {
    src: "http://"+path+'/z_swf/sifr_griffith.swf'
 };

  //sIFR.delayCSS  	= true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  
  sIFR.fitExactly = true;
  sIFR.prefetch(griffith_thin);
  sIFR.activate(griffith_thin);
  
   sIFR.replace(griffith_thin, {selector: 'h2', wmode: 'transparent',tuneHeight: '4', offsetTop: '0',
			   css: 
			   {
				  '.sIFR-root': { 'color': '#006699'}
			   }
			   });
   
 	sIFR.replace(griffith_thin, {selector: '.main #inner_content h3', wmode: 'transparent',tuneHeight: '0', offsetTop: '0',
			   css: 
			   {
				  '.sIFR-root': { 'color': '#8CA3A7'}
			   }
			   });
	
		sIFR.replace(griffith_thin, {selector: '.article #inner_content h3, .jobdetails #inner_content h3', wmode: 'transparent',tuneHeight: '0', offsetTop: '0',
			   css: 
			   {
				  '.sIFR-root': { 'color': '#8CA3A7'}
			   }
			   });
	
	sIFR.replace(griffith_thin, {selector: '#inner_content_lab h3', wmode: 'transparent', tuneHeight: '0', offsetTop: '0',
			   css: 
			   {
				  '.sIFR-root': { 'color': '#0099CC'}
			   }
			   });
	
	
	sIFR.replace(griffith_thin, {selector: '.friendly_panel h4',  wmode: 'transparent',tuneHeight: '0', offsetTop: '0',
			   css: 
			   {
				  '.sIFR-root': { 'color': '#0099CC'}
			   }
			   });

sIFR.replace(griffith_thin, {selector: '#panel_history h4',  wmode: 'transparent',tuneHeight: '0', offsetTop: '0',
			   css: 
			   {
				  '.sIFR-root': { 'color': '#8CA3A7'}
			   }
			   });


	sIFR.replace(griffith_thin, {selector: '.main #inner_content h4',  wmode: 'transparent',tuneHeight: '0', offsetTop: '0',
			   css: 
			   {
				  '.sIFR-root': { 'color': '#0099CC'}
			   }
			   });
	
	sIFR.replace(griffith_thin, {selector: '.main #inner_content_lab h4',  wmode: 'transparent',tuneHeight: '0', offsetTop: '0',
			   css: 
			   {
				  '.sIFR-root': { 'color': '#0099CC'}
			   }
			   });
