<!--
function image(path,alt) {
document.write('<img src="' + path + '_thumb.jpg?' + Math.random() + '" alt="' + alt + '" />');
}

function randjpgstring(surname,file,goldborder) {
document.write('<img ')
if(goldborder){document.write('class="goldborder" ');}
document.write('src="/artists/' + surname + '/' + file + '.jpg?'+ Math.random() + '" />');
}
// -->

