

/*
 Bootstrap v3.1.1 (http://getbootstrap.com)
 Copyright 2011-2014 Twitter, Inc.
 Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
if("undefined"==typeof jQuery)throw Error("Bootstrap's JavaScript requires jQuery");
+function(b){b.fn.emulateTransitionEnd=function(f){var l=!1,a=this;b(this).one(b.support.transition.end,function(){l=!0});return setTimeout(function(){l||b(a).trigger(b.support.transition.end)},f),this};b(function(){var f=b.support;a:{var l=document.createElement("bootstrap");var a={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},c;for(c in a)if(void 0!==l.style[c]){l={end:a[c]};break a}l=!1}f.transition=
l})}(jQuery);
+function(b){var f=function(a){b(a).on("click",'[data-dismiss="alert"]',this.close)};f.prototype.close=function(a){function c(){g.trigger("closed.bs.alert").remove()}var d=b(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var g=b(e);a&&a.preventDefault();g.length||(g=d.hasClass("alert")?d:d.parent());g.trigger(a=b.Event("close.bs.alert"));a.isDefaultPrevented()||(g.removeClass("in"),b.support.transition&&g.hasClass("fade")?g.one(b.support.transition.end,c).emulateTransitionEnd(150):
c())};var l=b.fn.alert;b.fn.alert=function(a){return this.each(function(){var c=b(this),d=c.data("bs.alert");d||c.data("bs.alert",d=new f(this));"string"==typeof a&&d[a].call(c)})};b.fn.alert.Constructor=f;b.fn.alert.noConflict=function(){return b.fn.alert=l,this};b(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',f.prototype.close)}(jQuery);
+function(b){var f=function(a,c){this.$element=b(a);this.options=b.extend({},f.DEFAULTS,c);this.isLoading=!1};f.DEFAULTS={loadingText:"loading..."};f.prototype.setState=function(a){var c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text";e.resetText||c.data("resetText",c[d]());c[d](e[a]||this.options[a]);setTimeout(b.proxy(function(){"loadingText"==a?(this.isLoading=!0,c.addClass("disabled").attr("disabled","disabled")):this.isLoading&&(this.isLoading=!1,c.removeClass("disabled").removeAttr("disabled"))},
this),0)};f.prototype.toggle=function(){var a=!0,c=this.$element.closest('[data-toggle="buttons"]');if(c.length){var d=this.$element.find("input");"radio"==d.prop("type")&&(d.prop("checked")&&this.$element.hasClass("active")?a=!1:c.find(".active").removeClass("active"));a&&d.prop("checked",!this.$element.hasClass("active")).trigger("change")}a&&this.$element.toggleClass("active")};var l=b.fn.button;b.fn.button=function(a){return this.each(function(){var c=b(this),d=c.data("bs.button"),e="object"==
typeof a&&a;d||c.data("bs.button",d=new f(this,e));"toggle"==a?d.toggle():a&&d.setState(a)})};b.fn.button.Constructor=f;b.fn.button.noConflict=function(){return b.fn.button=l,this};b(document).on("click.bs.button.data-api","[data-toggle^=button]",function(a){var c=b(a.target);c.hasClass("btn")||(c=c.closest(".btn"));c.button("toggle");a.preventDefault()})}(jQuery);
+function(b){var f=function(a,c){this.$element=b(a);this.$indicators=this.$element.find(".carousel-indicators");this.options=c;this.paused=this.sliding=this.interval=this.$active=this.$items=null;"hover"==this.options.pause&&this.$element.on("mouseenter",b.proxy(this.pause,this)).on("mouseleave",b.proxy(this.cycle,this))};f.DEFAULTS={interval:5E3,pause:"hover",wrap:!0};f.prototype.cycle=function(a){return a||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&
(this.interval=setInterval(b.proxy(this.next,this),this.options.interval)),this};f.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)};f.prototype.to=function(a){var c=this,d=this.getActiveIndex();return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){c.to(a)}):d==a?this.pause().cycle():this.slide(a>d?"next":"prev",b(this.$items[a]))};
f.prototype.pause=function(a){return a||(this.paused=!0),this.$element.find(".next, .prev").length&&b.support.transition&&(this.$element.trigger(b.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this};f.prototype.next=function(){return this.sliding?void 0:this.slide("next")};f.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")};f.prototype.slide=function(a,c){var d=this.$element.find(".item.active"),e=c||d[a]();c=this.interval;var g="next"==
a?"left":"right",h="next"==a?"first":"last",k=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}if(e.hasClass("active"))return this.sliding=!1;h=b.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});return this.$element.trigger(h),h.isDefaultPrevented()?void 0:(this.sliding=!0,c&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var m=b(k.$indicators.children()[k.getActiveIndex()]);
m&&m.addClass("active")})),b.support.transition&&this.$element.hasClass("slide")?(e.addClass(a),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(b.support.transition.end,function(){e.removeClass([a,g].join(" ")).addClass("active");d.removeClass(["active",g].join(" "));k.sliding=!1;setTimeout(function(){k.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(1E3*d.css("transition-duration").slice(0,-1))):(d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")),
c&&this.cycle(),this)};var l=b.fn.carousel;b.fn.carousel=function(a){return this.each(function(){var c=b(this),d=c.data("bs.carousel"),e=b.extend({},f.DEFAULTS,c.data(),"object"==typeof a&&a),g="string"==typeof a?a:e.slide;d||c.data("bs.carousel",d=new f(this,e));"number"==typeof a?d.to(a):g?d[g]():e.interval&&d.pause().cycle()})};b.fn.carousel.Constructor=f;b.fn.carousel.noConflict=function(){return b.fn.carousel=l,this};b(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",
function(a){var c,d=b(this),e=b(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""));c=b.extend({},e.data(),d.data());var g=d.attr("data-slide-to");g&&(c.interval=!1);e.carousel(c);(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g);a.preventDefault()});b(window).on("load",function(){b('[data-ride="carousel"]').each(function(){var a=b(this);a.carousel(a.data())})})}(jQuery);
+function(b){var f=function(a,c){this.$element=b(a);this.options=b.extend({},f.DEFAULTS,c);this.transitioning=null;this.options.parent&&(this.$parent=b(this.options.parent));this.options.toggle&&this.toggle()};f.DEFAULTS={toggle:!0};f.prototype.dimension=function(){return this.$element.hasClass("width")?"width":"height"};f.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var a=b.Event("show.bs.collapse");if(this.$element.trigger(a),!a.isDefaultPrevented()){if((a=this.$parent&&
this.$parent.find("> .panel > .in"))&&a.length){var c=a.data("bs.collapse");if(c&&c.transitioning)return;a.collapse("hide");c||a.data("bs.collapse",null)}var d=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[d](0);this.transitioning=1;a=function(){this.$element.removeClass("collapsing").addClass("collapse in")[d]("auto");this.transitioning=0;this.$element.trigger("shown.bs.collapse")};if(!b.support.transition)return a.call(this);c=b.camelCase(["scroll",d].join("-"));
this.$element.one(b.support.transition.end,b.proxy(a,this)).emulateTransitionEnd(350)[d](this.$element[0][c])}}};f.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var a=b.Event("hide.bs.collapse");if(this.$element.trigger(a),!a.isDefaultPrevented()){a=this.dimension();this.$element[a](this.$element[a]())[0].offsetHeight;this.$element.addClass("collapsing").removeClass("collapse").removeClass("in");this.transitioning=1;var c=function(){this.transitioning=0;this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};
return b.support.transition?void this.$element[a](0).one(b.support.transition.end,b.proxy(c,this)).emulateTransitionEnd(350):c.call(this)}}};f.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var l=b.fn.collapse;b.fn.collapse=function(a){return this.each(function(){var c=b(this),d=c.data("bs.collapse"),e=b.extend({},f.DEFAULTS,c.data(),"object"==typeof a&&a);!d&&e.toggle&&"show"==a&&(a=!a);d||c.data("bs.collapse",d=new f(this,e));"string"==typeof a&&d[a]()})};b.fn.collapse.Constructor=
f;b.fn.collapse.noConflict=function(){return b.fn.collapse=l,this};b(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(a){var c,d=b(this);a=d.attr("data-target")||a.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");c=b(a);var e=(a=c.data("bs.collapse"))?"toggle":d.data(),g=d.attr("data-parent"),h=g&&b(g);a&&a.transitioning||(h&&h.find('[data-toggle=collapse][data-parent="'+g+'"]').not(d).addClass("collapsed"),d[c.hasClass("in")?"addClass":"removeClass"]("collapsed"));
c.collapse(e)})}(jQuery);
+function(b){function f(g){b(a).remove();b(c).each(function(){var h=l(b(this)),k={relatedTarget:this};h.hasClass("open")&&(h.trigger(g=b.Event("hide.bs.dropdown",k)),g.isDefaultPrevented()||h.removeClass("open").trigger("hidden.bs.dropdown",k))})}function l(g){var h=g.attr("data-target");h||(h=g.attr("href"),h=h&&/#[A-Za-z]/.test(h)&&h.replace(/.*(?=#[^\s]*$)/,""));return(h=h&&b(h))&&h.length?h:g.parent()}var a=".dropdown-backdrop",c="[data-toggle=dropdown]",d=function(g){b(g).on("click.bs.dropdown",this.toggle)};
d.prototype.toggle=function(g){var h=b(this);if(!h.is(".disabled, :disabled")){var k=l(h),m=k.hasClass("open");if(f(),!m){"ontouchstart"in document.documentElement&&!k.closest(".navbar-nav").length&&b('<div class="dropdown-backdrop"/>').insertAfter(b(this)).on("click",f);m={relatedTarget:this};if(k.trigger(g=b.Event("show.bs.dropdown",m)),g.isDefaultPrevented())return;k.toggleClass("open").trigger("shown.bs.dropdown",m);h.focus()}return!1}};d.prototype.keydown=function(g){if(/(38|40|27)/.test(g.keyCode)){var h=
b(this);if(g.preventDefault(),g.stopPropagation(),!h.is(".disabled, :disabled")){var k=l(h),m=k.hasClass("open");if(!m||m&&27==g.keyCode)return 27==g.which&&k.find(c).focus(),h.click();h=k.find("[role=menu] li:not(.divider):visible a, [role=listbox] li:not(.divider):visible a");h.length&&(k=h.index(h.filter(":focus")),38==g.keyCode&&0<k&&k--,40==g.keyCode&&k<h.length-1&&k++,~k||(k=0),h.eq(k).focus())}}};var e=b.fn.dropdown;b.fn.dropdown=function(g){return this.each(function(){var h=b(this),k=h.data("bs.dropdown");
k||h.data("bs.dropdown",k=new d(this));"string"==typeof g&&k[g].call(h)})};b.fn.dropdown.Constructor=d;b.fn.dropdown.noConflict=function(){return b.fn.dropdown=e,this};b(document).on("click.bs.dropdown.data-api",f).on("click.bs.dropdown.data-api",".dropdown form",function(g){g.stopPropagation()}).on("click.bs.dropdown.data-api",c,d.prototype.toggle).on("keydown.bs.dropdown.data-api",c+", [role=menu], [role=listbox]",d.prototype.keydown)}(jQuery);
+function(b){var f=function(a,c){this.options=c;this.$element=b(a);this.$backdrop=this.isShown=null;this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,b.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};f.DEFAULTS={backdrop:!0,keyboard:!0,show:!0};f.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)};f.prototype.show=function(a){var c=this,d=b.Event("show.bs.modal",{relatedTarget:a});this.$element.trigger(d);this.isShown||d.isDefaultPrevented()||
(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',b.proxy(this.hide,this)),this.backdrop(function(){var e=b.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body);c.$element.show().scrollTop(0);e&&c.$element[0].offsetWidth;c.$element.addClass("in").attr("aria-hidden",!1);c.enforceFocus();var g=b.Event("shown.bs.modal",{relatedTarget:a});e?c.$element.find(".modal-dialog").one(b.support.transition.end,
function(){c.$element.focus().trigger(g)}).emulateTransitionEnd(300):c.$element.focus().trigger(g)}))};f.prototype.hide=function(a){a&&a.preventDefault();a=b.Event("hide.bs.modal");this.$element.trigger(a);this.isShown&&!a.isDefaultPrevented()&&(this.isShown=!1,this.escape(),b(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),b.support.transition&&this.$element.hasClass("fade")?this.$element.one(b.support.transition.end,b.proxy(this.hideModal,
this)).emulateTransitionEnd(300):this.hideModal())};f.prototype.enforceFocus=function(){b(document).off("focusin.bs.modal").on("focusin.bs.modal",b.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))};f.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",b.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")};f.prototype.hideModal=
function(){var a=this;this.$element.hide();this.backdrop(function(){a.removeBackdrop();a.$element.trigger("hidden.bs.modal")})};f.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove();this.$backdrop=null};f.prototype.backdrop=function(a){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=b.support.transition&&c;if(this.$backdrop=b('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.bs.modal",
b.proxy(function(e){e.target===e.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),a)d?this.$backdrop.one(b.support.transition.end,a).emulateTransitionEnd(150):a()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),b.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(b.support.transition.end,a).emulateTransitionEnd(150):a()):a&&
a()};var l=b.fn.modal;b.fn.modal=function(a,c){return this.each(function(){var d=b(this),e=d.data("bs.modal"),g=b.extend({},f.DEFAULTS,d.data(),"object"==typeof a&&a);e||d.data("bs.modal",e=new f(this,g));"string"==typeof a?e[a](c):g.show&&e.show(c)})};b.fn.modal.Constructor=f;b.fn.modal.noConflict=function(){return b.fn.modal=l,this};b(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(a){var c=b(this),d=c.attr("href"),e=b(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,
""));d=e.data("bs.modal")?"toggle":b.extend({remote:!/#/.test(d)&&d},e.data(),c.data());c.is("a")&&a.preventDefault();e.modal(d,this).one("hide",function(){c.is(":visible")&&c.focus()})});b(document).on("show.bs.modal",".modal",function(){b(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){b(document.body).removeClass("modal-open")})}(jQuery);
+function(b){var f=function(a,c){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null;this.init("tooltip",a,c)};f.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1};f.prototype.init=function(a,c,d){this.enabled=!0;this.type=a;this.$element=b(c);this.options=this.getOptions(d);a=this.options.trigger.split(" ");
for(c=a.length;c--;)if(d=a[c],"click"==d)this.$element.on("click."+this.type,this.options.selector,b.proxy(this.toggle,this));else if("manual"!=d){var e="hover"==d?"mouseleave":"focusout";this.$element.on(("hover"==d?"mouseenter":"focusin")+"."+this.type,this.options.selector,b.proxy(this.enter,this));this.$element.on(e+"."+this.type,this.options.selector,b.proxy(this.leave,this))}this.options.selector?this._options=b.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()};f.prototype.getDefaults=
function(){return f.DEFAULTS};f.prototype.getOptions=function(a){return a=b.extend({},this.getDefaults(),this.$element.data(),a),a.delay&&"number"==typeof a.delay&&(a.delay={show:a.delay,hide:a.delay}),a};f.prototype.getDelegateOptions=function(){var a={},c=this.getDefaults();return this._options&&b.each(this._options,function(d,e){c[d]!=e&&(a[d]=e)}),a};f.prototype.enter=function(a){var c=a instanceof this.constructor?a:b(a.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);
return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show()};f.prototype.leave=function(a){var c=a instanceof this.constructor?a:b(a.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):
c.hide()};f.prototype.show=function(){var a=b.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled&&(this.$element.trigger(a),!a.isDefaultPrevented())){var c=this;a=this.tip();this.setContent();this.options.animation&&a.addClass("fade");var d="function"==typeof this.options.placement?this.options.placement.call(this,a[0],this.$element[0]):this.options.placement,e=/\s?auto?\s?/i,g=e.test(d);g&&(d=d.replace(e,"")||"top");a.detach().css({top:0,left:0,display:"block"}).addClass(d);this.options.container?
a.appendTo(this.options.container):a.insertAfter(this.$element);e=this.getPosition();var h=a[0].offsetWidth,k=a[0].offsetHeight;if(g){var m=this.$element.parent();g=d;var n=document.documentElement.scrollTop||document.body.scrollTop,p="body"==this.options.container?window.innerWidth:m.outerWidth(),q="body"==this.options.container?window.innerHeight:m.outerHeight();m="body"==this.options.container?0:m.offset().left;d="bottom"==d&&e.top+e.height+k-n>q?"top":"top"==d&&0>e.top-n-k?"bottom":"right"==d&&
e.right+h>p?"left":"left"==d&&e.left-h<m?"right":d;a.removeClass(g).addClass(d)}e=this.getCalculatedOffset(d,e,h,k);this.applyPlacement(e,d);this.hoverState=null;d=function(){c.$element.trigger("shown.bs."+c.type)};b.support.transition&&this.$tip.hasClass("fade")?a.one(b.support.transition.end,d).emulateTransitionEnd(150):d()}};f.prototype.applyPlacement=function(a,c){var d,e=this.tip(),g=e[0].offsetWidth,h=e[0].offsetHeight,k=parseInt(e.css("margin-top"),10),m=parseInt(e.css("margin-left"),10);isNaN(k)&&
(k=0);isNaN(m)&&(m=0);a.top+=k;a.left+=m;b.offset.setOffset(e[0],b.extend({using:function(n){e.css({top:Math.round(n.top),left:Math.round(n.left)})}},a),0);e.addClass("in");k=e[0].offsetWidth;m=e[0].offsetHeight;("top"==c&&m!=h&&(d=!0,a.top=a.top+h-m),/bottom|top/.test(c))?(c=0,0>a.left&&(c=-2*a.left,a.left=0,e.offset(a),k=e[0].offsetWidth,m=e[0].offsetHeight),this.replaceArrow(c-g+k,k,"left")):this.replaceArrow(m-h,m,"top");d&&e.offset(a)};f.prototype.replaceArrow=function(a,c,d){this.arrow().css(d,
a?50*(1-a/c)+"%":"")};f.prototype.setContent=function(){var a=this.tip(),c=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](c);a.removeClass("fade in top bottom left right")};f.prototype.hide=function(){function a(){"in"!=c.hoverState&&d.detach();c.$element.trigger("hidden.bs."+c.type)}var c=this,d=this.tip(),e=b.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),b.support.transition&&this.$tip.hasClass("fade")?d.one(b.support.transition.end,
a).emulateTransitionEnd(150):a(),this.hoverState=null,this)};f.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")};f.prototype.hasContent=function(){return this.getTitle()};f.prototype.getPosition=function(){var a=this.$element[0];return b.extend({},"function"==typeof a.getBoundingClientRect?a.getBoundingClientRect():{width:a.offsetWidth,height:a.offsetHeight},this.$element.offset())};
f.prototype.getCalculatedOffset=function(a,c,d,e){return"bottom"==a?{top:c.top+c.height,left:c.left+c.width/2-d/2}:"top"==a?{top:c.top-e,left:c.left+c.width/2-d/2}:"left"==a?{top:c.top+c.height/2-e/2,left:c.left-d}:{top:c.top+c.height/2-e/2,left:c.left+c.width}};f.prototype.getTitle=function(){var a=this.$element,c=this.options;return a.attr("data-original-title")||("function"==typeof c.title?c.title.call(a[0]):c.title)};f.prototype.tip=function(){return this.$tip=this.$tip||b(this.options.template)};
f.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")};f.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)};f.prototype.enable=function(){this.enabled=!0};f.prototype.disable=function(){this.enabled=!1};f.prototype.toggleEnabled=function(){this.enabled=!this.enabled};f.prototype.toggle=function(a){a=a?b(a.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;a.tip().hasClass("in")?
a.leave(a):a.enter(a)};f.prototype.destroy=function(){clearTimeout(this.timeout);this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var l=b.fn.tooltip;b.fn.tooltip=function(a){return this.each(function(){var c=b(this),d=c.data("bs.tooltip"),e="object"==typeof a&&a;(d||"destroy"!=a)&&(d||c.data("bs.tooltip",d=new f(this,e)),"string"==typeof a&&d[a]())})};b.fn.tooltip.Constructor=f;b.fn.tooltip.noConflict=function(){return b.fn.tooltip=l,this}}(jQuery);
+function(b){var f=function(a,c){this.init("popover",a,c)};if(!b.fn.tooltip)throw Error("Popover requires tooltip.js");f.DEFAULTS=b.extend({},b.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'});f.prototype=b.extend({},b.fn.tooltip.Constructor.prototype);f.prototype.constructor=f;f.prototype.getDefaults=function(){return f.DEFAULTS};f.prototype.setContent=
function(){var a=this.tip(),c=this.getTitle(),d=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](c);a.find(".popover-content")[this.options.html?"string"==typeof d?"html":"append":"text"](d);a.removeClass("fade top bottom left right in");a.find(".popover-title").html()||a.find(".popover-title").hide()};f.prototype.hasContent=function(){return this.getTitle()||this.getContent()};f.prototype.getContent=function(){var a=this.$element,c=this.options;return a.attr("data-content")||
("function"==typeof c.content?c.content.call(a[0]):c.content)};f.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};f.prototype.tip=function(){return this.$tip||(this.$tip=b(this.options.template)),this.$tip};var l=b.fn.popover;b.fn.popover=function(a){return this.each(function(){var c=b(this),d=c.data("bs.popover"),e="object"==typeof a&&a;(d||"destroy"!=a)&&(d||c.data("bs.popover",d=new f(this,e)),"string"==typeof a&&d[a]())})};b.fn.popover.Constructor=f;b.fn.popover.noConflict=
function(){return b.fn.popover=l,this}}(jQuery);
+function(b){function f(a,c){var d,e=b.proxy(this.process,this);this.$element=b(b(a).is("body")?window:a);this.$body=b("body");this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",e);this.options=b.extend({},f.DEFAULTS,c);this.selector=(this.options.target||(d=b(a).attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a";this.offsets=b([]);this.targets=b([]);this.activeTarget=null;this.refresh();this.process()}f.DEFAULTS={offset:10};f.prototype.refresh=function(){var a=this.$element[0]==
window?"offset":"position";this.offsets=b([]);this.targets=b([]);var c=this;this.$body.find(this.selector).map(function(){var d=b(this);d=d.data("target")||d.attr("href");var e=/^#./.test(d)&&b(d);return e&&e.length&&e.is(":visible")&&[[e[a]().top+(!b.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),d]]||null}).sort(function(d,e){return d[0]-e[0]}).each(function(){c.offsets.push(this[0]);c.targets.push(this[1])})};f.prototype.process=function(){var a,c=this.$scrollElement.scrollTop()+
this.options.offset,d=(this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight)-this.$scrollElement.height(),e=this.offsets,g=this.targets,h=this.activeTarget;if(c>=d)return h!=(a=g.last()[0])&&this.activate(a);if(h&&c<=e[0])return h!=(a=g[0])&&this.activate(a);for(a=e.length;a--;)h!=g[a]&&c>=e[a]&&(!e[a+1]||c<=e[a+1])&&this.activate(g[a])};f.prototype.activate=function(a){this.activeTarget=a;b(this.selector).parentsUntil(this.options.target,".active").removeClass("active");a=b(this.selector+
'[data-target="'+a+'"],'+this.selector+'[href="'+a+'"]').parents("li").addClass("active");a.parent(".dropdown-menu").length&&(a=a.closest("li.dropdown").addClass("active"));a.trigger("activate.bs.scrollspy")};var l=b.fn.scrollspy;b.fn.scrollspy=function(a){return this.each(function(){var c=b(this),d=c.data("bs.scrollspy"),e="object"==typeof a&&a;d||c.data("bs.scrollspy",d=new f(this,e));"string"==typeof a&&d[a]()})};b.fn.scrollspy.Constructor=f;b.fn.scrollspy.noConflict=function(){return b.fn.scrollspy=
l,this};b(window).on("load",function(){b('[data-spy="scroll"]').each(function(){var a=b(this);a.scrollspy(a.data())})})}(jQuery);
+function(b){var f=function(a){this.element=b(a)};f.prototype.show=function(){var a=this.element,c=a.closest("ul:not(.dropdown-menu)"),d=a.data("target");if(d||(d=a.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!a.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],g=b.Event("show.bs.tab",{relatedTarget:e});(a.trigger(g),g.isDefaultPrevented())||(d=b(d),this.activate(a.parent("li"),c),this.activate(d,d.parent(),function(){a.trigger({type:"shown.bs.tab",relatedTarget:e})}))}};f.prototype.activate=
function(a,c,d){function e(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active");a.addClass("active");h?(a[0].offsetWidth,a.addClass("in")):a.removeClass("fade");a.parent(".dropdown-menu")&&a.closest("li.dropdown").addClass("active");d&&d()}var g=c.find("> .active"),h=d&&b.support.transition&&g.hasClass("fade");h?g.one(b.support.transition.end,e).emulateTransitionEnd(150):e();g.removeClass("in")};var l=b.fn.tab;b.fn.tab=function(a){return this.each(function(){var c=b(this),
d=c.data("bs.tab");d||c.data("bs.tab",d=new f(this));"string"==typeof a&&d[a]()})};b.fn.tab.Constructor=f;b.fn.tab.noConflict=function(){return b.fn.tab=l,this};b(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(a){a.preventDefault();b(this).tab("show")})}(jQuery);
+function(b){var f=function(a,c){this.options=b.extend({},f.DEFAULTS,c);this.$window=b(window).on("scroll.bs.affix.data-api",b.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",b.proxy(this.checkPositionWithEventLoop,this));this.$element=b(a);this.affixed=this.unpin=this.pinnedOffset=null;this.checkPosition()};f.RESET="affix affix-top affix-bottom";f.DEFAULTS={offset:0};f.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(f.RESET).addClass("affix");
var a=this.$window.scrollTop();return this.pinnedOffset=this.$element.offset().top-a};f.prototype.checkPositionWithEventLoop=function(){setTimeout(b.proxy(this.checkPosition,this),1)};f.prototype.checkPosition=function(){if(this.$element.is(":visible")){var a=b(document).height(),c=this.$window.scrollTop(),d=this.$element.offset(),e=this.options.offset,g=e.top,h=e.bottom;"top"==this.affixed&&(d.top+=c);"object"!=typeof e&&(h=g=e);"function"==typeof g&&(g=e.top(this.$element));"function"==typeof h&&
(h=e.bottom(this.$element));c=null!=this.unpin&&c+this.unpin<=d.top?!1:null!=h&&d.top+this.$element.height()>=a-h?"bottom":null!=g&&g>=c?"top":!1;this.affixed!==c&&(this.unpin&&this.$element.css("top",""),d="affix"+(c?"-"+c:""),e=b.Event(d+".bs.affix"),this.$element.trigger(e),e.isDefaultPrevented()||(this.affixed=c,this.unpin="bottom"==c?this.getPinnedOffset():null,this.$element.removeClass(f.RESET).addClass(d).trigger(b.Event(d.replace("affix","affixed"))),"bottom"==c&&this.$element.offset({top:a-
h-this.$element.height()})))}};var l=b.fn.affix;b.fn.affix=function(a){return this.each(function(){var c=b(this),d=c.data("bs.affix"),e="object"==typeof a&&a;d||c.data("bs.affix",d=new f(this,e));"string"==typeof a&&d[a]()})};b.fn.affix.Constructor=f;b.fn.affix.noConflict=function(){return b.fn.affix=l,this};b(window).on("load",function(){b('[data-spy="affix"]').each(function(){var a=b(this),c=a.data();c.offset=c.offset||{};c.offsetBottom&&(c.offset.bottom=c.offsetBottom);c.offsetTop&&(c.offset.top=
c.offsetTop);a.affix(c)})})}(jQuery);

/*! jQuery Mobile v1.3.2 | Copyright 2010, 2013 jQuery Foundation, Inc. | jquery.org/license */
(function(e,t,n){typeof define=="function"&&define.amd?define(["jquery"],function(r){return n(r,e,t),r.mobile}):n(e.jQuery,e,t)})(this,document,function(e,t,n,r){(function(e,t,n,r){function x(e){while(e&&typeof e.originalEvent!="undefined")e=e.originalEvent;return e}function T(t,n){var i=t.type,s,o,a,l,c,h,p,d,v;t=e.Event(t),t.type=n,s=t.originalEvent,o=e.event.props,i.search(/^(mouse|click)/)>-1&&(o=f);if(s)for(p=o.length,l;p;)l=o[--p],t[l]=s[l];i.search(/mouse(down|up)|click/)>-1&&!t.which&&(t.which=1);if(i.search(/^touch/)!==-1){a=x(s),i=a.touches,c=a.changedTouches,h=i&&i.length?i[0]:c&&c.length?c[0]:r;if(h)for(d=0,v=u.length;d<v;d++)l=u[d],t[l]=h[l]}return t}function N(t){var n={},r,s;while(t){r=e.data(t,i);for(s in r)r[s]&&(n[s]=n.hasVirtualBinding=!0);t=t.parentNode}return n}function C(t,n){var r;while(t){r=e.data(t,i);if(r&&(!n||r[n]))return t;t=t.parentNode}return null}function k(){g=!1}function L(){g=!0}function A(){E=0,v.length=0,m=!1,L()}function O(){k()}function M(){_(),c=setTimeout(function(){c=0,A()},e.vmouse.resetTimerDuration)}function _(){c&&(clearTimeout(c),c=0)}function D(t,n,r){var i;if(r&&r[t]||!r&&C(n.target,t))i=T(n,t),e(n.target).trigger(i);return i}function P(t){var n=e.data(t.target,s);if(!m&&(!E||E!==n)){var r=D("v"+t.type,t);r&&(r.isDefaultPrevented()&&t.preventDefault(),r.isPropagationStopped()&&t.stopPropagation(),r.isImmediatePropagationStopped()&&t.stopImmediatePropagation())}}function H(t){var n=x(t).touches,r,i;if(n&&n.length===1){r=t.target,i=N(r);if(i.hasVirtualBinding){E=w++,e.data(r,s,E),_(),O(),d=!1;var o=x(t).touches[0];h=o.pageX,p=o.pageY,D("vmouseover",t,i),D("vmousedown",t,i)}}}function B(e){if(g)return;d||D("vmousecancel",e,N(e.target)),d=!0,M()}function j(t){if(g)return;var n=x(t).touches[0],r=d,i=e.vmouse.moveDistanceThreshold,s=N(t.target);d=d||Math.abs(n.pageX-h)>i||Math.abs(n.pageY-p)>i,d&&!r&&D("vmousecancel",t,s),D("vmousemove",t,s),M()}function F(e){if(g)return;L();var t=N(e.target),n;D("vmouseup",e,t);if(!d){var r=D("vclick",e,t);r&&r.isDefaultPrevented()&&(n=x(e).changedTouches[0],v.push({touchID:E,x:n.clientX,y:n.clientY}),m=!0)}D("vmouseout",e,t),d=!1,M()}function I(t){var n=e.data(t,i),r;if(n)for(r in n)if(n[r])return!0;return!1}function q(){}function R(t){var n=t.substr(1);return{setup:function(r,s){I(this)||e.data(this,i,{});var o=e.data(this,i);o[t]=!0,l[t]=(l[t]||0)+1,l[t]===1&&b.bind(n,P),e(this).bind(n,q),y&&(l.touchstart=(l.touchstart||0)+1,l.touchstart===1&&b.bind("touchstart",H).bind("touchend",F).bind("touchmove",j).bind("scroll",B))},teardown:function(r,s){--l[t],l[t]||b.unbind(n,P),y&&(--l.touchstart,l.touchstart||b.unbind("touchstart",H).unbind("touchmove",j).unbind("touchend",F).unbind("scroll",B));var o=e(this),u=e.data(this,i);u&&(u[t]=!1),o.unbind(n,q),I(this)||o.removeData(i)}}}var i="virtualMouseBindings",s="virtualTouchID",o="vmouseover vmousedown vmousemove vmouseup vclick vmouseout vmousecancel".split(" "),u="clientX clientY pageX pageY screenX screenY".split(" "),a=e.event.mouseHooks?e.event.mouseHooks.props:[],f=e.event.props.concat(a),l={},c=0,h=0,p=0,d=!1,v=[],m=!1,g=!1,y="addEventListener"in n,b=e(n),w=1,E=0,S;e.vmouse={moveDistanceThreshold:10,clickDistanceThreshold:10,resetTimerDuration:1500};for(var U=0;U<o.length;U++)e.event.special[o[U]]=R(o[U]);y&&n.addEventListener("click",function(t){var n=v.length,r=t.target,i,o,u,a,f,l;if(n){i=t.clientX,o=t.clientY,S=e.vmouse.clickDistanceThreshold,u=r;while(u){for(a=0;a<n;a++){f=v[a],l=0;if(u===r&&Math.abs(f.x-i)<S&&Math.abs(f.y-o)<S||e.data(u,s)===f.touchID){t.preventDefault(),t.stopPropagation();return}}u=u.parentNode}}},!0)})(e,t,n),function(e){e.mobile={}}(e),function(e,t){var r={touch:"ontouchend"in n};e.mobile.support=e.mobile.support||{},e.extend(e.support,r),e.extend(e.mobile.support,r)}(e),function(e,t,r){function l(t,n,r){var i=r.type;r.type=n,e.event.dispatch.call(t,r),r.type=i}var i=e(n);e.each("touchstart touchmove touchend tap taphold swipe swipeleft swiperight scrollstart scrollstop".split(" "),function(t,n){e.fn[n]=function(e){return e?this.bind(n,e):this.trigger(n)},e.attrFn&&(e.attrFn[n]=!0)});var s=e.mobile.support.touch,o="touchmove scroll",u=s?"touchstart":"mousedown",a=s?"touchend":"mouseup",f=s?"touchmove":"mousemove";e.event.special.scrollstart={enabled:!0,setup:function(){function s(e,n){r=n,l(t,r?"scrollstart":"scrollstop",e)}var t=this,n=e(t),r,i;n.bind(o,function(t){if(!e.event.special.scrollstart.enabled)return;r||s(t,!0),clearTimeout(i),i=setTimeout(function(){s(t,!1)},50)})}},e.event.special.tap={tapholdThreshold:750,setup:function(){var t=this,n=e(t);n.bind("vmousedown",function(r){function a(){clearTimeout(u)}function f(){a(),n.unbind("vclick",c).unbind("vmouseup",a),i.unbind("vmousecancel",f)}function c(e){f(),s===e.target&&l(t,"tap",e)}if(r.which&&r.which!==1)return!1;var s=r.target,o=r.originalEvent,u;n.bind("vmouseup",a).bind("vclick",c),i.bind("vmousecancel",f),u=setTimeout(function(){l(t,"taphold",e.Event("taphold",{target:s}))},e.event.special.tap.tapholdThreshold)})}},e.event.special.swipe={scrollSupressionThreshold:30,durationThreshold:1e3,horizontalDistanceThreshold:30,verticalDistanceThreshold:75,start:function(t){var n=t.originalEvent.touches?t.originalEvent.touches[0]:t;return{time:(new Date).getTime(),coords:[n.pageX,n.pageY],origin:e(t.target)}},stop:function(e){var t=e.originalEvent.touches?e.originalEvent.touches[0]:e;return{time:(new Date).getTime(),coords:[t.pageX,t.pageY]}},handleSwipe:function(t,n){n.time-t.time<e.event.special.swipe.durationThreshold&&Math.abs(t.coords[0]-n.coords[0])>e.event.special.swipe.horizontalDistanceThreshold&&Math.abs(t.coords[1]-n.coords[1])<e.event.special.swipe.verticalDistanceThreshold&&t.origin.trigger("swipe").trigger(t.coords[0]>n.coords[0]?"swipeleft":"swiperight")},setup:function(){var t=this,n=e(t);n.bind(u,function(t){function o(t){if(!i)return;s=e.event.special.swipe.stop(t),Math.abs(i.coords[0]-s.coords[0])>e.event.special.swipe.scrollSupressionThreshold&&t.preventDefault()}var i=e.event.special.swipe.start(t),s;n.bind(f,o).one(a,function(){n.unbind(f,o),i&&s&&e.event.special.swipe.handleSwipe(i,s),i=s=r})})}},e.each({scrollstop:"scrollstart",taphold:"tap",swipeleft:"swipe",swiperight:"swipe"},function(t,n){e.event.special[t]={setup:function(){e(this).bind(n,e.noop)}}})}(e,this)});



