(function($) {
	$(function() {
	
		$('#video').flash({
			swf: '/mysite/video/path_intro_0111.swf',
			height: 253,
			width: 450
		});
	
	});

  /* Step Counters */	
	$('#all-time').countTo({
    url: 'http://secure.tomypath.com/generic/stats/all',
    unit: 'miles'
  });

  $('#all-ytd').countTo({
    url: 'http://secure.tomypath.com/generic/stats/ytd',
    unit: 'miles'
  });
  
  if ($('input.valueFx').length > 0) {
		$.getScript('mysite/javascript/jquery.valueFx.js',function(){
			$('input.valueFx').valueFx();
		});
	}
  
})(jQuery);
