var $jq=jQuery.noConflict();
$jq(document).ready(function(){
//    adjustPlaceholder();
//    $jq(window).resize(adjustPlaceholder);
});

function adjustPlaceholder(){
//    var pushcords = $jq(".push").offset();
//    var footcords = $jq("#footer").offset();
//    var bottomPush = parseInt(pushcords["top"]+$jq(".push").outerHeight());
//    if(parseInt(footcords["top"]-bottomPush) > 0){
//        $jq(".placeHolder, .innerPlaceHolder").css("height",parseInt(footcords["top"]-bottomPush)+"px");
//    }
}
