
 
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);
}

function getUservoicePopup(){
	UserVoice.Popin.show(uservoiceOptions);
}


_loadUserVoice(); 
try {
	initWidgetDetailsPage();
}catch(e) {
}

