var image = new Array("designservices.gif","hostingsolutions.gif","webcontent.gif");
var link = new Array("website-packages.php","hosting-packages.php","quote.php");
var alttext = new Array("Design Services - Tell us about your project and get a free quote here","Hosting Solutions - Available in a variety of packages suited for your needs","Web Content - Do you want help to establish a greater web presence? Viral Content may be the key! Click here for a quote");
var index = Math.floor(Math.random() * image.length);
document.write ("<a href=\""+link[index]+"\" title=\""+alttext[index]+"\" target=\"_self\"><img style=\"margin-bottom:0px;\" src=\""+image[index]+"\" width=\"\" height=\"\" alt=\""+alttext[link]+"\" border=\"0\"></a>")
