function replaceTitle() {
  if(typeof sIFR == "function"){
	sIFR.replaceElement("h1.cattitle, h3.eventtitle, h3.cattitle, h1.eventtitle, h2.eventtitle",
	  named({
		  sFlashSrc: '/sifr/Note this.ttf.swf',
		  sColor: '#fc742a',
		  sBgColor:'#ffffff',
		  sWmode: 'opaque'
		  })
	);
  }
}
