jQuery.fn.load_big=function ()
{
	$(this).each(function ()
	{
		$(this).html('').append($("<div class=\"load_big_div\"></div>").flash({
			swf:'img/load_big.swf',
			width:320,
			height:25,
			wmode:'transparent'
		}));
	});
	
	return this;
};