var conduit = {
  src: 'http://www.ciaatournament.org/js/conduit.swf'
};

sIFR.prefetch(conduit);
sIFR.activate();
sIFR.replace(conduit, {
	selector: '.title h2',
	wmode: 'transparent',
	css: {
	'.sIFR-root': {'color': '#124472', 'background': '#93BEE5'}}
});