$(document).ready(function() {
	if ( $("#video_id").length ) {
		$("#video_id").selectbox({animationSpeed: 200});
	}
	FLIR.init( { path: APP_DIR+'flir/' } );
	FLIR.replace( 'p.flir' , new FLIRStyle({ cFont:'trajan' , mode:'wrap' }) );
});
