function animate(id,url) {
    document.getElementById('thumb-'+id).src=url;
}