//<[CDATA[
			
//Don't replace Headings if Chinese
var qs = location.search.substring(1, location.search.length);

if (qs.indexOf('lan=chinese') < 0) {
  
  var neosanslight = {
    src: '/wp-content/themes/abt/lib/neosanslight.swf'
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(neosanslight);
  
  sIFR.replace(neosanslight, {
    selector: 'h2'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { background-color: #2F2F2F; color: #FFFFFF;leading: -3 }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #98928D; }'
      ,'a:hover { color: #EA6E1E; }'
    ]
  });
  
  sIFR.replace(neosanslight, {
	selector: 'h1,h3,h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { background-color: #2F2F2F; color: #FFFFFF;leading: -3 }'
      ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #EA6E1E; }'
    ]
	
  });
  
}
 
/*
sColor:"#FFFFFF", sLinkColor:"#98928D", sBgColor:"#2F2F2F", sHoverColor:"#EA6E1E", sWmode:"transparent",
sColor:"#CBBAA6", sLinkColor:"#CBBAA6", sBgColor:"#2F2F2F", sHoverColor:"#EA6E1E", sWmode:"transparent",
*/
  //]]>