function swimg1()
{ 
theimages = new Array("images/header/SelectMyWeb1.jpg","images/header/SelectMyWeb2.jpg","images/header/SelectMyWeb3.jpg","images/header/SelectMyWeb4.jpg"); 
whichimage = Math.floor(Math.random()*theimages.length); 
document.write('<IMG Border=0 alt="Custom Web Solutions Made Easy" SRC="' +theimages[whichimage]+ '">'); 

} 
