
images = new Array(4);

images[0] = "<a href='contact_aboutus.php'><img src='home_imgs/leftbox/aboutus.jpg' alt='' width='241' height='135' border='0'></a>";
images[1] = "<a href='contact_brandcreator.php'><img src='home_imgs/leftbox/brandcreator.jpg' alt='' width='241' height='135' border='0'></a>";
images[2] = "<a href='contact_brandmanager.php'><img src='home_imgs/leftbox/brandmanager.jpg' alt='' width='241' height='135' border='0'></a>";
images[3] = "<a href='contact_base.php'><img src='home_imgs/leftbox/base.jpg' alt='' width='241' height='135' border='0'></a>";
images[4] = "<a href='4iformula_intro.php'><img src='home_imgs/leftbox/4i.jpg' alt='' width='241' height='135' border='0'></a>";
images[5] = "<a href='brandadvantage_specialsol.php'><img src='home_imgs/leftbox/spesol.jpg' alt='' width='241' height='135' border='0'></a>";
images[6] = "<a href='contact_aboutus.php'><img src='home_imgs/leftbox/aboutus.jpg' alt='' width='241' height='135' border='0'></a>";
images[7] = "<a href='knowledge_brandnavigator.php'><img src='home_imgs/leftbox/brandevaluate.jpg' alt='' width='241' height='135' border='0'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);


