var hobo = {
		src: 'http://www.supermarketsavvy.com/sifr3/js/hobo.swf'
};

sIFR.activate(hobo);

sIFR.replace(hobo,  {
			 selector:'h1.titleOrange',
			 css: [
				'.sIFR-root { color: #f57c20; background:#fff; text-align:left; font-size:22px; line-height:1em;}'
				
				]
			 });

sIFR.replace(hobo,  {
			 selector:'h1.titleRed',
			 css: [
				'.sIFR-root { color: #be2126; background:#fff; text-align:left; font-size:22px; line-height:1em;}'
				
				]
			 });

sIFR.replace(hobo,  {
			 selector:'h1.titleGreen',
			 css: [
				'.sIFR-root { color: #3d853f; background:#fff; text-align:left; font-size:22px; line-height:1em;}'
				
				]
			 });

sIFR.replace(hobo,  {
			 selector:'h1.titleBlue',
			 css: [
				'.sIFR-root { color: #1D275A; background:#fff; text-align:left; font-size:22px; line-height:1em;}'
				
				]
			 });