var news = {
    src: '/scripts/news.swf'
  };
var franklin = {
    src: '/scripts/franklin.swf'
  };

sIFR.isEnabled = sIFR.ua.transparencySupport;

sIFR.activate(news);
sIFR.activate(franklin);

  
sIFR.replace(news, {
    selector: '.secondary h2, .primary .last h2'
	,css: [
      '.sIFR-root { color: #FFFFFF}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; text-decoration: underline;}'

    ]
    ,wmode: 'transparent'
	,thickness:-100
});

sIFR.replace(news, {
    selector: '.normal h2'
	,css: [
      '.sIFR-root { color: #4e4c41}'
     , '.sIFR-root { letter-spacing: -1}'
	 ,'a { text-decoration: none; }'
      ,'a:link { color: #4e4c41; }'
      ,'a:hover { color: #4e4c41; text-decoration: underline;}'
    ]
    ,wmode: 'transparent'
	,tuneWidth:10
});

sIFR.replace(franklin, {
    selector: '.intro h2'
	,css: [
      '.sIFR-root { color: #4e4c41}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #4e4c41; }'
      ,'a:hover { color: #4e4c41; text-decoration: underline;}'
    ]
    ,wmode: 'transparent'
	,tuneWidth:10
});

sIFR.replace(franklin, {
    selector: '.primary .first h2'
	,css: [
      '.sIFR-root { color: #FFFFFF}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; text-decoration: underline;}'

    ]
    ,wmode: 'transparent'
    ,tuneWidth:10
});

sIFR.replace(news, {
    selector: '.tertiary h2'
	,css: [
      '.sIFR-root { color: #2f2e21}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #2f2e21; }'
      ,'a:hover { color: #2f2e21; text-decoration: underline;}'

    ]
    ,wmode: 'transparent'
	,tuneWidth:10
});

sIFR.replace(news, {
    selector: '.side-info h3'
	,css: [
      '.sIFR-root { color: #454a4d}'
      , '.sIFR-root {font-style:italic}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #454a4d; }'
      ,'a:hover { color: #454a4d; text-decoration: underline;}'
    ]
    ,wmode: 'transparent'
	,tuneWidth:10
});

sIFR.replace(news, {
    selector: '.side-menu h3'
	,css: [
      '.sIFR-root { color: #FFFFFF}'
      , '.sIFR-root {font-style:italic}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; text-decoration: underline;}'
    ]
    ,wmode: 'transparent'
	,tuneWidth:10
});