$(document).ready(function() {
  
  if (navigator.userAgent.toLowerCase().indexOf('iphone') > -1 || navigator.userAgent.toLowerCase().indexOf('ipad') > -1) {
    if ($('body').hasClass('home')) {
      $('#FlashContainer').html('<img src="/visit-bend-mobile-header.jpg" />');
    }
  } else {
    insertFlash('<OBJECT id="flashSlideShow" name="flashSlideShow" type="application/x-shockwave-flash" height="295" width="1000" data="/slideshow-2011.swf?version=2"><PARAM NAME="Movie" VALUE="/slideshow-2011.swf?version=2"><PARAM NAME="Src" VALUE="/slideshow-2011.swf?version=2"><PARAM NAME="Quality" VALUE="High"><param name="wmode" value="transparent"></OBJECT>', 'divSlideShow'); document.getElementById('divSlideShow');
  }
  
});
