 var image_index = Math.floor(Math.random() * 20);
            
            document.write('<div align="center"><h2  align="center">Under Construction</h2><img src="http://www.webandservices.net/images/under/under_');
            document.write(image_index );
            document.write( '.jpg" alt="Comming Soon..." /></div>');