// JQuery Sticy Header jQuery(document).ready(function($){$this=$(".header-fixed");$adminbar=$("#wpadminbar");if($this.length!=0){height=($adminbar.length!=0)?Math.abs($this.height()-$adminbar.height()):$this.height();$this.parent("header").css("margin-bottom",height);}});