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

  sIFR.activate(lubalin);
	
	sIFR.replace(lubalin, {
    selector: ' .cv_edit form h3,.details_edit form h3, .alerts_createedit h2, .application_form #content h3'
		,wmode: 'transparent'
		,css: [
      '.sIFR-root { color: #ffffff; }'
    ]
		,offsetTop: -4
		,tuneHeight: -6
  });
	sIFR.replace(lubalin, {
    selector: '.help #subNav h2, h2.ir, h3.ir, .useful_links h2, .search_form #subNav h3, .candidate #subNav h3, #browseH1 h1, .application h3, .job h1, #coverNoteTitle'
		,wmode: 'transparent'
		,css: [
      '.sIFR-root { color: #002B54;}'
    ]
		,offsetTop: -6
		,tuneHeight: -6
  });