var lucidagrandeb = {
    src: '/swf/lucidagrandebold.swf'
};

var dinreg = {
    src: '/swf/din-reg.swf'
};

sIFR.activate(lucidagrandeb, dinreg);

  
sIFR.replace(lucidagrandeb, {
    selector: 'h3.dogtag-title'
	,forceWidth: 'false'
	,wmode: 'transparent'
  ,css: [
    '.sIFR-root { color: #db1717; text-transform: none; font-size:23px; font-weight:bold;} strong {color:#000000}'
    ,'a { text-decoration: none }'
    ,'a:link { color: #000000 }'
    ,'a:hover { color: #000000 }'
	]

  });

sIFR.replace(lucidagrandeb, {
    selector: 'h3.dogtag-title2'
	,forceWidth: 'false'
	,wmode: 'transparent'
  ,css: [
    '.sIFR-root { color: #db1717; text-transform: none; font-size:23px; font-weight:bold;} strong {color:#000000}'
    ,'a { text-decoration: none }'
    ,'a:link { color: #000000 }'
    ,'a:hover { color: #000000 }'
	]

  });
