
////////////////////////////////////////////////////////////////////////////////
//
// Include User Voice
//
////////////////////////////////////////////////////////////////////////////////
var uservoiceOptions = {
  key:              'jquerypopeye',
  host:             'jquerypopeye.uservoice.com', 
  forum:            '49985',
  showTab:          true,  
  alignment:        'right',
  background_color: '#ade1fb', 
  text_color:       'white',
  hover_color:      '#06C',
  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(); };
