
initSIFR();
function initSIFR(){
		try{
			if(!swfobject.hasFlashPlayerVersion("8.0.0")){
				//
			}else{	
				//sIFR.debug.ratios({ src: root_url+'_includes/swf/sifr3/verdana.swf', selector: 'span.antal' });
				var scania = {
					src: root_url+'_includes/swf/sifr3/scania.swf'
					,ratios: [10, 1.32, 16, 1.27, 19, 1.23, 25, 1.22, 30, 1.21, 32, 1.19, 33, 1.2, 37, 1.19, 38, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 84, 1.18, 86, 1.17, 88, 1.18, 89, 1.17, 90, 1.18, 93, 1.17, 94, 1.18, 1.17]
				};
				
				// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
				//sIFR.useStyleCheck = true;
				sIFR.activate(scania);
				
				sIFR.replace(scania, {
					selector: '.innerDiv h1.larger'
						,css: [
						  '.sIFR-root { text-align: left;  color: #333333; leading:0; letter-spacing: 0.25; font-size:21px; } ' +
						  'a{ color:#cfad53; text-decoration:none; } ' +
						  'a:hover{ color:#cfad53; text-decoration:none; } '
						]
						,wmode:'transparent'
						,tuneWidth: 10
						,tuneHeight: -3
				});
				
				sIFR.replace(scania, {
					selector: '.innerDiv h1, .innerDiv h2, .newsItems h2, .enhancedSpaningList h2, h2.catFriends, h2.catUpdates, h2.catForums, .signin h3'
						,css: [
						  '.sIFR-root { text-align: left;  color: #333333; leading:0; letter-spacing: 0.25; font-size:17px; } ' +
						  'a{ color:#cfad53; text-decoration:none; } ' +
						  'a:hover{ color:#cfad53; text-decoration:none; } ' +
						  '.antal{ font-family:Verdana; font-size:65px; color:#8e8e8e; } '
						]
						,wmode:'transparent'
						,tuneWidth: 10
						,tuneHeight: -3
				});
			}	
		}catch(ex){
			
		}
}