var cochin = {
  src: 'js/dtlcaspari.swf'
};

sIFR.prefetch(cochin);

sIFR.activate();

sIFR.replace(cochin, {
  selector: 'h1'
  ,css: {
	  '.sIFR-root': { 'color': '#572700', 'font-family': 'DTLCaspariST', 'font-size': '16px', 'text-transform': 'uppercase', 'font-weight': 'bold', 'margin-bottom': '0', 'padding-bottom': '0', 'line-height': '0.5em' }
	}
});
