function writeContactLink(title, text, pageTracker)
{
    var email = "sa" + "l" + "es" + "@" + "isp" + "ring" + "solut" + "ions." + "com";
    var link = "<a href=\"mailto:" + email + "\" onclick=\"pageTracker._trackPageview('" + pageTracker + "');\"" + "\" title=\"" + title + "\">" + text + "</a>";
    document.write(link);
};

function writeSupportLink(title, text, pageTracker)
{
    var email = "su" + "pp" + "ort" + "@" + "isp" + "ring" + "solut" + "ions." + "com";
    var link = "<a href=\"mailto:" + email + "\" onclick=\"pageTracker._trackPageview('" + pageTracker + "');\"" + "\" title=\"" + title + "\">" + text + "</a>";
    document.write(link);
};

function bindColorbox()
{
   $(".singleImage").colorbox({});
   $(".flash").colorbox({href:"../content/flash.html"});

}

$(document).ready(function()
{
    bindColorbox();
})


$().bind('cbox_complete', function()
{
    bindColorbox();
})