first need to find all img in the sites
$("#body").find(img)
and then check if the img have the "alt" attribute, if image have the attribute it'll be escaped and if it not have one or the alt is empty,a string will be randomly added to img from a list or array.
I now that i have to use .each() some how in a function but I'm new to jquery so a little bit help would be perfect.