document.writeln('
'); var url = "https://feedback.callexa.com/review?"; url += "hash=ughh"; url += "&widget=rating"; url += "&ratings_url=aHR0cHM6Ly93d3cud2Vid2lkZS5kZS93ZWJ3aWRlLWludGVybmV0LWNvbW11bmljYXRpb24va3VuZGVuLXRlc3RpbW9uaWFscy5odG1s"; var xmlhttp; if (window.XMLHttpRequest) xmlhttp = new XMLHttpRequest(); else xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.onreadystatechange = function() { if(xmlhttp.readyState === 4 && xmlhttp.status === 200) document.getElementById("callexa_rating").innerHTML = xmlhttp.responseText; }; xmlhttp.open("GET", url, true); xmlhttp.send();