function swap(image)
{
document.getElementById('home_img').innerHTML="<img src="+image+" height=\"350px\" width=\"350px\"  /></div>";
}



