/*

var century725 = {
  src: '/flash/century725.swf'
};

var century725bold = {
  src: '/flash/century725_bold.swf'
};

var frutigerC = {
  src: '/flash/frutiger_condensed.swf'
};

var frutigerCbold = {
  src: '/flash/frutiger_condensed_bold.swf'
};

sIFR.activate(century725);

sIFR.activate(century725bold);

sIFR.activate(frutigerC);

sIFR.activate(frutigerCbold);


sIFR.replace(century725, {
  wmode: 'transparent'
  ,selector: 'div#content-wrap div#timelinetease span.yr'
  ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000' }
	
		}
	}
);

sIFR.replace(century725bold, {
  wmode: 'transparent'
  ,selector: 'div#content-wrap h2.subtitle'
  ,css: {
      '.sIFR-root': { 'color': '#000000', 'background-color': '#ffffff' }
		}
	}
);

sIFR.replace(century725bold, {
  wmode: 'transparent'
  ,selector: 'div#content-wrap h2.browse'
  ,css: {
      '.sIFR-root': { 'color': '#000000', 'background-color': '#ffffff' }
		}
	}
);

sIFR.replace(century725bold, {
  wmode: 'transparent'
  ,selector: '#wide .wrap h2'
  ,css: {
      '.sIFR-root': { 'color': '#000000', 'background-color': '#ffffff' }
		}
	}
);

sIFR.replace(century725bold, {
  wmode: 'transparent'
  ,selector: 'div.rackof3 h2'
  ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000' }
	  ,'a': {'text-decoration': 'none' }
	  ,'a:link': { 'color': '#ffffff' }
      ,'a:hover': { 'color': '#88aa44' }
		}
	}
);

sIFR.replace(century725bold, {
  wmode: 'transparent'
  ,selector: 'div.timelinetease h2'
  ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000' }
	  ,'a': {'text-decoration': 'none' }
	  ,'a:link': { 'color': '#ffffff' }
      ,'a:hover': { 'color': '#88aa44' }
		}
	}
);

sIFR.replace(century725bold, {
  wmode: 'transparent'
  ,selector: 'div.rackof3 h3'
  ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000' }
	  ,'a': {'text-decoration': 'none' }
	  ,'a:link': { 'color': '#ffffff' }
      ,'a:hover': { 'color': '#88aa44' }
		}
	}
);

sIFR.replace(frutigerC, {
  wmode: 'transparent'
  ,selector: 'div#content-wrap div#subnav h3'
  ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000', 'text-transform': 'uppercase' }
	  ,'a': {'text-decoration': 'none' }
	  ,'a:link': { 'color': '#ffffff' }
      ,'a:hover': { 'text-decoration': 'underline', 'color': '#ffffff' }
		}
	}
);

sIFR.replace(frutigerC, {
  wmode: 'transparent'
  ,selector: 'div#content-wrap div#browselist span.stype'
  ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000', 'text-transform': 'uppercase', 'text-align': 'right' }
		}
	}
);

sIFR.replace(century725, {
  wmode: 'transparent'
  ,selector: 'div#content-wrap div#browselist p.event span.yr'
  ,css: {
      '.sIFR-root': { 'color': '#bbccee', 'background-color': '#000000', 'text-align': 'center' }
		}
	}
);


sIFR.replace(century725bold, {
  wmode: 'transparent'
  ,selector: 'div#content-wrap div#browselist span.yr'
  ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'background-color': '#000000', 'text-align': 'right' }
		}
	}
);



*/