/**************************************************************************************************
* Goldfish Picture Link Effects Script
* This javascript is created by Goldfish from Fishbeam Software: http://www.fishbeam.com
* All rights reserved. © 2011 Yves Pellot
**************************************************************************************************/

function changeImage(imageName, newPictureSrc) {
	$('[name='+imageName+']').attr('src', newPictureSrc);
}
