$.fn.imgborder=function(){
	$(this).wrap('<table><tr><td></td></tr></table>');
	$(this).parent('td').parent('tr').parent('tbody').parent('table').prepend('<tr><td style="background:url(templates/agripress/nps/border/11.jpg);"></td><td style="background:url(templates/agripress/nps/border/12.jpg);height:18px;"></td><td style="background:url(templates/agripress/nps/border/13.jpg);"></td></tr>');
	$(this).parent('td').parent('tr').parent('tbody').parent('table').append('<tr><td style="background:url(templates/agripress/nps/border/31.jpg);"></td><td style="background:url(templates/agripress/nps/border/32.jpg);height:18px;"></td><td style="background:url(templates/agripress/nps/border/33.jpg);"></td></tr>');
	$(this).parent('td').parent('tr').prepend('<td style="background:url(templates/agripress/nps/border/21.jpg);width:18px;"></td>');
	$(this).parent('td').parent('tr').append('<td style="background:url(templates/agripress/nps/border/23.jpg);width:18px;"></td>');
	$(this).parent('td').parent('tr').parent('tbody').parent('table').attr("cellspacing","0px");
	$(this).parent('td').parent('tr').parent('tbody').parent('table').attr("cellpadding","0px");
	$(this).parent('td').parent('tr').parent('tbody').parent('table').css({"border":"0px","display":"inline"});
	return $(this);
}
