/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$(document).ready(function(){

    var arr = [ "", "", "", "", "", "", "" ];

    $('#slide-runner img').each(function(arr) {
       $(this).attr("id","slide-img-"+(arr+1));
    });

});


