var uservoiceOptions = {
  key: 'gamechanger',
  host: 'gamechanger.uservoice.com', 
  forum: '17633',
  showTab: true,  
  alignment: 'right',
  text_color: 'black',
  background_color:'#e3ddcd', 
  hover_color: '#99ccff'
};
var _loadUserVoice = function() {
    var uvJsPath = ("https:" == document.location.protocol ? "https://" : "http://") + "cdn.uservoice.com/javascripts/widgets/tab.js";
    $.ajax({ url:uvJsPath, type:"get", dataType:"script", cache:true, success:function(){ try{ $('head')[0].appendChild(s); } catch(err){} } });
};
_loadSuper = window.onload;
window.onload = (typeof window.onload != 'function') ? _loadUserVoice : function() { _loadSuper(); _loadUserVoice(); };