// jQuery Tooltip Plugin
// Created by	: Ashish
// Reach me at	: ashish.kumar1@indiatimes.co.in
// Website 		: facebook.com/ashish.xpert
// Date Created	: Sep 27, 2012
// Version 		: 1.1
// Example		: $(".smTip").smartTooltip();
// Last Modified: May 03, 2013
;

(function ($) {
	$.fn.smartTooltip = function (method, callbackFnk) {
		if (this.length) {
			if ($.fn.smartTooltip.methods[method]) {
				return $.fn.smartTooltip.methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
			} else if (typeof method === 'object' || !method) {
				return $.fn.smartTooltip.methods.init.apply(this, arguments);
			} else {
				$.error('Method ' + method + ' does not exist on jQuery.smartTooltip');
			}
		} else {
			$.error('No tooltip present to create popup for!');
		}
	};
	
	//Initial tasks
	$.fn.smartTooltip.methods = {
		init : function (options) {
			if (options) {
				if(typeof options == "object"){
					//if($.isPlainObject(options)){
					//	var opts = $.extend({}, $.fn.smartTooltip.defaults, options);
					//}
				}
				var opts = $.extend({}, $.fn.smartTooltip.defaults, options);
				$.fn.smartTooltip.defaults.debugMode = options.debugMode;
				if (typeof callbackFnk === 'function') {
					opts.callBack = callbackFnk;
				}
			} else {
				var opts = $.extend({}, $.fn.smartTooltip.defaults, {});
			}
			
			//Initial property settings for plugin
			opts.anchors = this;
			
			//Create and append the popup element in document.body
			opts.popupContainer = $('<' + opts.popupElement + ' />').attr('id', opts.popupID).css('text-align', 'left').appendTo($(document.body)).hide();
			
			$.fn.smartTooltip.fullOptions = opts;
			
			//Plugin's main function and return the chain
			return this.each(function (i) {
				var $this = $(this),
				hasContent = $this.next(opts.contentSelector).length;
				if (hasContent) {
					$this.bind('mouseenter', function (e) {
						if ($.fn.smartTooltip.fullOptions.hideTimer)
							window.clearTimeout($.fn.smartTooltip.fullOptions.hideTimer);
						opts.popupContainer.empty()
						.html($this.next(opts.contentSelector).clone().css({
								display : 'block'
							}))
						.css({
							position : 'absolute',
							left : $this.offset().left + opts.left - 130,
							top : $this.offset().top + $this.height() + opts.top + 10,
							opacity : 0,
							display : 'block',
							zIndex : 9999999						});
						$.fn.smartTooltip.methods.showPopup($this, opts);
					}).bind('mouseleave', function (e) {
						$.fn.smartTooltip.fullOptions.hideTimer = window.setTimeout(function () {
								$.fn.smartTooltip.methods.hidePopup($this, opts)
							}, 1500);
					});
					opts.popupContainer.bind('mouseenter', function () {
						if ($.fn.smartTooltip.fullOptions.hideTimer)
							window.clearTimeout($.fn.smartTooltip.fullOptions.hideTimer);
					}).bind('mouseleave', function () {
						$.fn.smartTooltip.fullOptions.hideTimer = window.setTimeout(function () {
								$.fn.smartTooltip.methods.hidePopup($this, opts)
							}, 1000);
					});
				}
			});
		},
		
		hidePopup : function (link, opts) {
			var $this = link,
			$popup = opts.popupContainer;
			$popup.stop().animate({
				opacity : 0,
				top : ($this.offset().top + $this.height()) + $this.height()
			}, opts.fadeOutTime, function () {
				$popup.empty().hide();
			});
		},
		
		showPopup : function (link, opts) {
			var $this = link,
			$popup = opts.popupContainer;
			$popup.stop().animate({
				opacity : 1,
				top : $this.offset().top + $this.height()
			}, opts.fadeInTime);
		},
		
		peekJSON : function (jsonObj, key, value) {
			var found = false;
			$.each(jsonObj, function (i, v) {
				if (v[key].search(new RegExp(value, 'i')) != -1) {
					found = v;
					return;
				}
			});
			return found ? found : false;
		}
		
	};
	
	$.fn.smartTooltip.fullOptions = {};
	
	$.fn.smartTooltip.defaults = {
		anchors : null,
		popupID : 'smartTooltip',
		popupElement : 'div',
		contentSelector : '.smTooltip',
		fadeInTime : 200,
		fadeOutTime : 10,
		left : 0,
		top : 0
	}
})(jQuery);





