function animoverlay() {
	$('#photoview .theimg img').attr('src','http://ericwagoner.info/whiskerino/growth.gif');
}

$(document).ready(function () {
	if ($('#c-imgid').val() == '31344') { // animation overlay
	 	animoverlay();
	}
});
