/*
 * Downwards Plugin to Map live() with livequery() 
*/

(function($){
	$.extend($.fn,
	{
		live:function(e,d,c){
			$(this).livequery(e,d,c);
		}	
	});
})(jQuery);
