!function(a){function b(){var b=a(window).width(),c=a(window).height(),d=a(".fl").outerWidth(),e=a(".fl").outerHeight();a(".fl").css({position:"absolute",left:b/2-d/2,top:c/2-e/2})}a.fn.fakeLoader=function(c){var d=a.extend({timeToHide:1200,pos:"fixed",top:"0px",left:"0px",width:"100%",height:"100%",zIndex:"999",bgColor:"#2ecc71",spinner:"spinner7",imagePath:""},c),e='
',l=a(this),m={position:d.pos,width:d.width,height:d.height,top:d.top,left:d.left};return l.css(m),l.each(function(){switch(d.spinner){case"spinner1":l.html(e);break;case"spinner2":l.html('
');break;case"spinner3":l.html('
');break;case"spinner4":l.html('
');break;case"spinner5":l.html('
');break;case"spinner6":l.html('
');break;case"spinner7":l.html('
');break;default:l.html(e)}""!=d.imagePath&&l.html('
'),b()}),setTimeout(function(){a(l).fadeOut()},d.timeToHide),this.css({backgroundColor:d.bgColor,zIndex:d.zIndex})},a(window).on("load",function(){b(),a(window).resize(function(){b()})})}(jQuery);