// JQuery Parameters
$(document).ready(function() {
// ENTER PARAMETERS
$('img').attr('title', $('img').attr('alt'));
});
