var justlefthand = { src: 'swf/sifr.swf' };

sIFR.activate(justlefthand);

sIFR.replace(justlefthand, {
  selector: 'h1',
  css: '.sIFR-root { font-size:84px; background-color: #FFFFFF; color: #00B2EC; text-align:left; }',
  fitExactly: true
});

sIFR.replace(justlefthand, {
  selector: 'span.weather',
  css: '.sIFR-root { font-size:25px; color: #C0C0C0; }',
	wmode:'transparent'
});

sIFR.replace(justlefthand, {
  selector: 'h5',
  css: '.sIFR-root { font-size:24px; background-color: #FFFFFF; color: #666666; text-align:right; }'
});

