Its A Blog Especially Developed For Junior College Students In Maharashtra. The Prime Purpose Is To Provide Children An Opportunity To Get Access To All Information About English And Environment Subjects In Their Curriculum So They Can Prepare Themselves Better.

Full width home advertisement

Post Page Advertisement [Top]

':"vimeo"===f.type?c='':"vzaar"===f.type&&(c=''),a('
'+c+"
").insertAfter(e.find(".owl-video")),this._playing=e.addClass("owl-video-playing"))},e.prototype.isInFullScreen=function(){var b=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return b&&a(b).parent().hasClass("owl-video-frame")},e.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){a.namespace&&(this.swapping="translated"==a.type)},this),"translate.owl.carousel":a.proxy(function(a){a.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&a.support.animation&&a.support.transition){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.one(a.support.animation.end,c).css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g)),f&&e.one(a.support.animation.end,c).addClass("animated owl-animated-in").addClass(f))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)}, a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._timeout=null,this._paused=!1,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._core.settings.autoplay&&this._setAutoPlayInterval()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype.play=function(a,b){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._setAutoPlayInterval())},e.prototype._getNextTimeout=function(d,e){return this._timeout&&b.clearTimeout(this._timeout),b.setTimeout(a.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||c.hidden||this._core.next(e||this._core.settings.autoplaySpeed)},this),d||this._core.settings.autoplayTimeout)},e.prototype._setAutoPlayInterval=function(){this._timeout=this._getNextTimeout()},e.prototype.stop=function(){this._core.is("rotating")&&(b.clearTimeout(this._timeout),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('
'+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"
")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("
").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a("
").addClass(c.dotClass).append(a("")).prop("outerHTML")]),this._controls.$absolute=(c.dotsContainer?a(c.dotsContainer):a("
").addClass(c.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",a.proxy(function(b){var d=a(b.target).parent().is(this._controls.$absolute)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(d,c.dotsSpeed)},this));for(b in this._overrides)this._core[b]=a.proxy(this[b],this)},e.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},e.prototype.update=function(){var a,b,c,d=this._core.clones().length/2,e=d+this._core.items().length,f=this._core.maximum(!0),g=this._core.settings,h=g.center||g.autoWidth||g.dotsData?1:g.dotsEach||g.items;if("page"!==g.slideBy&&(g.slideBy=Math.min(g.slideBy,g.items)),g.dots||"page"==g.slideBy)for(this._pages=[],a=d,b=0,c=0;a=h||0===b){if(this._pages.push({start:Math.min(f,a-d),end:a-d+h-1}),Math.min(f,a-d)===f)break;b=0,++c}b+=this._core.mergers(this._core.relative(a))}},e.prototype.draw=function(){var b,c=this._core.settings,d=this._core.items().length<=c.items,e=this._core.relative(this._core.current()),f=c.loop||c.rewind;this._controls.$relative.toggleClass("disabled",!c.nav||d),c.nav&&(this._controls.$previous.toggleClass("disabled",!f&&e<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!f&&e>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!c.dots||d),c.dots&&(b=this._pages.length-this._controls.$absolute.children().length,c.dotsData&&0!==b?this._controls.$absolute.html(this._templates.join("")):b>0?this._controls.$absolute.append(new Array(b+1).join(this._templates[0])):b<0&&this._controls.$absolute.children().slice(b).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(a.inArray(this.current(),this._pages)).addClass("active"))},e.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotsData?1:c.dotsEach||c.items)}},e.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,a.proxy(function(a,c){return a.start<=b&&a.end>=b},this)).pop()},e.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},e.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},e.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},e.prototype.to=function(b,c,d){var e;!d&&this._pages.length?(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c)):a.proxy(this._overrides.to,this._core)(b,c)},a.fn.owlCarousel.Constructor.Plugins.Navigation=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(c){this._core=c,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(c){c.namespace&&"URLHash"===this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!c)return;this._hashes[c]=b.content}},this),"changed.owl.carousel":a.proxy(function(c){if(c.namespace&&"position"===c.property.name){var d=this._core.items(this._core.relative(this._core.current())),e=a.map(this._hashes,function(a,b){return a===d?b:null}).join();if(!e||b.location.hash.slice(1)===e)return;b.location.hash=e}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(a){var c=b.location.hash.substring(1),e=this._core.$stage.children(),f=this._hashes[c]&&e.index(this._hashes[c]);f!==d&&f!==this._core.current()&&this._core.to(this._core.relative(f),!1,!0)},this))};e.Defaults={URLhashListener:!1},e.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){function e(b,c){var e=!1,f=b.charAt(0).toUpperCase()+b.slice(1);return a.each((b+" "+h.join(f+" ")+f).split(" "),function(a,b){if(g[b]!==d)return e=!c||b,!1}),e}function f(a){return e(a,!0)}var g=a("").get(0).style,h="Webkit Moz O ms".split(" "),i={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},j={csstransforms:function(){return!!e("transform")},csstransforms3d:function(){return!!e("perspective")},csstransitions:function(){return!!e("transition")},cssanimations:function(){return!!e("animation")}};j.csstransitions()&&(a.support.transition=new String(f("transition")),a.support.transition.end=i.transition.end[a.support.transition]),j.cssanimations()&&(a.support.animation=new String(f("animation")),a.support.animation.end=i.animation.end[a.support.animation]),j.csstransforms()&&(a.support.transform=new String(f("transform")),a.support.transform3d=j.csstransforms3d())}(window.Zepto||window.jQuery,window,document); // Plugin: SelectNav.js ~ url: https://github.com/lukaszfiszer/selectnav.js window.selectnav=function(){"use strict";var e=function(e,t){function c(e){var t;if(!e)e=window.event;if(e.target)t=e.target;else if(e.srcElement)t=e.srcElement;if(t.nodeType===3)t=t.parentNode;if(t.value)window.location.href=t.value}function h(e){var t=e.nodeName.toLowerCase();return t==="ul"||t==="ol"}function p(e){for(var t=1;document.getElementById("selectnav"+t);t++);return e?"selectnav"+t:"selectnav"+(t-1)}function d(e){a++;var t=e.children.length,n="",l="",c=a-1;if(!t){return}if(c){while(c--){l+=o}l+=" "}for(var v=0;v"+l+g+"";if(s){var b=e.children[v].children[1];if(b&&h(b)){n+=d(b)}}}}if(a===1&&u){n='"+n}if(a===1){n='"}a--;return n}e=document.getElementById(e);if(!e){return}if(!h(e)){return}if(!("insertAdjacentHTML"in window.document.documentElement)){return}document.documentElement.className+=" js";var n=t||{},r=n.activeclass||"active",i=typeof n.autoselect==="boolean"?n.autoselect:true,s=typeof n.nested==="boolean"?n.nested:true,o=n.indent||"-",u=n.label||"Menu",a=0,f=" selected ";e.insertAdjacentHTML("afterend",d(e));var l=document.getElementById(p());if(l.addEventListener){l.addEventListener("change",c)}if(l.attachEvent){l.attachEvent("onchange",c)}return l};return function(t,n){e(t,n)}}(); // Tabslet jQuery plugin - http://vdw.staytuned.gr (function($,window,undefined){$.fn.tabslet=function(options){var defaults={mouseevent:"click",attribute:"href",animation:false,autorotate:false,pauseonhover:true,delay:2000,active:1,controls:{prev:".prev",next:".next"}};var options=$.extend(defaults,options);return this.each(function(){var $this=$(this);options.mouseevent=$this.data("mouseevent")||options.mouseevent;options.attribute=$this.data("attribute")||options.attribute;options.animation=$this.data("animation")||options.animation;options.autorotate=$this.data("autorotate")||options.autorotate;options.pauseonhover=$this.data("pauseonhover")||options.pauseonhover;options.delay=$this.data("delay")||options.delay;options.active=$this.data("active")||options.active;$this.find("> div").hide();$this.find("> div").eq(options.active-1).show();$this.find("> ul li").eq(options.active-1).addClass("active");var fn=eval(function(){$(this).trigger("_before");$this.find("> ul li").removeClass("active");$(this).addClass("active");$this.find("> div").hide();var currentTab=$(this).find("a").attr(options.attribute);if(options.animation){$this.find(currentTab).animate({opacity:"show"},"slow",function(){$(this).trigger("_after")})}else{$this.find(currentTab).show();$(this).trigger("_after")}return false});var init=eval("$this.find('> ul li')."+options.mouseevent+"(fn)");init;var elements=$this.find("> ul li"),i=options.active-1;function forward(){i=++i%elements.length;options.mouseevent=="hover"?elements.eq(i).trigger("mouseover"):elements.eq(i).click();var t=setTimeout(forward,options.delay);$this.mouseover(function(){if(options.pauseonhover){clearTimeout(t)}})}if(options.autorotate){setTimeout(forward,0);if(options.pauseonhover){$this.on("mouseleave",function(){setTimeout(forward,1000)})}}function move(direction){if(direction=="forward"){i=++i%elements.length}if(direction=="backward"){i=--i%elements.length}elements.eq(i).click()}$this.find(options.controls.next).click(function(){move("forward")});$this.find(options.controls.prev).click(function(){move("backward")});$this.on("destroy",function(){$(this).removeData()})})};$(document).ready(function(){$('[data-toggle="tabslet"]').tabslet()})})(jQuery); // Simple Tab JQuery Plugin by Taufik Nurrohman - https://plus.google.com/108949996304093815163/about (function(a){a.fn.simplyTab=function(b){b=jQuery.extend({active:1,fx:null,showSpeed:400,hideSpeed:400,showEasing:null,hideEasing:null,show:function(){},hide:function(){},change:function(){}},b);return this.each(function(){var e=a(this),c=e.children("[data-tab]"),d=b.active-1;e.addClass("simplyTab").prepend('
    ');c.addClass("content-tab").each(function(){a(this).hide();e.find(".alpha-tab-wrapper").append('
  • '+a(this).data("tab")+"
  • ")}).eq(d).show();e.find(".alpha-tab-wrapper a").on("click",function(){var f=a(this).parent().index();a(this).closest(".alpha-tab-wrapper").find(".activeTab").removeClass("activeTab");a(this).addClass("activeTab");if(b.fx=="slide"){if(c.eq(f).is(":hidden")){c.slideUp(b.hideSpeed,b.hideEasing,function(){b.hide.call(e)}).eq(f).slideDown(b.showSpeed,b.showEasing,function(){b.show.call(e)})}}else{if(b.fx=="fade"){if(c.eq(f).is(":hidden")){c.hide().eq(f).fadeIn(b.showSpeed,b.showEasing,function(){b.show.call(e)})}}else{if(b.fx=="fancyslide"){if(c.eq(f).is(":hidden")){c.slideUp(b.hideSpeed,b.hideEasing,function(){b.hide.call(e)}).eq(f).delay(b.hideSpeed).slideDown(b.showSpeed,b.showEasing,function(){b.show.call(e)})}}else{if(c.eq(f).is(":hidden")){c.hide().eq(f).show()}}}}b.change.call(e);return false}).eq(d).addClass("activeTab")})}})(jQuery); // jquery replacetext plugin https://github.com/cowboy/jquery-replacetext (function(e){e.fn.replaceText=function(t,n,r){return this.each(function(){var i=this.firstChild,s,o,u=[];if(i){do{if(i.nodeType===3){s=i.nodeValue;o=s.replace(t,n);if(o!==s){if(!r&&/l&&("",a+="",0!=t&&("",a+="");e("#alpha-menu .LinkList").html(a),e("#alpha-menu > .LinkList > ul").attr("id","alpha_menu"),e("#alpha_menu a").map(function(){var l=e(this).attr("href");-1!=(l=l.toLowerCase()).indexOf("[mega menu]")&&(e(this).addClass("mega-link"),e(this).attr("href","/search/label/"+e(this).text()+"?&max-results="+perPage))}),selectnav("alpha_menu"),e("#alpha-menu ul > li > ul").parent("li").addClass("hasSubmenu"),e("#alpha-menu .widget").attr("style","display:block!important;")}); $(document).ready(function(a){a("#alpha_menu a.mega-link").map(function(){var e=a(this),t=e.attr("href");if(t=t.toLowerCase(),e.hasClass("mega-link")){var s=e.text();a.ajax({url:"/feeds/posts/default/-/"+s+"?alt=json-in-script&max-results=4",type:"get",dataType:"jsonp",success:function(t){e.closest("li").addClass("isMega hasSubmenu");for(var i=0;i4);else;var o=Math.ceil(c/m);if(t.feed.entry){var u="
    "}u+="
    ",e.after(function(){a(this).after(u);var e=a(this).closest(".isMega");e.find(".mega-prev").click(function(){var e=a(this).closest("ul");e.find(".alpha-mega-loading").fadeIn(0);var t=e.attr("data-label"),s=Number(e.attr("data-start")),i=Number(e.attr("data-cstage")),l=(Number(e.attr("data-stages")),Number(e.attr("data-itemnums")));if(s-=l,i-1<=1?a(this).addClass("disable"):a(this).removeClass("disable"),e.find(".mega-next").removeClass("disable"),i>1){var r="",d="/feeds/posts/default/-/"+t+"?alt=json-in-script&start-index="+s+"&max-results="+l;a.ajax({url:d,type:"get",dataType:"jsonp",success:function(a){if(e.attr("data-start",s),e.attr("data-cstage",i-1),a.feed.entry){for(var t=0;t
    "}e.find(".mega-inner").html(r),setTimeout(function(){e.find(".alpha-mega-loading").fadeOut()},1e3)}},error:function(a){setTimeout(function(){e.find(".alpha-mega-loading").fadeOut()},1e3)}})}}),e.find(".mega-next").click(function(){var e=a(this).closest("ul");e.find(".alpha-mega-loading").fadeIn(0);var t=e.attr("data-label"),s=Number(e.attr("data-start")),i=Number(e.attr("data-cstage")),l=Number(e.attr("data-stages")),r=Number(e.attr("data-itemnums"));if(s+=r,i+1==l?a(this).addClass("disable"):a(this).removeClass("disable"),i>=1?e.find(".mega-prev").removeClass("disable"):e.find(".mega-prev").addClass("disable"),l>i){var d="",n="/feeds/posts/default/-/"+t+"?alt=json-in-script&start-index="+s+"&max-results="+r;a.ajax({url:n,type:"get",dataType:"jsonp",success:function(a){if(e.attr("data-start",s),e.attr("data-cstage",i+1),a.feed.entry){for(var t=0;t
    "}e.find(".mega-inner").html(d),setTimeout(function(){e.find(".alpha-mega-loading").fadeOut()},1e3)}},error:function(a){setTimeout(function(){e.find(".alpha-mega-loading").fadeOut()},1e3)}})}})})}},error:function(a){}})}}),a(".FeaturedPost .post-summary").map(function(){if(a(this).find(".image")){var e=a(this).find(".image").attr("src");a(this).attr("style","background-image:url("+e+");")}a(this).append("
    ")})}); $(document).ready(function () { selectnav('nav') }); $(document).ready(function() { var n = $("#alpha-sidebar-tabs #tabside1 .widget h2").text(); $(".alpha-sidebar-tab .item-1 a").text(n); var u = $("#alpha-sidebar-tabs #tabside2 .widget h2").text(); $(".alpha-sidebar-tab .item-2 a").text(u); var v = $("#alpha-sidebar-tabs #tabside3 .widget h2").text(); $(".alpha-sidebar-tab .item-3 a").text(v); $("#tabside1 .widget h2,#tabside2 .widget h2,#tabside3 .widget h2,#tabside1 .widget-title,#tabside2 .widget-title,#tabside3 .widget-title").remove(); $(this).find(".alpha-sidebar-tab li").addClass("alpha-hide"); $(".alpha-sidebar-tabs").tabslet({ mouseevent: "click", attribute: "href", animation: true }); if (0 === $(".alpha-sidebar-tabs .widget").length) $(".alpha-sidebar-tabs").remove() }); $(document).ready(function() { if(cmtal){ $(".alpha-tabs").simplyTab({ active: 1, fx: "fade", showSpeed: 400, hideSpeed: 400 }); $('.alpha-blogger-comment').append($('#comments')); $(".alpha-tabs.simplyTab .alpha-tab-wrapper").wrap("
    "); }else{ $('#alpha-comment-placer').remove(); } }); $(".post-home-image .post-thumb a").attr("style", function($this, t) { if (t.match("hqdefault.jpg")) { return t.replace("/hqdefault.jpg", "/mqdefault.jpg"); } else if (t.match("default.jpg")) { return t.replace("/default.jpg", "/mqdefault.jpg"); } else if (t.match("s72-c")) { return t.replace("/s72-c", "/s1600"); } else if (t.match("w72-h72-p-nu")) { return t.replace("/w72-h72-p-nu", "/s1600"); } else { return t.replace("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6CjLzEPKnq1X7uIFy3jkt2b1my0IbAvQQQtrNOpeTT5HZhZc62gExuJvFl2pNHs8aYcRvvbEplPhyphenhyphenTTWliwi4dkgBuZQT-H_LgS9RV3TRhRtHhTHDGqU7B4w4aKAZvR6-kxYyrr-MjTkR/s1600/notfound.png", 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6CjLzEPKnq1X7uIFy3jkt2b1my0IbAvQQQtrNOpeTT5HZhZc62gExuJvFl2pNHs8aYcRvvbEplPhyphenhyphenTTWliwi4dkgBuZQT-H_LgS9RV3TRhRtHhTHDGqU7B4w4aKAZvR6-kxYyrr-MjTkR/s1600/notfound.png'); } }); $(".PopularPosts ul li img").attr("src", function($this, img) { if (img.match("hqdefault.jpg")) { return img.replace("/hqdefault.jpg", "/mqdefault.jpg"); } else if (img.match("default.jpg")) { return img.replace("/default.jpg", "/mqdefault.jpg"); } else if (img.match("s72-c")) { return img.replace("/s72-c", "/s1600"); } else if (img.match("w72-h72-p-nu")) { return img.replace("/w72-h72-p-nu", "/s1600"); } else { return img.replace("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6CjLzEPKnq1X7uIFy3jkt2b1my0IbAvQQQtrNOpeTT5HZhZc62gExuJvFl2pNHs8aYcRvvbEplPhyphenhyphenTTWliwi4dkgBuZQT-H_LgS9RV3TRhRtHhTHDGqU7B4w4aKAZvR6-kxYyrr-MjTkR/s1600/notfound.png", 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6CjLzEPKnq1X7uIFy3jkt2b1my0IbAvQQQtrNOpeTT5HZhZc62gExuJvFl2pNHs8aYcRvvbEplPhyphenhyphenTTWliwi4dkgBuZQT-H_LgS9RV3TRhRtHhTHDGqU7B4w4aKAZvR6-kxYyrr-MjTkR/s1600/notfound.pngg'); } }); $(document).ready(function() { $('span[name="author-social"]').before($('.post-author-social .widget-content').html()); $('.post-author-social .widget-content').html('') $('span[name="author-post"]').before($('.post-author-widget .widget-content').html()); $('.post-author-widget .widget-content').html('') $('a[name="ad-post-top"]').before($('#alpha-advert-2 .widget-content').html()); $('#alpha-advert-2 .widget-content').html('') $('a[name="ad-post-bottom"]').before($('#alpha-advert-3 .widget-content').html()); $('#alpha-advert-3 .widget-content').html('') }); $(".alpha_featured_widget .HTML .widget-content").map(function(){var e=$(this).find("span").attr("data-label"),t=($(this).find("span").attr("data-no"),$(this).find("span").attr("data-slides")),a=($(this).prev("h2").text(),$(this).parent().attr("id"));$(this).find("span").attr("data-type").match("alphafeatured")&&$.ajax({url:"/feeds/posts/default/-/"+e+"?alt=json-in-script&max-results="+t,type:"get",dataType:"jsonp",success:function(t){var s="",i='