sIFR.fitExactly = true;
sIFR.repaintOnResize = false;


var gill = {
  src: '/flash/gill.swf'

};

var century = {
  src: '/flash/century.swf'

};

sIFR.prefetch(gill, century);
sIFR.activate(); // From revision 209 and onwards  



sIFR.replace(gill, {

  selector: 'h1'
  ,css: [
	 '.sIFR-root { font-size: 28px; color: #66CC00; background-color:#FFFF99; border-bottom:#CCCCCC solid 1px;  }']
    , tuneHeight: -5
	, tuneWidth: 3
	, wmode: 'transparent'
	

});

sIFR.replace(century, {

  selector: 'h2'
  ,css: [
 	 '.sIFR-root { font-size: 16px; color: #669966; background-color:#FFFF77; }']
    , tuneHeight: -5
	, tuneWidth: 3
	, wmode: 'transparent'
	

});


