var syntaxLT= {
src: '/global/swf/syntaxLT.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
sIFR.useStyleCheck = true;
//try
sIFR.activate(syntaxLT);

/*sIFR.replace(syntaxLT, {
selector: '#primaryContent h1'
,css: [
  '.sIFR-root { color:#ad404d;font-size:24px;}'
],
wmode: 'transparent'
});*/
/*
sIFR.replace(syntaxLT, {
selector: '#primaryContent h2'
,css: [
  '.sIFR-root { color:#ad404d;font-size:16px;}'
],
wmode: 'transparent'
});
*/
sIFR.replace(syntaxLT, {
selector: 'DIV.header h3'
,css: [
  '.sIFR-root { color:#ffffff;font-size:18px;}'
],
wmode: 'transparent'
});


