$(function(){$('.product img, #image img, #morechoices img').each(function(i){var str=$(this).attr('src');str=str.replace(/-/g,'');str=str.replace(/#/g,'');str=str.replace(/ /g,'');var begin=str.substring(0,str.length-6);var end=str.substring(str.length-6,str.length);$(this).attr('src',begin+'-'+end);});}); 
