/*
	http://plugins.jquery.com/project/lazy
*/
(function($){var _2={};$.lazy=function(_3,_4){var _4=_4;var _5=_3;var _6={};_6[_4]=function(){var _7=this;var _8=arguments;if(_2[_4]=="loaded"){$.each(this,function(){$(this)[_4].apply(_7,_8);});}else{if(_2[_4]=="loading"){setTimeout(function(){_6[_4].apply(_7,_8);},5);}else{_2[_4]="loading";$.getScript(_5,function(){_2[_4]="loaded";if(typeof _7=="object"){_7.each(function(){if(_8.length>0){$(this)[_4].apply(_7,_8);}else{$(this)[_4]();}});}else{$[_4].apply(null,_8);}});}}};jQuery.fn.extend(_6);jQuery.extend(_6);};})(jQuery);