$(document).ready(function() {
	$("img").each(function(n){
		this.border='0';
	});
});