
<!-- Begin

function homeimg(){
var imgdir = "portfolio/homesel/"; //identify directory where homepage images are located
anum = (Math.floor(Math.random()*9))+1;
imgid = parseInt(anum);

document.write('<img src="'+imgdir+imgid+'.jpg" width=580 height=480 border=0 alt="">');
}

//  End -->
