function loader(img2load){
document.getElementById('imgdisplay').innerHTML="<img src="+img2load+"></img>";
}
