var news = {
  src: 'news-gothic.swf'
  /*,ratios:[6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 50, 1.2, 51, 1.21, 69, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 1.19]*/
  };

sIFR.useStyleCheck = true;
sIFR.activate(news);

/*  sIFR.debug.ratios({ src: 'avenir.swf', selector: 'h1' });*/


sIFR.replace(news, {
    selector: 'h2'
	,fixFocus: true
	,css: [
      '.sIFR-root {text-align: left;color: #ffffff; font-weight:bold;}'
	  ,'a {color: #ffffff; text-decoration:none;}'
	  ,'a:hover {color: #ffffff; text-decoration:none;}'
    ]
	,wmode: 'transparent'
  });
 
sIFR.replace(news, {
    selector: 'h3'
	,fixFocus: true
	,css: [
      '.sIFR-root {text-align: left;color: #51c6ff; font-weight:bold;font-style:italic;}'
	  ,'a {color: #51c6ff; text-decoration:none;}'
	  ,'a:hover {color: #51c6ff; text-decoration:none;}'
    ]
	,wmode: 'transparent'
	,filters: {
	  DropShadow: {
	    distance: 0
	    ,color: '#000000'
	    ,alpha: .75
		,strength: 2
	  }
	}

  }); 

sIFR.replace(news, {
    selector: 'h1'
	,fixFocus: true
	,css: [
      '.sIFR-root {text-align: left;color: #ffffff;font-weight:bold;font-style:italic; }'
	  ,'a {color: #ffffff; text-decoration:none;}'
	  ,'a:hover {color: #ffffff; text-decoration:none;}'
    ]
	,wmode: 'transparent'
	,filters: {
	  DropShadow: {
	    distance: 0
	    ,color: '#000000'
	    ,alpha: .75
		,strength: 2
	  }
	}

  }); 

