// JavaScript Document
//<[CDATA[
  	var helv = {
	src: dotdotpath + 'flash/sifr/helvetica_bld.swf'
	//,ratios:[8,1.43,11,1.38,16,1.33,23,1.32,24,1.29,28,1.3,30,1.27,34,1.28,37,1.27,41,1.28,53,1.27,76,1.26,79,1.25,80,1.26,83,1.25,84,1.26,87,1.25,88,1.26,1.25]
	,ratios:[8, 1.43, 11, 1.38, 16, 1.33, 23, 1.32, 24, 1.29, 28, 1.3, 30, 1.27, 34, 1.28, 37, 1.27, 41, 1.28, 53, 1.27, 76, 1.26, 79, 1.25, 80, 1.26, 83, 1.25, 84, 1.26, 87, 1.25, 88, 1.26, 1.25]
	};
	
	sIFR.delayCSS  = true;
 // sIFR.domains = [''] // Don't check for domains in this demo
 	sIFR.activate(helv);
	
	//sIFR.debug.ratios({ src: dotdotpath + 'flash/sifr/helvetica_bld.swf', selector: 'h1' });

function loadSifr()
{
sIFR.replace(helv, {
    selector: 'h1.pg_title , h2.pg_title, h3.pg_title'
	,wmode: 'transparent'
    ,css: '.sIFR-root {color: #922224; leading: 0; letter-spacing: 0;font-weight:bold;}'
  });


sIFR.replace(helv, {
	selector: '.newslist .date, .newslist .nbr'
	,wmode: 'transparent'
	,css: '.sIFR-root {color: #b2b1b1; font-weight:bold;}'
});

sIFR.replace(helv, {
	selector: '.title'
	,wmode: 'transparent'
	,css: '.sIFR-root {color: #333333; leading: 0; font-weight:bold;}'
});

/*sIFR.replace(helv, {
	selector: '.active_subnav_title, .active_pnav_title'
	,wmode: 'transparent'
	,css: ['.sIFR-root {color: #922224; leading: 0;font-weight:bold;letter-spacing: .25;}','a { text-decoration: none; }','a:link { color: #922224; text-decoration: none;}','a:hover { color: #922224; }']
});

sIFR.replace(helv, {
	selector: '.subnav_title, .pnav_title'
	,wmode: 'transparent'
	,css: ['.sIFR-root {color: #9f9f9f; leading: 0;font-weight:bold;letter-spacing: .25;}','a { text-decoration: none; }','a:link { color: #9f9f9f; text-decoration: none;}','a:hover { color: #922224;}']
});*/
}

loadSifr();

//]]>