function swImg(dwimage,str)
{
imgSrc = str;
if (!str) imgSrc = "images_home/dgwl"+Math.floor(Math.random()*17 + 1)+".jpg";
document.dwimage.src = imgSrc;
}


