var tracker = 0; today = new Date(); expiryDate = new Date(today.getTime()+3000); expiryDateCheckout = new Date(today.getTime()+1720000); expiryDatePage = new Date(today.getTime()+500000); expiryDateAccount = new Date(today.getTime()+500000); if(!cookieExists("flag")) { delCookie("configuration"); delCookie("acct"); delCookie("pg"); setCookie("flag","3323",expiryDate, "/"); setCookie("configuration","775",expiryDateCheckout, "/"); setCookie("acct","198",expiryDateCheckout, "/"); setCookie("pg","240",expiryDateCheckout, "/"); tracker = "3323"; } else { tracker=getTestLabCookie("flag"); setCookie("configuration",getTestLabCookie("configuration")+",775",expiryDateCheckout, "/"); setCookie("acct",getTestLabCookie("acct"),expiryDateCheckout, "/"); setCookie("pg",getTestLabCookie("pg"),expiryDateCheckout, "/"); } document.write("
\"\"<\/a><\/div>\n

 <\/p>\n

\n

Pre-order to Save $200<\/a><\/h3>\n

We\'re finishing up our newest research study, The State of Social Media<\/span>. It\'s due out in December 2009. If you pre-order by November 30, you\'ll pay $399 rather than $599! Plus we\'ll give you the 19-page executive summary right away. <\/p>\n

Learn more<\/a> <\/p>\n<\/div>\n

\"\"<\/a><\/p>\n

 <\/p>\n

\n
\"\"<\/a>\n

Tim McAtee <\/h3>\n

Research Director
research@marketingprofs.com<\/a><\/p>\n<\/div>\n

Welcome to MarketingProfs Research! I\'m excited to share the insights we have generated. I have helped steer the digital strategies of big clients like IBM and General Motors, and I\'ve published research to help small companies and consultants use new media to compete with those big firms. I am always looking for new, unanswered questions to study, and I welcome your suggestions.<\/p>\n<\/div>\n

 <\/p>"); if (!window.daysToKeep) daysToKeep = 1; // default cookie life... theCookie = ""; noEscape = false; function setCookie (name,value,expires,path,theDomain,secure) { value = escape(value); var theCookie = name + "=" + value + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((theDomain) ? "; domain=" + theDomain : "") + ((secure) ? "; secure" : ""); document.cookie = theCookie; } function getTestLabCookie(Name) { var search = Name + "=" if (document.cookie.length > 0) { // if there are any cookies offset = document.cookie.indexOf(search) if (offset != -1) { // if cookie exists offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset) // set index of end of cookie value if (end == -1) end = document.cookie.length return unescape(document.cookie.substring(offset, end)) } } } function delCookie(name,path,domain) { if (getTestLabCookie(name)) document.cookie = name + "=" + ((path) ? ";path=" + path : "") + ((domain) ? ";domain=" + domain : "") + ";expires=Thu, 01-Jan-70 00:00:01 GMT"; } function cookieExists(name){var rs=null;var mc=" " + document.cookie + ";"; var sn=" " + name + "=";var sc=mc.indexOf(sn);var ec; if (sc!=-1) {sc+=sn.length;ec=mc.indexOf(";",sc); rs=unescape(mc.substring(sc,ec));}return rs;}