function downloadJSAtOnload(a){var b=document.createElement("script");b.type="text/javascript";b.async=!0;b.src=a;document.body.appendChild(b)}function deferLoad(a){window.addEventListener?window.addEventListener("load",function(){downloadJSAtOnload(a)},!1):window.attachEvent?window.attachEvent("onload",function(){downloadJSAtOnload(a)}):window.onload=function(){downloadJSAtOnload(a)}};

function validateFeedbackCity(a,b){a=validateAutoSuggestCity(a);return"Blank"==a?($("#"+b).html("Please enter city").show(),!1):"Invalid"==a?($("#"+b).html("Please enter a valid city name").show(),!1):!0}
function validateFeedbackDetails(){$("#feedback_error_div").hide();var a=$("#feedback_name").val(),b=$.trim($("#feedback_email").val()),c=$.trim($("#feedback_mobile").val()),d=$("#feedback_comment").val(),e=$("#feedback_city").val();"undefined"!==typeof platform_page&&""!=platform_page&&(source=platform_page);if(""==a)return $("#feedback_name").focus(),$("#feedback_error_div").html("Please enter your name"),$("#feedback_error_div").show(),!1;if(!isalphabetic(a))return $("#feedback_name").focus(),
$("#feedback_error_div").html("Please enter a valid Name"),$("#feedback_error_div").show(),!1;if(""==b)return $("#feedback_email").focus(),$("#feedback_error_div").html("Please Enter your email address"),$("#feedback_error_div").show(),!1;if(!isValidEmail(b))return $("#feedback_email").focus(),$("#feedback_error_div").html("Please enter a valid email address"),$("#feedback_error_div").show(),!1;if(""==c)return $("#feedback_mobile").focus(),$("#feedback_error_div").html("Please enter mobile number"),
$("#feedback_error_div").show(),!1;if(10!=c.length||isNaN(c)||!/^\s*[9876][0-9]{9}\s*$/.test(c))return $("#feedback_mobile").focus(),$("#feedback_error_div").html("Please enter a valid mobile number"),$("#feedback_error_div").show(),!1;if(!1===validateFeedbackCity("feedback_city","feedback_error_div"))return $("#feedback_city").focus(),!1;if(""==d)return $("#feedback_comment").focus(),$("#feedback_error_div").html("Please enter your feedback"),$("#feedback_error_div").show(),!1;if(20>d.length)return $("#feedback_comment").focus(),
$("#feedback_error_div").html("Please enter atleast 20 characters in your feedback"),$("#feedback_error_div").show(),!1;$.post(TODBFILEPATH+"/submit_feedback_2db.php",{name:a,email:b,mobile:c,city:e,comment:d,source:source},function(f){f&&($("#feedback_form").hide(),$("#feedback_footer").hide(),$("#feedback_thankYou").show())})}
function openFeedbackForm(){getCitySuggestions("feedback_city");$("#feedback_form").show();$("#feedback_footer").show();$("#feedback_comment").val("");$("#feedback_thankYou").hide()};