return this.each( function() { 
            self = jQuery(this);
            self.html(  jQuery.vsprintf( self.html(), args ) )
        }
    );