jQuery.fn.load_100=function ()
{
	$(this).each(function ()
	{
		$(this).html('').append($("<div class=\"load_100_div\"></div>").flash({
			swf:'img/load_lit.swf',
			width:'100%',
			height:5,
			wmode:'transparent'
		}));
	});
	
	return this;
};