sIFR.prefetch({
  '7': 'swf/belizio.swf', 
  '8': 'swf/belizio.swf'
});
sIFR.wmode = "transparent";

sIFR.compatMode = true;
sIFR.activate();

var css1 = {
  '.sIFR-root': {'font-weight': 'bold','background':'none','font-size':'17px','color':'#2b0d01'}
};
var css2= {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'13px','color':'#5d3400','text-transform':'uppercase'}
};
var css3 = {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'12px','color':'#8a4d00'}
};
var css4 = {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'11px','color':'#0d0d0d'}
};
var css5 = {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'24px','color':'#de6100','text-transform':'uppercase'}
};
var css6 = {
  '.sIFR-root': {'font-weight': 'normal','background':'none','font-size':'24px','color':'#de6100'}
};


sIFR.replace({
  selector: 'h6',
  wmode: 'transparent',
  src: {
  	'7': 'swf/belizio.swf'
  }, 
  css: css6,
  tuneHeight: '-1'
});

sIFR.replace({
  selector: 'h5',
  wmode: 'transparent',
  src: {
  	'8': 'swf/belizio.swf'
  }, 
  css: css5,
  tuneHeight: '-1'
});

sIFR.replace({
  selector: 'h4',
  wmode: 'transparent',
  src: {
  	'8': 'swf/belizio.swf'
  }, 
  css: css4,
  tuneHeight: '-1'
});

sIFR.replace({
  selector: 'h3',
  wmode: 'transparent',
  src: {
  	'8': 'swf/belizio.swf'
  }, 
  css: css3,
  tuneHeight: '-1'
});


sIFR.replace({
  selector: 'h2',
  wmode: 'transparent',
  src: {
  	'8': 'swf/belizio.swf'
  }, 
  css: css2,
  tuneHeight: '-1'
});


sIFR.replace({
  selector: 'h1',
  wmode: 'transparent',
  src: {
  	'8': 'swf/belizio.swf'
  }, 
  css: css1,
  tuneHeight: '2'
});




