
var walbaum = {
	src: '/flash/walbaum.swf',
	ratios: [8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 26, 1.27, 30, 1.28, 44, 1.26, 45, 1.24, 54, 1.25, 58, 1.24, 59, 1.25, 62, 1.24, 63, 1.25, 91, 1.24, 94, 1.23, 96, 1.24, 99, 1.23, 100, 1.24, 103, 1.23, 104, 1.24, 107, 1.23, 108, 1.24, 1.23]
};

sIFR.activate(walbaum);

// to calculate your ratio, uncomment this next line, and comment everything after it.
// also make sure you have sifr-debug included in your html page.

//sIFR.debug.ratios(walbaum, {selector: 'h1'});


sIFR.replace(walbaum, {selector: 'h1', wmode: 'transparent',
			 css: [
					'.sIFR-root {leading: 0; color: #333333; font-weight: normal; font-style: italic;}' 
					] 
			 }); 



sIFR.replace(walbaum, {selector: 'h2, h3', wmode: 'transparent',
			css: [ '.sIFR-root {leading: -10.0; font-style: italic;}',
				'a {color: #000000; text-decoration: none;}',
				'a:hover {color: #ff0000;}' ] }); 
