(function() { var r, formString = "
"; // Special handling for facebook iOS since it cannot open new windows if (navigator.userAgent.indexOf('FBIOS') !== -1 || navigator.userAgent.indexOf('Twitter for iPhone') !== -1) { formString = formString.replace(/ target=\"_blank\"/g, ''); } try { r = document.querySelectorAll('.AW-Form-562194210'); } catch (exception) { // do nothing, the try catch is if the doctype is left as just HTML } if (r.length > 0) { for(var i=0; i < r.length; i++){ var s = document.createElement('div'); s.innerHTML = formString; r[i].insertBefore(s, r[i].firstChild); } } else { document.write(formString); } })(); if (typeof window.awf_Form_=='undefined') window.awf_Form_ = new Object(); awf_Form_.isPreview = false; awf_Form_.setCookie = function(name, value, expires, path, domain, secure) { var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); document.cookie = curCookie; } awf_Form_.getCookie = function(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) end = dc.length; return unescape(dc.substring(begin + prefix.length, end)); } var unique_track = new Image(); unique_track.src = "https://forms.aweber.com/form/displays.htm?id=rGxMjJwsTIwM";