﻿var glypha = {
    src: '/Scripts/sifr.swf'
};
sIFR.activate(glypha);

sIFR.replace(glypha, {
    selector: 'h1'
	     , css: [
	       '.sIFR-root { color: #0090c4; font-size: 18px; text-align: left; line-height: 20px;}'
	       , 'a { text-decoration: none; }'
	       , 'a:link { color: #CCCC34; }'
	       , 'a:hover { color: #908b20; }'
	     ], wmode: 'transparent'
});
sIFR.replace(glypha, {
    selector: 'h2'
	     , css: [
	       '.sIFR-root { color: #0090c4; font-size: 14px; text-align: left; line-height: 16px;}'
	       , 'a { text-decoration: none; }'
	       , 'a:link { color: #CCCC34; }'
	       , 'a:hover { color: #908b20; }'
	     ], wmode: 'transparent'
});

