var cholla = {
  src: '/sitefiles/11/flash/sifr/demo/cholla12.swf'
  ,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
};
	
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
//sIFR.useStyleCheck = true;
sIFR.delayCSS = true;
sIFR.activate(cholla);
	
//var template = named({sFlashSrc : "./vandenkeere.swf", sColor : "#000", sCase : "upper"});
sIFR.replace(cholla, {
  selector: '.sifrH2',
  css: [
    '.sIFR-root { font-weight: bold;}'
    ,'a { text-decoration: none; font-size: 26px; line-height: 0px; }'
    ,'a:link { color: #46aa11; }'
    ,'a:hover { color: #9b2fbb; }'
    ,'.sifrH2Active { color: #9b2fbb; }'
  ],
  wmode: 'transparent'
});



