var regular = {
  src: '/flash/devon/metaplusbold.swf'
};


sIFR.activate(regular);

// speeds things up for safari and opera
if(Prototype.Browser.WebKit || Prototype.Browser.Opera) {
	sIFR.useStyleCheck = true;
}


//  Exceptions, as sIFR selector engine is a bit basic
JELLY.Q('h1.member-area, div.post h1').each(function (el) {JELLY.addClass(el, 'sIFR-ignore');});


sIFR.fitExactly = true;
sIFR.fixWrap = true;

sIFR.replace( regular, {
	selector: '#content-area h1,' +
	          '.location span,' + 
           	  '.location h1,' + 
			  '.category h2,' +
	          '#common-content h2,' + 
	          '#event-submit h2,' +
	          '#event-sponsor h2,' + 
	          '#jobs-latest h2,' + 
	          '#jobs-search h2,' + 
	          '#home #content-area h2,' +
	          '#members-latest h2,' +
	          '#members-search h2,' +
	          '#sector-diary h2,' +
	          '#sector-jobs h2,' +
			  '#profile-jobs h2'
	,css: '.sIFR-root { color: #000000; text-transform:uppercase;}'
	,wmode: 'transparent'
	,ratios: [7, 1.32, 9, 1.24, 13, 1.25, 16, 1.21, 22, 1.2, 23, 1.17, 25, 1.19, 27, 1.17, 32, 1.16, 33, 1.17, 42, 1.16, 47, 1.15, 48, 1.16, 58, 1.15, 59, 1.14, 63, 1.15, 64, 1.14, 65, 1.15, 71, 1.14, 72, 1.15, 103, 1.14, 104, 1.13, 110, 1.14, 112, 1.13, 115, 1.14, 119, 1.13, 121, 1.14, 1.13]
	,tuneWidth: 1
});