
images = new Array(4);

images[0] = "<a href='projects_tungsang.php'><img src='home_imgs/midbox/tungsang.jpg' alt='' width='241' height='135' border='0'></a>";
images[1] = "<a href='projects_starsync.php'><img src='home_imgs/midbox/starsync.jpg' alt='' width='241' height='135' border='0'></a>";
images[2] = "<a href='projects_smartlink.php'><img src='home_imgs/midbox/smartlink.jpg' alt='' width='241' height='135' border='0'></a>";
images[3] = "<a href='projects_redzone.php'><img src='home_imgs/midbox/redzone.jpg' alt='' width='241' height='135' border='0'></a>";
images[4] = "<a href='projects_proman.php'><img src='home_imgs/midbox/proman.jpg' alt='' width='241' height='135' border='0'></a>";
images[5] = "<a href='projects_promanforher.php'><img src='home_imgs/midbox/promanher.jpg' alt='' width='241' height='135' border='0'></a>";
images[6] = "<a href='projects_helix.php'><img src='home_imgs/midbox/helix.jpg' alt='' width='241' height='135' border='0'></a>";
images[7] = "<a href='projects_greenfield.php'><img src='home_imgs/midbox/greenfield.jpg' alt='' width='241' height='135' border='0'></a>";
images[8] = "<a href='projects_fountana.php'><img src='home_imgs/midbox/fountana.jpg' alt='' width='241' height='135' border='0'></a>";
images[9] = "<a href='projects_eagle.php'><img src='home_imgs/midbox/eagle.jpg' alt='' width='241' height='135' border='0'></a>";
images[10] = "<a href='projects_dkdc.php'><img src='home_imgs/midbox/dkdc.jpg' alt='' width='241' height='135' border='0'></a>";
images[11] = "<a href='projects_daynightnet.php'><img src='home_imgs/midbox/daynightnet.jpg' alt='' width='241' height='135' border='0'></a>";
images[12] = "<a href='projects_buffetel.php'><img src='home_imgs/midbox/buffetel.jpg' alt='' width='241' height='135' border='0'></a>";
images[13] = "<a href='projects_dynamotive.php'><img src='home_imgs/midbox/dynamotive.jpg' alt='' width='241' height='135' border='0'></a>";
images[14] = "<a href='projects_automind.php'><img src='home_imgs/midbox/automind.jpg' alt='' width='241' height='135' border='0'></a>";
images[15] = "<a href='projects_insotect.php'><img src='home_imgs/midbox/insotect.jpg' alt='' width='241' height='135' border='0'></a>";
images[16] = "<a href='projects_fogata.php'><img src='home_imgs/midbox/fogata.jpg' alt='' width='241' height='135' border='0'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);


