$(document).ready(function(){

	FLIR.init( { path: './javascripts/facelift/'  } );
	$("span.section").each( function() { FLIR.replace(this, new FLIRStyle({ realFontHeight: 'true' })); } );
	$("h1").each( function() { FLIR.replace(this, new FLIRStyle({ realFontHeight: 'true' })); } );
	$("h2.title").each( function() { FLIR.replace(this, new FLIRStyle({ realFontHeight: 'true', cFont: 'Alte_Bold' })); } );
	$("h2").each( function() { FLIR.replace(this, new FLIRStyle({ realFontHeight: 'true' })); } );
	$("h3:not(.catbg3)").each( function() { FLIR.replace(this, new FLIRStyle({ realFontHeight: 'true' })); } );
	$("#linktree").each( function() { FLIR.replace(this, new FLIRStyle({ realFontHeight: 'true' })); } );
	
	createMenu();
	 
});


