$(function() {
  
  $("body.profile .headshot").each(function() {
    $(this).cjObjectScaler({
      method: "fit",
      fade: 1
    });
  });
  
  // $("body.roster .headshot").each(function() {
  //   $(this).cjObjectScaler({
  //     method: "fill",
  //     fade: 1
  //   });
  // });
  
  // $('#film-strip #film-wrapper ul').load('/clients/filmstrip', null, scrollFilm);
  scrollFilm();
  
});

function scrollFilm() {
  $('#film-strip ul').animate({left:"-16500px"},{duration: 300000, easing: "linear"})
}
