var _____WB$wombat$assign$function_____=function(name){return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name))||self[name];};if(!self.__WB_pmw){self.__WB_pmw=function(obj){this.__WB_source=obj;return this;}}{ let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opens = _____WB$wombat$assign$function_____("opens"); function captureFreeReportInfo(reportType, reportLocation, name, email) { $.ajax({ type: "POST", //url: '/DataService.asmx/HelloWorld', url: '/DataService.asmx/CaptureFreeReportDownload', data: "{reportType: '" + reportType + "', reportLocation: '" + reportLocation + "', name: '" + name + "', email: '" + email + "', currentPage: '" + window.location + "', referrer: '" + document.referrer + "' }", //data: "{name: '" + name + "', email: '" + email + "' }", contentType: "application/json; charset=utf-8", dataType: "json" //, success: function(data) { // alert(data.d) //} }); } function captureCustRecInfo(name, email, recname, recemail) { $.ajax({ type: "POST", url: '/DataService.asmx/CaptureRecByInfo', data: "{CustName: '" + name + "', CustEmail: '" + email + "', RecName: '" + recname + "', RecEmail: '" + recemail + "' }", contentType: "application/json; charset=utf-8", dataType: "json" }); } function captureExit(fromPage, toPage) { $.ajax({ type: "POST", url: '/DataService.asmx/CaptureExit', data: "{FromPage: '" + window.location + "', ToPage: '" + toPage + "', Referrer: '" + document.referrer + "' }", contentType: "application/json; charset=utf-8", dataType: "json" }); } function captureVideoStats(video, event, time) { $.ajax({ type: "POST", url: '/DataService.asmx/CaptureVideoStats', data: "{CurrentPage: '" + window.location + "', Video: '" + video + "', Event: '" + event + "', Time: '" + time + "', Referrer: '" + document.referrer + "' }", contentType: "application/json; charset=utf-8", dataType: "json" }); } //adds current page info to visitors table $(document).ready(function() { $.ajax({ type: "POST", url: '/DataService.asmx/AddVisitorInfo', data: "{currentPage: '" + window.location + "', referrer: '" + document.referrer + "' }", contentType: "application/json; charset=utf-8", dataType: "json" //,success: function(data) { //alert(data.d) // } }); }); function SendEmailAlert(FileName, email, name) { $.ajax({ type: "POST", url: '/DataService.asmx/SendEmailAlert', data: "{FileName: '" + FileName + "', CustEmail: '" + email + "', Name: '" + name + "' }", contentType: "application/json; charset=utf-8", dataType: "json" }); } function GetRecipeShowHTML(SearchTerm, ArchiveMonth, element) { $.ajax({ type: "POST", //url: '/DataService.asmx/HelloWorld', url: '/DataService.asmx/GetRecipeShowHTML', data: "{SearchTerm: '" + SearchTerm + "', ArchiveMonth: '" + ArchiveMonth + "' }", //data: "{name: '" + name + "', email: '" + email + "' }", contentType: "application/json; charset=utf-8", dataType: "json" , success: function(data) { //alert(data.d) $(element).html(data.d) } }); } function UrlHasQueryString() { return location.href.lastIndexOf('?') != -1; } //FOR COOKIES function createCookie(name, value, days) { if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); } else var expires = ""; document.cookie = name + "=" + value + expires + "; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return null; } function eraseCookie(name) { createCookie(name, "", -1); } } /* FILE ARCHIVED ON 20:55:52 Mar 01, 2010 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 01:54:59 Mar 01, 2026. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.706 exclusion.robots: 0.059 exclusion.robots.policy: 0.045 esindex: 0.012 cdx.remote: 34.229 LoadShardBlock: 92.241 (3) PetaboxLoader3.datanode: 71.244 (4) PetaboxLoader3.resolve: 44.583 (2) load_resource: 63.537 */