var jQuery;
if (window.jQuery === undefined) {
var script_tag = document.createElement('script');
script_tag.setAttribute("type","text/javascript");
script_tag.setAttribute("src","https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js");
if (script_tag.readyState) {
script_tag.onreadystatechange = function () { // For old versions of IE
if (this.readyState == 'complete' || this.readyState == 'loaded') {
scriptLoadHandler();
}
};
} else { // Other browsers
script_tag.onload = scriptLoadHandler;
}
(document.getElementsByTagName("head")[0] || document.documentElement).appendChild(script_tag);
} else {
jQuery = window.jQuery;
//setTimeout('main9()', 2000);
main9();
}
function scriptLoadHandler() {
//jQuery = window.jQuery.noConflict(true);
//var initialText = "
";
//jQuery('#mywebsite-container-602ef1663c976').html(initialText);
//setTimeout('main9()', 2000);
main9();
}
function main9() {
jQuery(document).ready(function($) {
var reviewUrl = 'https://app.10xcrm.com/leadreviewpromotionwidget/602ef1663c976';
var formKey = '';
var formId = '';
var $container = $('#mywebsite-container-602ef1663c976');
var ifrm = document.createElement("iframe");
ifrm.setAttribute("src", reviewUrl);
ifrm.setAttribute("class","autoHeight");
ifrm.width = "100%";
ifrm.height = "700";
function myHeight() {
var w = window.innerWidth;
var h = window.innerHeight;
return h;
}
var hh = myHeight();
ifrm.style.border = "none";
if (window.matchMedia('(min-width: 1281px)').matches) {
ifrm.style.border = "none";
ifrm.style.height = "100%";
}
if (window.matchMedia('(min-width: 1481px)').matches) {
ifrm.style.border = "none";
ifrm.style.height = "100%";
}
if (window.matchMedia('(max-width: 767px)').matches) {
ifrm.style.border = "none";
//ifrm.style.padding = "20px";
ifrm.style.height = "100%" ;
ifrm.style.margin = "20px auto";
$('#mywebsite-container-602ef1663c976').css("margin-bottom","-9%");
}
$('#mywebsite-container-602ef1663c976').css("position","relative");
$('#mywebsite-container-602ef1663c976').css("overflow","hidden");
if (window.matchMedia('(max-width: 480px)').matches) {
$('#mywebsite-container-602ef1663c976').css({"height":"500","width":"100%"});
} else {
$('#mywebsite-container-602ef1663c976').css({"height":"500","width":"750"});
}
ifrm.scrolling = "yes";
ifrm.setAttribute("id","form-iframe-mywebsite-container-602ef1663c976");
if($('#mywebsite-container-602ef1663c976 iframe').length == 0){
$('#mywebsite-container-602ef1663c976').append(ifrm);
}
$('#spinnerDivmywebsite-container-602ef1663c976').fadeOut();
});
}