jQuery(document).ready(function() {
FLIR.init();
	$("h2").each( function() { FLIR.replace(this); } );
	$('.portf').cycle('fade');
}); 
