﻿function changeTextCustomers()
     {
        var randomcustomers=Math.floor(Math.random()*5);
        
        if (randomcustomers==0)
        {
            document.getElementById('customers').innerHTML='<a href=\"http://www.westjet.com\">'+
            '<img src=\"images/westjet.jpg\" alt=\"WestJet\" border=\"0\" /></a>'+
            '<h3>Voice of the Customer</h3>'+
            '<p>SMB has done an excellent job with our Email Marketing, helping us reach out to new '+
            'markets across the U.S.A.. Their creativity and knowledge has been essential to our '+
            'brand awareness in these new markets.'+
            '<br /><br />Louis Gosselin<br />Manager Inbound Canada Sales and Tour Operators, WestJet</p> <!-- End Customer Text -->';
        }
        else if (randomcustomers==1)
        {
            document.getElementById('customers').innerHTML='<a href=\"http://www.westjet.com\">'+
            '<img src=\"images/westjet.jpg\" alt=\"WestJet\" border=\"0\" /></a>'+
            '<h3>Voice of the Customer</h3>'+
            '<p>SMB has done an excellent job with our Email Marketing, helping us reach out to new '+
            'markets across the U.S.A.. Their creativity and knowledge has been essential to our '+
            'brand awareness in these new markets.'+
            '<br /><br />Louis Gosselin<br />Manager Inbound Canada Sales and Tour Operators, WestJet</p> <!-- End Customer Text -->';
        }
        else if (randomcustomers==2)
        {
            document.getElementById('customers').innerHTML='<a href=\"http://www.westjet.com\">'+
            '<img src=\"images/westjet.jpg\" alt=\"WestJet\" border=\"0\" /></a>'+
            '<h3>Voice of the Customer</h3>'+
            '<p>SMB has done an excellent job with our Email Marketing, helping us reach out to new '+
            'markets across the U.S.A.. Their creativity and knowledge has been essential to our '+
            'brand awareness in these new markets.'+
            '<br /><br />Louis Gosselin<br />Manager Inbound Canada Sales and Tour Operators, WestJet</p> <!-- End Customer Text -->';
        }
        else if (randomcustomers==3)
        {
            document.getElementById('customers').innerHTML='<a href=\"http://www.westjet.com\">'+
            '<img src=\"images/westjet.jpg\" alt=\"WestJet\" border=\"0\" /></a>'+
            '<h3>Voice of the Customer</h3>'+
            '<p>SMB has done an excellent job with our Email Marketing, helping us reach out to new '+
            'markets across the U.S.A.. Their creativity and knowledge has been essential to our '+
            'brand awareness in these new markets.'+
            '<br /><br />Louis Gosselin<br />Manager Inbound Canada Sales and Tour Operators, WestJet</p> <!-- End Customer Text -->';
        }
        else
        {
            document.getElementById('customers').innerHTML='<a href=\"http://www.westjet.com\">'+
            '<img src=\"images/westjet.jpg\" alt=\"WestJet\" border=\"0\" /></a>'+
            '<h3>Voice of the Customer</h3>'+
            '<p>SMB has done an excellent job with our Email Marketing, helping us reach out to new '+
            'markets across the U.S.A.. Their creativity and knowledge has been essential to our '+
            'brand awareness in these new markets.'+
            '<br /><br />Louis Gosselin<br />Manager Inbound Canada Sales and Tour Operators, WestJet</p> <!-- End Customer Text -->';
        }
    }
