function photoList(file,width,height,border,title,date,thumb,widt,heit,bort) {
var comment = "";
if (photoList.arguments[10] != null) {
comment = photoList.arguments[10];
}
dw('<a class="nob" href="photo.html?'+file+'?'+width+'?'+height+'?'+border+'?'+title+'?'+date+'?'+comment+'"><img src="'+thumb+'" width="'+widt+'" height="'+heit+'" border="'+bort+'" alt="'+comment+'"></a>');

comment = "";
}
