$(document).ready(function() {
   var offsetFix = $("#contentWrapper").height()%34;
   $("#contentWrapper").attr("style","height: " + ($("#contentWrapper").height() + offsetFix) + "px;");
});
//---------------------------------------
function _debug ($string) {
   try {
      console.log($string);//
   } catch (err) {}
}

