var dinnlight = {
  src: '/assets/templates/iSeeGym_temp/flash/dinnlight.swf'
};

sIFR.activate(dinnlight); // From revision 209 and onwards

sIFR.replace(dinnlight, {
 	selector: 'h1',
	wmode: 'transparent',
	css: '.sIFR-root { background-color: transparent; color: #5e5842; font-size: 24px; text-decoration: none; }'
});

sIFR.replace(dinnlight, {
 	selector: 'h2',
	wmode: 'transparent',
	css: '.sIFR-root { background-color: transparent; color: #008fdf; font-size: 24px; }'
});



sIFR.replace(dinnlight, {
selector: 'h3'
,wmode: 'transparent'
,css: [
  '.sIFR-root { text-align: left; color: #7a510c; font-size: 18px; }'
  ,'a { text-decoration: none; }'
  ,'a:link { color: #5e5842; }'
  ,'a:hover { color: #008fdf; }'
  ,'strong {color: #6f963c; font-weight: normal; }'
]
});