	var skolar = {
    src: '/templates/sifr/skolar_regular_mc_all.swf'
  };
	
	sIFR.repaintOnResize = true;

  sIFR.activate(skolar);
	
	sIFR.replace(skolar, {
    selector: 'h2.ir, h3.ir, .useful_links h2, .search_form #searchForm h2, .search_form #subNav h3'
		,wmode: 'transparent'
		,css: [
      '.sIFR-root { color: #0b517b; }'
    ]
		,offsetTop: 0
		,tuneHeight: -6
  });
