var rotissemi = { src:'/swf/rotis-semi.swf' };
var rotissemilight = { src:'/swf/rotis-semi-light.swf' };
var rotissemiextrabold = { src:'/swf/rotis-semi-extra-bold.swf' };
var headline_break = function(str) {
	str = str.replace('</span>', '</span><br />');
	str = str.replace('<br /> ', '<br />');
	return str;
}

sIFR.activate();

sIFR.replace(rotissemiextrabold, {
  selector:'h1',
  css:[
  	'.sIFR-root { background-color:transparent; color:#222222; }',
  	'.manufacturer { font-size:18px; color:#777777; }',
  	'a { color:#222222; text-decoration:none; }',
  	'a:hover { color:#000000; text-decoration:underline; }'
  	],
  wmode:"transparent",
  modifyContentString:headline_break,
  fixFocus:true
});
sIFR.replace(rotissemiextrabold, {
  selector:'h2',
  css:[
  	'.sIFR-root { background-color:transparent; color:#222222; }',
  	'a { color:#444444; text-decoration:none; }',
  	'a:hover { color:#000000; text-decoration:underline; }'
  	],
  wmode:"transparent",
  fixFocus:true
});

