Thank you for choosing Reebie Storage & Moving co. for your recent move. We appreciate your business as well as your opinion. Be assured – good or bad – all of your opinions count. I’d also like to assure you that each of your responses will be reviewed and evaluated carefully – and, if our performance in any area falls short of your expectations, corrective action will be taken.
var getUrlParameter = function getUrlParameter(sParam) {
var sPageURL = decodeURIComponent(window.location.search.substring(1)),
sURLVariables = sPageURL.split(‘&’),
sParameterName,
i;
for (i = 0; i < sURLVariables.length; i++) {
sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] === sParam) {
return sParameterName[1] === undefined ? true : sParameterName[1];
}
}
};
var VARJOB = getUrlParameter('job');
var VARCREW = getUrlParameter('crew');
document.getElementById('job').value = VARJOB;
document.getElementById('crew').value = VARCREW;