el codigo lo colocas en el header
asi
Código Javascript
:
Ver original<script>
$(function(){
$('img.thumbnail').click(function() {
$('#bigImg').attr('src', $(this).attr('src').replace(/\.jpg/, 'Big.jpg'));
// Change name and show
}).first().click(); // And activate the first one
});
</script>
y en el html colocas tdas las imagenes asi: