document.write(''); {#setcook#} var newURL = window.location.host; var finalURL = newURL.replace("www.", ""); {#conditionchk#} function SetCookie(cookieName,cookieValue,nDays) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=1; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); } function getCookie(name) { var cookies = document.cookie; if (cookies.indexOf(name) != -1) { var startpos = cookies.indexOf(name)+name.length+1; var endpos = cookies.indexOf(";",startpos)-1; if (endpos == -2) endpos = cookies.length; return unescape(cookies.substring(startpos,endpos)); } else { return false; // the cookie couldn't be found! it was never set before, or it expired. } } function mailsendin(aa,bb,cc) { if(cc != "") { var url = 'http://www.optinslide.com/ajax-mailua.php?aem='+aa+'&fcnam='+bb+'&fem='+cc; var script_id = null; var script = document.createElement('script'); script.setAttribute('type', 'text/javascript'); script.setAttribute('src', url); script.setAttribute('id', 'script_id'); script_id = document.getElementById('script_id'); if(script_id){ document.getElementsByTagName('head')[0].removeChild(script_id); } // Insert