jQuery(function($) {
    Cufon.replace('#content .article h2', { fontFamily: 'Arial', textShadow: '1px 1px #000' });
    Cufon.replace('#content .article h3', { fontFamily: 'Arial', textShadow: '1px 1px #000' });
    Cufon.replace('.boxes .box-cnt h3', { fontFamily: 'Arial', textShadow: '1px 1px #000' });
    Cufon.replace('#header #call-us p', { fontFamily: 'Arial', textShadow: '1px 1px #000' });
    Cufon.replace('#box #box-top .location', { fontFamily: 'Arial', textShadow: '1px 1px #000' });
    Cufon.replace('#box #navigation ul li', { fontFamily: 'KievitPro-Regular', textShadow: '1px 1px #000' });
    //Cufon.replace('#main .article p', { fontFamily: 'Arial', textShadow: '.75px .75px #000' });
    Cufon.replace('#box #box-top #utility-nav ul li', { fontFamily: 'Arial', textShadow: '.75px .75px #000' });
    Cufon.replace('#footer .copyright a', { fontFamily: 'Arial', textShadow: '.75px .75px #000', hover: { color: '#FFFFFF'} });
    Cufon.replace('#footer .copyright p', { fontFamily: 'Arial', textShadow: '.75px .75px #000' });

    var box_height = 0;
    $('.boxes .box-cnt').each(function() {
        if (box_height < $(this).height()) {
            box_height = $(this).height();
        }
    });

    $('.boxes .box-cnt').height(box_height);

    $(window).load(function() {
        var footer_top = $('#footer').offset().top;
        var doc_height = $(document).height();
        $('#footer').height(doc_height - footer_top);
    });

    var images = ["http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-1.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-2.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-3.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-4.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-5.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-6.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-7.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-8.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-9.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-10.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-11.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-12.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-13.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-14.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-15.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-16.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-17.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-18.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-19.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-20.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-21.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-22.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-23.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-24.jpg", "http://97.74.180.71/clients/snippedfresh.com/images/banners/main-image-25.jpg"];
    $(function() {
        $('#main-image-cnt').html($('<img src="' + images[Math.floor(Math.random() * images.length)] + '" alt="" />'));
    });

});
