// JavaScript Document

function brokenImg(target){
	$(target).css({display:'none'});
}