﻿var uservoiceOptions = {
    /* required */
    key: 'desertcodecamp',
    host: 'desertcodecamp.uservoice.com',
    forum: '95059',
    showTab: true,
    /* optional */
    alignment: 'right',
    background_color: '#fece2f',
    text_color: 'black',
    hover_color: '#ffdd57',
    lang: 'en'
};

function _loadUserVoice() {
    var s = document.createElement('script');
    s.setAttribute('type', 'text/javascript');
    s.setAttribute('src', ("https:" == document.location.protocol ? "https://" : "http://") + "cdn.uservoice.com/javascripts/widgets/tab.js");
    document.getElementsByTagName('head')[0].appendChild(s);
}
_loadSuper = window.onload;
window.onload = (typeof window.onload != 'function') ? _loadUserVoice : function () { _loadSuper(); _loadUserVoice(); };
