how many divisions of a fahrenheit scale are equal to 100 divisions of a celsius scale?
var typeArea = document.getElementById(‘ftypearea’); var getConnect = document.getElementById(‘getconnect’); var phoneInp = document.getElementById(‘phoneno’); var searchValue = “”; if(searchValue) { if(typeArea){ typeArea.value = searchValue; }; }; reDirectionToMainPanel = function(msg){ if(msg){ if(phoneInp){ var validation = ValidatePhoneNo(phoneInp.value); if(!validation){ phoneInp.value = ”; phoneInp.focus(); return 0; }; }; var redirFrm = document.createElement(‘form’); var buttonAlt = document.getElementById(‘getconnect’).getAttribute(‘alt’); redirFrm.action = “http://vista.tutorvista.com/schedule/meeting/chatv17/student/main.php?fl=noflash&flid=17”; redirFrm.method = “post”; redirFrm.name = “chkout”+(new Date().getTime()); var usrInp = document.createElement(‘input’); usrInp.name = “ui”; usrInp.type = “text”; if(msg == “Type Your Question Here”){ msg = “Default”; }; usrInp.value= escape(msg); redirFrm.appendChild(usrInp); if(phoneInp){ var usrPhInp = document.createElement(‘in