function setAllPhotoLocations(){var Txf5s=$('#locID0').val();var x3tB=$('#provinceID0').val();var hsVC=$('#countryID0').val();var H0e=$('#regionID0').val();var S4D24=$('#locationSet0').html();if(Txf5s===""||x3tB===""||hsVC===""||H0e===""){alert("Please set the location for the first photo.");return;}var i=1;while($('#locID'+i).length){b2917=S4D24;b2917=b2917.replace("resetLocation('0')","resetLocation('"+i+"')");$('#locationNotSet'+i).hide();$('#locationInstructions'+i).hide();$('#locationSet'+i).html(b2917);$('#locationSet'+i).show();$('#locID'+i).val(Txf5s);$('#provinceID'+i).val(x3tB);$('#countryID'+i).val(hsVC);$('#regionID'+i).val(H0e);i++;}}