
$(function() {
var count = 0;
$("tr#climate-chart-neg-temp td:eq("+count+") div").removeClass("bar").addClass("neg-bar");
$("#loadClimateContainer").appendTo("#sectionWeather .sectionBody .articleSection");
$("#loadClimateContainer").show();
});