  var Calisto = {
  src: 'http://www.evofc.com/sifr3inline/flash/CalistoMT.swf'
};
 
 var bigmrc = {
    src: 'bigmrc.swf'
  };

   var bolonewt = {
    src: 'bolonewt.swf'
  };





  sIFR.useDomContentLoaded = false;
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(bolonewt);
  sIFR.useDomContentLoaded = false;
  
  sIFR.replace(bolonewt, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:15px; background-color:transparent; color:#68783F}'
    ]
  });
  
  sIFR.replace(bolonewt, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:13px; background-color:transparent; color:#68783F;}'
    ]
  });

  sIFR.replace(bolonewt,{ 
	selector: 'annat'
	,wmode: 'transparent'
	,css:[
      '.sIFR-root { font-weight: normal; font-size:11px; background-color:transparent; color:#68783F;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'			
	]	
});
  
  sIFR.replace(bolonewt, {
    selector: '.link1'
	//,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:15px; background-color:transparent; color:#ffffff; display:inline; }'
      ,'a { text-decoration: none; display:inline; }'
      ,'a:link { color: #ffffff; display:inline; }'
      ,'a:hover { color: #667544; display:inline; }'
    ]
  });
  sIFR.replace(bolonewt, {
    selector: '.link2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:15px; background-color:transparent; color:#ffffff;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff0000; }'
      ,'a:hover { color: #667544; text-decoration:underline; }'
    ]
  });
  




sIFR.replace(bolonewt, {
  selector: '.h2inline'
  ,css: [
      '.sIFR-root { color: #666666; font-weight: normal; letter-spacing: 1; font-size:11px;}',
      'a:link {color: #ffffff; text-decoration: none;}',
      'a:visited {color: #ffffff; text-decoration: none;}',
      'a:hover {color: #667544; text-decoration: none;}']
  ,wmode: 'transparent'
  ,tuneHeight: '-5'
});


sIFR.replace(bolonewt, {
  selector: '.h3inline'
  ,css: [
      '.sIFR-root { color: #666666; font-weight: normal; letter-spacing: 1; font-size:8px;}',
      'a:link {color: #ffffff; text-decoration: none;}',
      'a:visited {color: #ffffff; text-decoration: none;}',
      'a:hover {color: #667544; text-decoration: none;}']
  ,wmode: 'transparent'
  ,tuneHeight: '-5'
});


