Warning: Cannot modify header information - headers already sent by (output started at /home1/gkgravtc/public_html/wp-load.php:2) in /home1/gkgravtc/public_html/wp-content/themes/pitchwp-Theme/js/custom_js.php on line 12
var $j = jQuery.noConflict();
$j(document).ready(function() {
"use strict";
if($j('body.page-id-54668').length > 0) {
$j(window).unbind('.backToTopShowHide');
$j(window).scroll(function () {
var b = $j(this).scrollTop();
var c = $j(this).height();
var d;
if (b > 0) { d = b + c / 2; } else { d = 1; }
if (d < 5900) { totop_button("off"); } else { totop_button("on"); }
});
}
if($j('.drop_down > ul > li').length > 0) {
var menu_items = $j('.drop_down > ul > li');
menu_items.each( function(i) {
if ($j(menu_items[i]).find('.second').length > 0) {
if($j(menu_items[i]).hasClass('wide')){
$j(this).find('.second > .inner > ul > li').each(function() {
if($j(this).find('img').length > 0) {
$j(this).find('img').css({"width":"100%","height":"auto"});
}
});
}
}
});
}});