//<[CDATA[

  var headline = {
    src: 'headline.swf',
	ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 67, 1.22, 70, 1.21, 71, 1.22, 75, 1.21, 76, 1.22, 80, 1.21, 81, 1.22, 1.21]
  };
  

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate( headline );
 
  // GRAB INITIAL DISPLAY RATIOS
  // sIFR.debug.ratios({ src: 'headline.swf', selector: 'h1' });
  
  sIFR.replace( headline , {
  selector: '#main_title h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root { color: #000000; font-size: 32px; font-weight: bold; font-style: normal; text-transform: uppercase; letter-spacing: -1.5; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: '#sidebar h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root {color: #616161; font-size: 16px; font-weight: bold; font-style: normal; text-transform: uppercase; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #616161; }'
		,'a:hover { color: #616161; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: ' .prop_box h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root {color: #616161; font-size: 24px; font-weight: bold; font-style: normal; text-transform: uppercase; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #616161; }'
		,'a:hover { color: #616161; }'
	]
  });
  
  sIFR.replace( headline , {
  selector: ' .prop_box h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root {color: #616161; font-size: 24px; font-weight: bold; font-style: normal; text-transform: uppercase; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #616161; }'
		,'a:hover { color: #616161; }'
	]
  });
  
    sIFR.replace( headline , {
  selector: ' .news_title h1',
  wmode: 'transparent',
  css: [

	  '.sIFR-root {color: #616161; font-size: 24px; font-weight: bold; font-style: normal; text-transform: uppercase; }'					
      	,'a { text-decoration: none; }'
		,'a:link { color: #616161; }'
		,'a:hover { color: #616161; }'
	]
  });
  
  
   
//]]>
