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

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(augie);
  
  sIFR.replace(augie, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:14px; color: #990000; background-color:transparent;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #990000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });


  sIFR.replace(augie, {
    selector: '#titel'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:14px; color: #990000; background-color:transparent;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #990000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });


  sIFR.replace(augie,{ 
	selector: 'h1'
	,wmode: 'transparent'
	,css:[
      '.sIFR-root { font-weight: normal; font-size:17 px; color: #990000; background-color: transparent; }'			
	]
	 ,ratios: [11, 2, 13, 1.85, 15, 1.87, 17, 1.76, 19, 1.74, 21, 1.71, 1.85]
    ,fitExactly: true
	,tuneHeight: -3
    ,offsetTop: 0  
});
  
   sIFR.replace(augie,{ 
	selector: 'h3'
	,wmode: 'transparent'
	,css:[
      '.sIFR-root { font-weight: normal; font-size:14 px; color: #990000; background-color: transparent; }'			
	]
	 ,ratios: [11, 2, 13, 1.85, 15, 1.87, 17, 1.76, 19, 1.74, 21, 1.71, 1.85]
    ,fitExactly: true
	,tuneHeight: -3
    ,offsetTop: 0  
}); 
   
  
  sIFR.replace(augie,{ 
	selector: 'h4'
	,wmode: 'transparent'
	,css:[
      '.sIFR-root { font-weight: normal; font-size:12 px; color: #990000; background-color: transparent; }'			
	]
	 ,ratios: [11, 2, 13, 1.85, 15, 1.87, 17, 1.76, 19, 1.74, 21, 1.71, 1.85]
    ,fitExactly: true
	,tuneHeight: -3
    ,offsetTop: 0  
}); 

  
  sIFR.replace(augie, {
    selector: '.verksam'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:11px; color: #990000; background-color:transparent; line-height: 1em;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #990000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

  sIFR.replace(augie, {
    selector: '.test'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:10px; color: #990000; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #990000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

  sIFR.replace(augie, {
    selector: '.head'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:12px; color: #990000; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #990000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  
  

  sIFR.replace(augie, {
  selector: '.h2inline'
  ,css: [
      '.sIFR-root { color: #990000; font-weight: normal; font-size:11px;}',
      'a:link {color: #990000; text-decoration: none;}',
      'a:visited {color: #990000; text-decoration: none;}',
      'a:hover {color: #cccccc; text-decoration: none;}']
  ,wmode: 'transparent'
  ,tuneHeight: '-5'
});

  sIFR.replace(augie, {
  selector: '.h3inline'
  ,css: [
      '.sIFR-root { color: #990000; font-weight: normal; font-size:11px;}',
      'a:link {color: #990000; text-decoration: none;}',
      'a:visited {color: #990000; text-decoration: none;}',
      'a:hover {color: #cccccc; text-decoration: none;}']
  ,wmode: 'transparent'
  ,tuneHeight: '-5'
});
