var dirtyego = {
  src: 'images/dirtyego.swf'
};

sIFR.fitExactly = true;
sIFR.activate(dirtyego);
sIFR.replace(dirtyego, {
  selector: '.innerpageheading'
  ,css: {
      '.sIFR-root': { 'background-color': '#cccccc', 'color': '#501309', 'margin-bottom': '0'}
	  ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#970508' }
      ,'a:hover': { 'color': '#970508' }
    }
   ,tuneHeight: -5
   ,transparent: true
});

sIFR.replace(dirtyego, {
  selector: '.toppageheading'
  ,css: {
      '.sIFR-root': { 'background-color': '#cccccc', 'color': '#501309'}
    }
   ,tuneHeight: -1
   ,transparent: true
});

sIFR.replace(dirtyego, {
  selector: '.secondpageheading'
  ,css: {
      '.sIFR-root': { 'background-color': '#cccccc', 'color': '#501309'}
	  ,'a': { 'text-decoration': 'none' }
      ,'a:link': { 'color': '#db6c00' }
      ,'a:hover': { 'color': '#970508' }
    }
   ,tuneHeight: -1
   ,transparent: true
});