﻿ var akkurat = {
 src: 'http://www.asbjorn-jensen.no/js/akkurat.swf'
  };
   var akkuratBold = {
 src: 'http://www.asbjorn-jensen.no/js/akkurat.swf'
  };  
  var nav = {
 src: 'http://www.asbjorn-jensen.no/js/akkurat.swf'
  };  

  
//sIFR.domains = ['http://somme.no', 'http://www.somme.dk', 'localhost' ];// Uncomment before launch!
  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(akkurat);
  sIFR.replace(akkurat, {
    selector: '#footer h1'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:18px; color:#000000; text-align: center}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #0099FF; }'
	  ,'em { font-style: normal; color:#d71920 }'
	  ,'#header em { font-style: normal; color:#999999 }'
	
    ]
	, wmode: 'transparent'

  });
 sIFR.activate(akkurat);
sIFR.replace(nav, {
  selector: '.mainNav ul li, .current'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:13px; color:#000000; font-style: normal;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f6891f; }'
      ,'a:hover { color: #0099FF; }'
	  ,'em { font-style: normal; }'
	  ,'.active { color:#000000;  }'
    ]
, wmode: 'transparent'

  });
  
 sIFR.activate(akkurat);
sIFR.replace(akkuratBold, {
  selector: '#footer p'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:11px; color:#000000; font-style: normal; text-align: center}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #f6891f; }'
      ,'a:hover { color: #0099FF; }'
	  ,'em { font-style: normal; }'
	  ,'.active { color:#cccccc;  }'

    ]
, wmode: 'transparent'

  });

