// JavaScript Document
<!--
var rnumb1 = '';
var img1 = '';
var result1='';

rnumb1 = Math.floor(Math.random()*13); 
img1 = rnumb1;

if (img1 == "0") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/agriculture_fisheries.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/agriculture_fishing.gif\"></a>");
}

if (img1 == "1") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/automotive.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/automotive.gif\"></a>");
}

if (img1 == "2") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/construction_engineering.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/construction_engineering.gif\"></a>");
}

if (img1 == "3") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/education_training.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/education.gif\"></a>");
}

if (img1 == "4") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/finance_insurance.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/finance_insurance.gif\"></a>");
}

if (img1 == "5") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/food_beverage.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/food_beverage.gif\"></a>");
}

if (img1 == "6") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/manufacturing.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/manufacturing.gif\"></a>");
}

if (img1 == "7") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/mining.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/mining.gif\"></a>");
}

if (img1 == "8") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/not_for_profit.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/not_for_profit.gif\"></a>");
}

if (img1 == "9") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/professional_services.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/professional_services.gif\"></a>");
}

if (img1 == "10") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/transport.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/transport.gif\"></a>");
}

if (img1 == "11") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/wholesale_distribution.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/wholesale_distribution.gif\"></a>");
}

if (img1 == "12") {
var result1=("<a href=\"http://www.greentree.com/customers/industries/property_development.cfm\" border=\"0\"><img src=\"http://www.greentree.com/industry_banners/property_development.gif\"></a>");
}

