var elephant = {
  src: '/transfer/h1.swf'
};

sIFR.activate(elephant);

sIFR.replace(elephant, {
  selector: 'h1'
  ,tuneHeight: -5
  ,sharpness: -150
  ,forceSingeLine: true
  ,preventWrap: true
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { background-color : #000000; color: #ffffff; font-size: 22px;}'
    ]
});

sIFR.replace(elephant, {
  selector: 'h2'
  ,tuneHeight: -5
  ,sharpness: -150
  ,fitExactly: true
  ,css: [
      '.sIFR-root { background-color : #000000; color: #ffffff; font-size: 14px;}'
    ]
});

sIFR.replace(elephant, {
  selector: 'h3'
  ,tuneHeight: -5
  ,sharpness: -150
  ,fitExactly: true
  ,wmode: 'transparent'
  ,css: [
      '.sIFR-root { background-color : #000000; color: #ffffff; font-size: 18px;}'
    ]
});

function changeContent(content) {
	document.getElementById('events').innerHTML=content;
}




