  var site_url = 'http://www.jobsin.co.uk';
  if(base_root != null){
  	site_url=base_root;
  }
  var rotis = {
    src: site_url + '/templates/sifr/jobsin/rotisSemiSans_bold65_mc_all.swf'
  };
	
	sIFR.repaintOnResize = true;

  sIFR.activate(rotis);
	
  sIFR.replace(rotis, {
    selector: 'h2.ir, h3.ir, .search_form #jobSearchHeading, .useful_links h2'
		,wmode: 'transparent'
		,css: [
      '.sIFR-root { color: #5b93de; font-weight: bold; }'
    ]
		,offsetTop: -6
		,tuneHeight: -6
  });
