$(window).ready(function (){
    FLIR.init( { path: '/flir/' } );
    FLIR.auto( [ 'h1', 'h2','.imageflow .caption', '.flirme'] );
})

