function onImgErrorSmall(source)
{
source.src = "/site/main/images/no-image.jpg";
// disable onerror to prevent endless loop
source.onerror = "";
return true;
}
