 var image_index = Math.floor(Math.random() * 20);
            
            document.write('<div align="center"><a href="http://www.webandservices.net" target="_blank" title="http://www.webandservices.net"><img src="http://www.webandservices.net/images/WebAndServices_Banner/WebAndServices_');
            document.write(image_index );
            document.write( '.jpg" alt="WebAndServices.net" border="0" /></a></div>');