jQuery.noConflict();jQuery(document).ready(function(){jQuery('.imgfade').hide();});var i=0;var int=0;jQuery(window).bind("load",function(){int=setInterval("doThis(i)",500);});function doThis(){var images=jQuery('.imgfade').length;if(i>=images){clearInterval(int);delete int;}
jQuery('.imgfade:hidden').eq(0).fadeIn(500);i++;}
jQuery(document).ready(function(){jQuery("a[rel^='prettyPhoto']").prettyPhoto();jQuery("aside.portfolio:nth-child(3n+4)").addClass("last");jQuery(".widget.home:nth-child(3n+3)").addClass("last");jQuery(".widget.footer:nth-child(3n+3)").addClass("last");jQuery("ul.tweet_list li:last-child").addClass("item-last");jQuery(".snipe").css({opacity:1.0});jQuery('.imgwrapmd a').hover(function(){jQuery(this).find('.overlay').stop().animate({opacity:1},200);jQuery(this).find('img').animate({opacity:0.3},200);},function(){jQuery(this).find('.overlay').stop().animate({opacity:0},200);jQuery(this).find('img').animate({opacity:1},200);});jQuery('ul.sub-menu').closest('li').addClass('drop');});
