

// activate sIFR
sIFR.activate(fonts);

var sColor = '#ffffff';

if(document.location.href.indexOf('Home-Landing.aspx')>-1||document.location.href.indexOf('Community-Landing.aspx')>-1)
{
    sColor = '#372D23';
}


// replace HTML text with Flash text, specify font sizes/colors
sIFR.replace(fonts, {
  selector: '#nameplate',
  css: [
    '.sIFR-root { color:' + sColor + '; text-transform:uppercase; text-align:center; font-size:21px; cursor: default;}',     
    '.largeSerif {font-family: Trajan Pro; font-weight:bold; font-size:24px; leading: -12}',
    '.mediumSerif {font-family: Trajan Pro; font-weight:bold; font-size: 18px; leading: -18}',
    '.mediumSans { font-family: Gill Sans Std; font-weight:normal; font-size:14px; leading: -8}',
    '.smallSans { font-family: Gill Sans Std; font-weight:normal; font-size:12px; leading: -6}', 
   ],
  wmode: 'transparent'
});


