var dax = {
  src: 'sifr/dax.swf',
  wmode: 'transparent',
  ratios:[8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 32, 1.25, 36, 1.26, 37, 1.24, 42, 1.25, 57, 1.24, 60, 1.23, 62, 1.24, 69, 1.23, 70, 1.24, 101, 1.23, 102, 1.22, 110, 1.23, 111, 1.22, 119, 1.23, 120, 1.22, 123, 1.23, 1.22]

};

sIFR.replace(dax, {
	selector: 'h1'
	,css: [
	  ,'.sIFR-root { color: #eb008b; font-weight: normal; text-transform:lowercase; }'
	  ,'em { color: #96b52d; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #b0d136; }'
	  ,'a:hover { color: #eb008b; }'
	]
});

sIFR.replace(dax, {
	selector: 'h2.news_heading'
	,css: [
	  ,'.sIFR-root { color: #eb008b; font-weight: normal; text-align:right; text-transform:lowercase; }'
	  ,'em { color: #96b52d; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #b0d136; }'
	  ,'a:hover { color: #eb008b; }'
	]
});

sIFR.replace(dax, {
	selector: 'h2.welcome_back_heading'
	,css: [
	  ,'.sIFR-root { color: #96b52d; font-weight: normal; text-align:right; text-transform:lowercase; }'
	  ,'em { color: #eb008b; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #eb008b; }'
	  ,'a:hover { color: #96b52d; }'
	]
});

sIFR.replace(dax, {
	selector: 'h2.tertiary_link'
	,css: [
	  ,'.sIFR-root { color: #eb008b; font-weight: normal; text-align:left; text-transform:lowercase; }'
	  ,'em { color: #96b52d; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #b0d136; }'
	  ,'a:hover { color: #eb008b; }'
	]
});

sIFR.replace(dax, {
	selector: 'h2'
	,css: [
	  ,'.sIFR-root { color: #eb008b; font-weight: normal; text-transform:lowercase; }'
	  ,'em { color: #96b52d; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #b0d136; }'
	  ,'a:hover { color: #eb008b; }'
	]
});

/*sIFR.replace(dax, {
	selector: '#primary_nav li.active'
	,css: [
	  ,'.sIFR-root { color: #b0d136; font-weight: normal; text-transform:lowercase; text-align:center; }'
	  ,'em { color: #96b52d; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #b0d136; }'
	  ,'a:hover { color: #eb008b; }'
	]
});

sIFR.replace(dax, {
	selector: '#primary_nav li'
	,css: [
	  ,'.sIFR-root { color: #eb008b; font-weight: normal; text-transform:lowercase; text-align:center; }'
	  ,'em { color: #96b52d; font-style: normal; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #eb008b; }'
	  ,'a:hover { color: #b0d136; }'
	]
});*/

sIFR.activate(dax);
