    //<[CDATA[
  
 var matrix = {
    src: 'matrix-script-bold.swf'
  };

  sIFR.debugMode = true;
  //sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(matrix);
  sIFR.activate();
  
sIFR.replace(matrix, {
    selector: '#main_body .inner h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #000000;}'
    ]
	,wmode: 'transparent'
});

sIFR.replace(matrix, {
    selector: '#main_body .inner h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #000000;}'
    ]
	,wmode: 'transparent'
});

sIFR.replace(matrix, {
    selector: '.contact_page h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #000000;}'
    ]
	,wmode: 'transparent'
});
 
  //]]>