(function($) {
	$.fn.myinput = function(option) {
		return this.each(function() {
			var el = $(this);
			el.wrap('<div class="myinput ib"></div>').parent().append('<div><table><tr><td class="tl">&nbsp;</td><td class="tr">&nbsp;</td></tr><tr><td class="bl">&nbsp;</td><td class="br">&nbsp;</td></tr></table></div>');
		});
	}
})(jQuery);
