var mod_pagespeed_GD1Mu3nrSq = "\n/*\n * Superfish v1.4.8 - jQuery menu widget\n * Copyright (c) 2008 Joel Birch\n *\n * Dual licensed under the MIT and GPL licenses:\n * 	http://www.opensource.org/licenses/mit-license.php\n * 	http://www.gnu.org/licenses/gpl.html\n *\n * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt\n */\n\n;(function($){\n	$.fn.superfish = function(op){\n\n		var sf = $.fn.superfish,\n			c = sf.c,\n			$arrow = $(['<span class=\"',c.arrowClass,'\"></span>'].join('')),\n			over = function(){\n				var $$ = $(this), menu = getMenu($$);\n				clearTimeout(menu.sfTimer);\n				$$.showSuperfishUl().siblings().hideSuperfishUl();\n			},\n			out = function(){\n				var $$ = $(this), menu = getMenu($$), o = sf.op;\n				clearTimeout(menu.sfTimer);\n				menu.sfTimer=setTimeout(function(){\n					o.retainPath=($.inArray($$[0],o.$path)>-1);\n					$$.hideSuperfishUl();\n					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}\n				},o.delay);	\n			},\n			getMenu = function($menu){\n				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];\n				sf.op = sf.o[menu.serial];\n				return menu;\n			},\n			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };\n			\n		return this.each(function() {\n			var s = this.serial = sf.o.length;\n			var o = $.extend({},sf.defaults,op);\n			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){\n				$(this).addClass([o.hoverClass,c.bcClass].join(' '))\n					.filter('li:has(ul)').removeClass(o.pathClass);\n			});\n			sf.o[s] = sf.op = o;\n			\n			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {\n				if (o.autoArrows) addArrow( $('>a:first-child',this) );\n			})\n			.not('.'+c.bcClass)\n				.hideSuperfishUl();\n			\n			var $a = $('a',this);\n			$a.each(function(i){\n				var $li = $a.eq(i).parents('li');\n				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});\n			});\n			o.onInit.call(this);\n			\n		}).each(function() {\n			var menuClasses = [c.menuClass];\n			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);\n			$(this).addClass(menuClasses.join(' '));\n		});\n	};\n\n	var sf = $.fn.superfish;\n	sf.o = [];\n	sf.op = {};\n	sf.IE7fix = function(){\n		var o = sf.op;\n		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)\n			this.toggleClass(sf.c.shadowClass+'-off');\n		};\n	sf.c = {\n		bcClass     : 'sf-breadcrumb',\n		menuClass   : 'sf-js-enabled',\n		anchorClass : 'sf-with-ul',\n		arrowClass  : 'sf-sub-indicator',\n		shadowClass : 'sf-shadow'\n	};\n	sf.defaults = {\n		hoverClass	: 'sfHover',\n		pathClass	: 'overideThisToUse',\n		pathLevels	: 1,\n		delay		: 800,\n		animation	: {opacity:'show'},\n		speed		: 'normal',\n		autoArrows	: true,\n		dropShadows : true,\n		disableHI	: false,		// true disables hoverIntent detection\n		onInit		: function(){}, // callback functions\n		onBeforeShow: function(){},\n		onShow		: function(){},\n		onHide		: function(){}\n	};\n	$.fn.extend({\n		hideSuperfishUl : function(){\n			var o = sf.op,\n				not = (o.retainPath===true) ? o.$path : '';\n			o.retainPath = false;\n			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)\n					.find('>ul').hide().css('visibility','hidden');\n			o.onHide.call($ul);\n			return this;\n		},\n		showSuperfishUl : function(){\n			var o = sf.op,\n				sh = sf.c.shadowClass+'-off',\n				$ul = this.addClass(o.hoverClass)\n					.find('>ul:hidden').css('visibility','visible');\n			sf.IE7fix.call($ul);\n			o.onBeforeShow.call($ul);\n			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });\n			return this;\n		}\n	});\n\n})(jQuery);\n";
var mod_pagespeed_yVgMHJESrU = "addComment={moveForm:function(d,f,i,c){var m=this,a,h=m.I(d),b=m.I(i),l=m.I(\"cancel-comment-reply-link\"),j=m.I(\"comment_parent\"),k=m.I(\"comment_post_ID\");if(!h||!b||!l||!j){return}m.respondId=i;c=c||false;if(!m.I(\"wp-temp-form-div\")){a=document.createElement(\"div\");a.id=\"wp-temp-form-div\";a.style.display=\"none\";b.parentNode.insertBefore(a,b)}h.parentNode.insertBefore(b,h.nextSibling);if(k&&c){k.value=c}j.value=f;l.style.display=\"\";l.onclick=function(){var n=addComment,e=n.I(\"wp-temp-form-div\"),o=n.I(n.respondId);if(!e||!o){return}n.I(\"comment_parent\").value=\"0\";e.parentNode.insertBefore(o,e);e.parentNode.removeChild(e);this.style.display=\"none\";this.onclick=null;return false};try{m.I(\"comment\").focus()}catch(g){}return false},I:function(a){return document.getElementById(a)}};";

