$(function() {

  $("#tab-box").tabs();
  $(window).bind('hashchange', function(e) {
    $("#tab-box").trigger('refresh');
  });
  $(window).trigger('hashchange');
	
	$("#slider").easySlider({
		auto: true,
		continuous: true 
	});
});
