// JavaScript Document
var shoebop = {
  src: 'http://kindragoehler.com/shoebop.swf'
};

sIFR.activate(shoebop);

sIFR.replace(shoebop, {
  selector: 'h2'
  ,css: [
      '.sIFR-root { color: #FF0099; background-color: #54211A;}'
],
   wmode: 'transparent',
   offsetLeft: (5)
});

sIFR.replace(shoebop, {
  selector: '.sifr'
  ,css: [
      '.sIFR-root { color: #FF0099; background-color: #54211A;}'
],
   wmode: 'transparent'
});

sIFR.replace(shoebop, {
  selector: '.portnav ul'
  ,css: [
      '.sIFR-root { color: #FF0099; background-color: #54211A;}'
],
   wmode: 'transparent'
});

sIFR.replace(shoebop, {
  selector: 'h6'
  ,css: [ 
      '.sIFR-root { color: #FF0099; background-color: #54211A;}'
],
  wmode: 'transparent',
  offsetLeft: (10),
  tuneHeight: (-5)
});



sIFR.replace(shoebop, {
  selector: 'h4'
  ,css: [ 
      '.sIFR-root { color: #FF0099; background-color: #54211A;}'
],
  wmode: 'transparent',
  tuneHeight: (-20),
  offsetLeft: (5)
});





