// JavaScript Document
<!--
var rnumb1 = '';
var img1 = '';
var result1='';

rnumb1 = Math.floor(Math.random()*8); 
img1 = rnumb1;
if (img1 == "0") {
var result1=("<a href=\"http://www.verde.co.nz/customers/customer_list.asp#wholesale\" border=\"0\"><img src=\"http://www.verde.co.nz/industry_banners/wholesale_distribution.gif\"></a>");
}

if (img1 == "1") {
var result1=("<a href=\"http://www.verde.co.nz/customers/customer_list.asp#service\" border=\"0\"><img src=\"http://www.verde.co.nz/industry_banners/services.gif\"></a>");
}

if (img1 == "2") {
var result1=("<a href=\"http://www.verde.co.nz/customers/customer_list.asp#construction\" border=\"0\"><img src=\"http://www.verde.co.nz/industry_banners/construction.gif\"></a>");
}

if (img1 == "3") {
var result1=("<a href=\"http://www.verde.co.nz/customers/customer_list.asp#transport\" border=\"0\"><img src=\"http://www.verde.co.nz/industry_banners/transport.gif\"></a>");
}

if (img1 == "4") {
var result1=("<a href=\"http://www.verde.co.nz/customers/customer_list.asp#finance\" border=\"0\"><img src=\"http://www.verde.co.nz/industry_banners/finance_insurance.gif\"></a>");
}

if (img1 == "5") {
var result1=("<a href=\"http://www.verde.co.nz/customers/customer_list.asp#not_for_profit\" border=\"0\"><img src=\"http://www.verde.co.nz/industry_banners/not_for_profit.gif\"></a>");
}

if (img1 == "6") {
var result1=("<a href=\"http://www.verde.co.nz/customers/customer_list.asp#education\" border=\"0\"><img src=\"http://www.verde.co.nz/industry_banners/education.gif\"></a>");
}

if (img1 == "7") {
var result1=("<a href=\"http://www.verde.co.nz/customers/customer_list.asp#retirement\" border=\"0\"><img src=\"http://www.verde.co.nz/industry_banners/retirement_villages.gif\"></a>");
}



