 jQuery(document).ready(function(){
                if (jQuery.browser.msie) {
                        jQuery('.Subnav, .Hotspot a').mouseover(function() {
                                 jQuery("#wheel-wrap").css('display','none');
                                 jQuery("#play_overlay_video1").css('display','none');
                        });
                        jQuery('.Subnav, .Hotspot a').mouseout(function() {
                                 jQuery("#wheel-wrap").css('display','block');
                                 jQuery("#play_overlay_video1").css('display','block');
                        });
                        jQuery('.Subnav, .Subnav #vehicle_nav li').mouseout(function() {
                                 jQuery("#wheel-wrap").css('display','none');
                                 jQuery("#play_overlay_video1").css('display','none');
                        });
                        jQuery('.Callouts').mouseout(function() {
                                 jQuery("#wheel-wrap").css('display','block');
                                 jQuery("#play_overlay_video1").css('display','block');
                        });
                }
				

});



  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25165283-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


