var rotis = {
  src: '/includes/rotis.swf'
};
sIFR.activate(rotis);


sIFR.replace(rotis, {
  selector: '#lCol h1.title',
  css: {
	'.sIFR-root' : { 
		'color': '#ffffff',
		'font-size': '3.5em',
		'width' : '630px'
	}
  },
  wmode:'transparent',
  fitExactly : true,
  forceWidth : true,
  forceSingleLine : true
});

sIFR.replace(rotis, {
  selector: '#full_tempy h1.title',
  css: {
	'.sIFR-root' : { 
		'color': '#ffffff',
		'font-size': '3.5em',
		'width' : '630px'
	}
  },
  wmode:'transparent',
  fitExactly : true,
  forceWidth : true,
  forceSingleLine  : true
});

sIFR.replace(rotis, {
  selector: '#main h1.title',
  css: {
	'.sIFR-root' : { 
		'color': '#ffffff',
		'font-size': '3.5em',
		'width' : '630px'
	}
  },
  wmode:'transparent',
  fitExactly : true,
  forceWidth : true,
  forceSingleLine  : true
});