Showing source for: https://www.catalog.update.microsoft.com/Search.aspx?q=https%3A%2F%2Fketoprobiotix-it.com%2F-Compra-Keto-Probiotix-ahora-y-%C3%BAnete-a-los-muchos-clientes-satisfechos
Duration: 0.404927s
Server: Microsoft-IIS/10.0

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="ltr" html="" lang="en" xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta charset="utf-8">
        <meta content="IE=7" http-equiv="X-UA-Compatible">
        <noscript>
        </noscript>
    </head>
    <body id="ltr">
        <div id="thanksNoScripting" visible="true">
            <div class="textContentPageBottomSpacer" id="thanksNoScriptingIntro">
                <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textScriptingError">
                    <span class="contentTextInline">
      To obtain updates from this website, scripting must be enabled.
                    </span>
                </span>
            </div>
            <div class="textContentPageBottomSpacer" id="thanksNoScriptingHowTo">
                <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textScriptingIntroError">
                    To use this site to find and download updates, you need to change your security settings to allow ActiveX controls and active scripting. To get updates but allow your security settings to continue blocking potentially harmful ActiveX controls and scripting from other sites, make this site a trusted website:
                </span>
                <div class="listOrdered" id="listNoScriptDiv">
                    <span class="listItem">
                        <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textScriptingHowToError">
                            In Internet Explorer, click
                            <span class="contentTextInline">
                                Tools
                            </span>
                            , and then click
                            <span class="contentTextInline">
                                Internet Options
                            </span>
                            .
                        </span>
                    </span>
                    <span class="listItem">
                        <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textScriptingHowToError2">
                            On the
                            <span class="contentTextInline">
                                Security
                            </span>
                            tab, click the
                            <span class="contentTextInline">
                                Trusted Sites
                            </span>
                            icon.
                        </span>
                    </span>
                    <span class="listItem">
                        <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textScriptingHowToError3">
                            Click
                            <span class="contentTextInline">
                                Sites
                            </span>
                            and then add these website addresses one at a time to the list:
You can only add one address at a time and you must click
                            <span class="contentTextInline">
                                Add
                            </span>
                            after each one:
                        </span>
                    </span>
                    <div class="listUnOrderedSub" id="listSubNoScriptDiv">
                        <span class="listItem">
                            <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textScriptingHowToError3a">
                                http://*.update.microsoft.com
                            </span>
                        </span>
                        <span class="listItem">
                            <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textScriptingHowToError3b">
                                https://*.update.microsoft.com
                            </span>
                        </span>
                        <span class="listItem">
                            <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textScriptingHowToError3c">
                                http://download.windowsupdate.com
                            </span>
                        </span>
                    </div>
                </div>
            </div>
            <div class="textContentPageBottomSpacer" id="thanksNoScriptingNote">
                <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textScriptingNoteError">
                    <span class="contentTextInline">
                        Note:
                    </span>
                    You might have to uncheck the
                    <span class="contentTextInline">
                        Require server verification (https:) for all sites in the zone
                    </span>
                    option to enter all the addresses.
                </span>
            </div>
            <div class="listUnOrdered" id="errorNoScriptHelpOptions">
                <span class="listItem">
                    <a class="footerLink" href="Faq.aspx">
                        <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textSelfHelpOption1">
                            Frequently Asked Questions
                        </span>
                    </a>
                </span>
                <span class="listItem">
                    <a class="footerLink" href="Support.aspx">
                        <span class="contentTextItemSpacerNoBreak" id="ctl00_catalogHead_noscript_textSelfHelpOption2">
                            Help and Support
                        </span>
                    </a>
                </span>
            </div>
        </div>
        <title>
            Microsoft Update Catalog
        </title>
        <link href="Style/catalog.css" rel="stylesheet" type="text/css">
        <link href="OpenSearch.aspx" rel="search" title="Microsoft Update Catalog" type="application/opensearchdescription+xml">
        <!-- <script type="text/javascript">
	function supressError(message, url, line)
	{
 var re = /^function\s*([^(]*)\s*\(([^)]*)\)/;
 var matches = null;
 if (arguments.caller != null) {
 matches = re.exec(arguments.caller.callee);
 }
 var argArray = new Array();
 var fName = 'unknown';
 if(matches)
 {
 if(matches[1] && matches[1].toString().length > 0)
 fName = matches[1].toString();
 if(matches[2] && matches[2].toString().length > 0)
 {
 var cleanMatches = new String(matches[2]).replace(/\s*/g,'');
 argArray = cleanMatches.split(',');
 }
 }
 var args = (argArray.length>0)?'':'none';
 for(var i=0; i<argArray.length; i++)
 {
 args += ((args=='')?'':', ') + argArray[i] + '(' + typeof(arguments.caller[i]) + '):';
 args += arguments.caller[i];
 }
 if(typeof(logger) != typeof(undefined) && logger != null)
 logger.log(logger.logLevelFatal, 'JavaScript Error: MESSAGE='+ message + '. URL=' + url + '. LINE='+ line + '. FUNCTION_NAME=' + fName +'. ARGUMENTS=' + args);
 else if(typeof(console) != typeof(undefined) && console != null)
 console.log('JavaScript Error: MESSAGE='+ message + '. URL=' + url + '. LINE='+ line + '. FUNCTION_NAME=' + fName +'. ARGUMENTS=' + args);
 var location = window.location.href.toLowerCase();
 if(location.indexOf('Error.aspx'.toLowerCase()) == -1)
 window.location.href = 'Error.aspx'  + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ErrorScriptError;
 return true;
	}
	window.onerror = supressError;
</script> -->
        <script type="text/javascript">
            var internetExplorer = false;
            var basket;
            function setBasketCount() {
                basket.syncCache();
                var basketCount = basket.get_count();
                headerBasketCount.innerText = basketCount;
                if (basketCount > 0) {
                    basketControl.className = "basketControl";
                    basketImageSpan.className = "basketControl";
                } else {
                    basketControl.className = "basketControlInActive";
                    basketImageSpan.className = "basketControlInActive";
                }
            }
            function goToBasket() {
                var updateIDs = getUpdateIds(basket.getAllUpdates());
                if (updateIDs.replace(/^\s+|\s+$/g, '') == "") return;
                basketForm.updateIDs.value = updateIDs;
                var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
                basketForm.action = Microsoft.UpdateServices.Catalog.Constants.PageViewBasket + qs.appendErrorsQS();
                basketForm.submit();
                return false;
            }
            function getUpdateIds(aUpdateIds) {
                var basketUpdateIds = "";
                for (i = 0; i < aUpdateIds.length; i++) {
                    basketUpdateIds += aUpdateIds[i].get_uid() + ",";
                }
                return basketUpdateIds;
            }
            function goToDetails(updateID) {
                var windowName = updateID.replace(/-/g, Microsoft.UpdateServices.Catalog.Constants.EmptyString);
                var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
                var detailsDialog = window.open(Microsoft.UpdateServices.Catalog.Constants.PageScopedViewInline + qs.appendErrorsQS("?updateid=" + updateID), windowName, 'height=560,width=740,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=1 ');
                if (detailsDialog == null) {
                    detailsPopup.style.display = "block";
                } else {
                    detailsDialog.focus();
                }
                return false;
            }
            function propogateBasketState(url) {
                var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
                basketForm.action = url + qs.appendErrorsQS();
                basketForm.submit();
                event.cancelBubble = true;
                event.returnValue = false;
                return false;
            }
            function createMasterPageComponents(prerequisiteChecksPassed) {
                var searchLink = $get('searchButtonLink');
                var basketLink = $get('basketControl');
                var basketImage = $get('basketImageSpan');
                var searchBox = $get('ctl00$searchTextBox'.replace('$', '_'));
                var masterContext = null;
                if (navigator.language == "fr" || navigator.language == "fr-FR") {
                    document.getElementById("supportLinkBoxFrench").style.visibility = "visible";
                } else {
                    document.getElementById("supportLinkBoxFrench").style.visibility = "hidden";
                }
                if (prerequisiteChecksPassed) {
                    var searchTextBox = new Microsoft.UpdateServices.Catalog.UI.SearchTextBox($get('ctl00$searchTextBox'.replace('$', '_')), 'start your search...', searchBox.value, searchLink, 'defaultSearchText');
                    searchTextBox.initialize();
                    if (internetExplorer) {
                        $addHandler(basketLink, "click", goToBasket);
                        $addHandler(basketImage, "click", goToBasket);
                        $addHandler(window, "focus", setBasketCount);
                    }
                    $addHandler(searchLink, "click", function(event) {
                        event = event || window.event;
                        event.cancelBubble = true;
                        event.returnValue = false;
                        var searchText = searchTextBox.get_searchText();
                        if (searchText.replace(/^\s+|\s+$/g, '') == "") return false;
                        var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
                        var searchUrl = 'Search.aspx' + qs.appendErrorsQS('?q=' + encodeURIComponent(searchText));
                        basketForm.action = searchUrl;
                        basketForm.submit();
                        return false;
                    });
                    masterContext = new Microsoft.UpdateServices.Catalog.UI.MasterPageContext(basketForm);
                    masterContext.initialize();
                    if (internetExplorer) {
                        basket = Microsoft.UpdateServices.Catalog.DownloadBasket.get_instance();
                        basket.contentChanged.add(setBasketCount);
                        setBasketCount();
                    }
                    var mainFormElement = $get('aspnetForm');
                    mainFormElement.onkeydown = function(event) {
                        event = event || window.event;
                        if ((event.which || event.keyCode) == Microsoft.UpdateServices.Catalog.Constants.EnterButtonKeyCode && (event.target || event.srcElement).id == 'ctl00$searchTextBox'.replace('$', '_')) {
                            event.cancelBubble = true;
                            event.returnValue = false;
                            return false;
                        }
                        return true;
                    };
                    if (Microsoft.UpdateServices.Catalog.Constants.DownloadInformation != 'search') {
                        window.focus();
                        (searchTextBox.get_element()).focus();
                    }
                }
                return masterContext;
            }
        </script>
        <div class="noDisplay" id="outerDivID">
            <form action="" id="basketForm" method="post">
                <input id="updateIDs" name="updateIDs" type="hidden">
                <input id="updateIDsBlockedForImport" name="updateIDsBlockedForImport" type="hidden">
                <input id="contentImport" name="contentImport" type="hidden" value="">
                <input id="sku" name="sku" type="hidden" value="">
                <input id="serverName" name="serverName" type="hidden" value="">
                <input id="ssl" name="ssl" type="hidden" value="">
                <input id="portNumber" name="portNumber" type="hidden" value="">
                <input id="version" name="version" type="hidden" value="">
                <input id="protocol" name="protocol" type="hidden" value="">
            </form>
            <form action="./Search.aspx?q=https%3a%2f%2fketoprobiotix-it.com%2f-Compra-Keto-Probiotix-ahora-y-%c3%banete-a-los-muchos-clientes-satisfechos" id="aspnetForm" method="post">
                <div class="aspNetHidden">
                    <input id="__EVENTTARGET" name="__EVENTTARGET" type="hidden" value="">
                    <input id="__EVENTARGUMENT" name="__EVENTARGUMENT" type="hidden" value="">
                    <input id="__VIEWSTATE" name="__VIEWSTATE" type="hidden" value="FXmh9vSYAEkvdxWFhZb1A36lNCUgM9tK/TXnDODfRMxUNccTwfWe0KbUqYhsWouEcL7PR3kUQILa7RyFapSWCPOMn6tmYJF0RYv6Nn3pWV5vvvyjLb4uNBU+seUwhtSyz/w3sJk0r+hMj7TaW/khwfZpb0m8QD3HA2e6jj8MvsADdMfioK6U1SD5CWKwMGMj0JqSWJTQH75Tn7If91xjgrk4tewVjPwX/InHNwNLPuRqOpRGApAe2FKyqgdJC5PxY2MRGnt05FfVFSTvPOyfs6gpqreBwL4aoV3FcuYQzIqahz9IwWOCCHNARUr8a4B4fj7kerTO3hFx0XuZVCw7sHBaTLGQUmRV2TJv9hx49VTtyK6ZMuzJlVivPpzt3X/d/ax12HayfzVxxGBfqA137DvR/c3QqAAgfY2c7eXTO7rTVHBVW8pzfiEe2cP7wNAQhSbIokAmvckCS4aBQ0Y4Mg==">
                </div>
                <script type="text/javascript">
                    var theForm = document.forms['aspnetForm'];
                    if (!theForm) {
                        theForm = document.aspnetForm;
                    }
                    function __doPostBack(eventTarget, eventArgument) {
                        if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
                            theForm.__EVENTTARGET.value = eventTarget;
                            theForm.__EVENTARGUMENT.value = eventArgument;
                            theForm.submit();
                        }
                    }
                </script>
                <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZHxxdeJUrNoPJt6lxqvRW6Pzs10y1yT0YV6OgZaeZ6xoRcBn9JsAyiMny6iPkJnw0A2&amp;t=638478749639812753" type="text/javascript">
                </script>
                <script src="/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvrkdqm_yxvjqkpYsU8np-a1hZKqNHieny7c8n0uFLH4lzuKZ2_3k4RIn1u-oD0Hipvv6bGQQXy6aHGv0t5q6qO1D0p3K1XQnZtU9otznsIz2SPmyOXUpjM0fXDhvEXkcl622PtyhpuYTTG0Cu-XpPYo1&amp;t=74258c30" type="text/javascript">
                </script>
                <script src="/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OOJ-LUvz3VxVAyp7Uzq5cGa7mkDN5Xh77gOyzVbjX9jsT4Xw3w4ZL5jejcL2YFsfttusLZ_-e8blE9iv6Ud8tM0VJQL6zbNjC-bnxcSPwzKLzZ5_L4Rh4XRf_if0fcOmIyTPM9R7X2Pu2Q--VBmrvPM1&amp;t=74258c30" type="text/javascript">
                </script>
                <script src="SiteConstants.aspx?6" type="text/javascript">
                </script>
                <script src="Script/CommonTypes.js?6" type="text/javascript">
                </script>
                <script src="Script/DownloadBasket.js?6" type="text/javascript">
                </script>
                <script src="Script/MasterComponents.js?6" type="text/javascript">
                </script>
                <script src="Script/Search.js?6" type="text/javascript">
                </script>
                <div class="aspNetHidden">
                    <input id="__VIEWSTATEGENERATOR" name="__VIEWSTATEGENERATOR" type="hidden" value="BBBC20B8">
                    <input id="__EVENTVALIDATION" name="__EVENTVALIDATION" type="hidden" value="KCUHK/Ut1G21JOdPvsJhKuvd9ovr6u4BH4Ss222hmV0IGprRDf5wm2VLmVr5ZLRipDNz/v1YlzImtSk3YrURiNXMCXaBZ+arr/o0HCTFllv9iLfRl6dPqrkuJ5J2K3an">
                </div>
                <div id="mainBoxMaster">
                    <table border="0" cellpadding="0" cellspacing="0" id="layoutTable" role="presentation" style="height:100%">
                        <tbody>
                            <tr style="height:90%" valign="top">
                                <td>
                                    <div id="mainBox">
                                        <table border="0" cellpadding="0" cellspacing="0" id="headerBox" role="presentation">
                                            <tbody>
                                                <tr>
                                                    <td id="headerLinkBox" rowspan="2">
                                                        <a class="masterHomeLink" href="home.aspx" onclick="propogateBasketState('home.aspx')">
                                                            <div class="masterBodyTitle headerNavLink" id="masterFormTitle">
                                                                <span id="ctl00_textTitleMaster">
                                                                    Microsoft
                                                                    <span class="titleTrademark">
                                                                        &reg;
                                                                    </span>
                                                                    Update Catalog
                                                                </span>
                                                            </div>
                                                        </a>
                                                        <a class="headerNavLink" href="Faq.aspx" id="faqNavLink" onclick="propogateBasketState('Faq.aspx')">
                                                            <span id="ctl00_faqResource">
                                                                FAQ
                                                            </span>
                                                        </a>
                                                        |
                                                        <a class="headerNavLink" href="Support.aspx" id="helpNavLink" onclick="propogateBasketState('Support.aspx')">
                                                            <span id="ctl00_helpResource">
                                                                help
                                                            </span>
                                                        </a>
                                                    </td>
                                                    <td align="right" id="rightTopHeaderBox" valign="bottom">
                                                        <table align="right" border="0" cellpadding="0" cellspacing="0" id="searchBox" role="presentation">
                                                            <tbody>
                                                                <tr>
                                                                    <td colspan="4" id="searchGlowTopBox">
                                                                        <img alt="" id="searchGlowPart1" src="Images/bg_SearchGlow_part1.gif">
                                                                        <img alt="" id="searchGlowPart3" src="Images/bg_SearchGlow_part3.gif">
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td id="searchGlowPart8bBox">
                                                                        <img alt="" id="ctl00_searchGlowPart8b" src="Images/bg_SearchGlow_part8b.gif">
                                                                    </td>
                                                                    <td id="searchTextboxBox" rowspan="2">
                                                                        <input aria-labelledby="searchBox" class="searchTextBox" id="ctl00_searchTextBox" maxlength="100" name="ctl00$searchTextBox" type="text" value="https://ketoprobiotix-it.com/-Compra-Keto-Probiotix-ahora-y-&uacute;nete-a-los-muchos-clientes-satisfechos">
                                                                    </td>
                                                                    <td id="searchButtonBox" rowspan="2">
                                                                        <input class="transparentButtonWithNoBorder" id="searchButtonLink" type="button" value="Search">
                                                                    </td>
                                                                    <td id="searchGlowPart4aBox">
                                                                        <img alt="" id="ctl00_searchGlowPart4a" src="Images/bg_SearchGlow_part4a.gif">
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td id="searchGlowPart8aBox">
                                                                        <img alt="" id="ctl00_searchGlowPart8a" src="Images/bg_SearchGlow_part8a.gif">
                                                                    </td>
                                                                    <td id="searchGlowPart4bBox">
                                                                        <img alt="" id="ctl00_searchGlowPart4b" src="Images/bg_SearchGlow_part4b.gif">
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td colspan="4" id="searchGlowBottomBox">
                                                                        <img alt="" id="searchGlowPart7" src="Images/bg_SearchGlow_part7.gif">
                                                                        <img alt="" id="searchGlowPart5" src="Images/bg_SearchGlow_part5.gif">
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="right" id="rightBottomHeaderBox" valign="bottom">
                                                        <table align="right" border="0" cellpadding="0" cellspacing="0" id="headerStatusBox" role="presentation">
                                                            <tbody>
                                                                <tr style="display: none">
                                                                    <td id="basketBox">
                                                                        <a class="basketControlInActive" href="javascript:void(0);" id="basketControl">
                                                                            view basket (
                                                                            <span id="headerBasketCount">
                                                                                0
                                                                            </span>
                                                                            )
                                                                        </a>
                                                                    </td>
                                                                    <td id="basketImage">
                                                                        <a class="basketControlInActive" href="javascript:void(0);" id="basketImageSpan">
                                                                            <img alt="" border="0" src="Images/decor_Basket.jpg">
                                                                        </a>
                                                                    </td>
                                                                </tr>
                                                            </tbody>
                                                        </table>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                        <div id="contentBox">
                                            <script type="text/javascript">
                                                function checkOSVersion() {
                                                    return true;
                                                }
                                                function checkValidBrowserOnWin10Plus() {
                                                    return true;
                                                }
                                                function getRedirectURLAfterControlInstallation(currentURL) {
                                                    var redirectURL = null;
                                                    var location = window.location.href.toLowerCase();
                                                    if (location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageSearch.toLowerCase()) != -1 || location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageScopedView.toLowerCase()) != -1 || location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageScopedViewRedirect.toLowerCase()) != -1 || location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageHome.toLowerCase()) != -1 || location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageViewBasket.toLowerCase()) != -1 || location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageDownloadInformation.toLowerCase()) != -1) {
                                                        redirectURL = Microsoft.UpdateServices.Catalog.Constants.PageInstall;
                                                        if (location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageViewBasket.toLowerCase()) == -1 && location.indexOf(Microsoft.UpdateServices.Catalog.Constants.PageDownloadInformation.toLowerCase()) == -1) {
                                                            if (window.location.search) {
                                                                redirectURL += window.location.search;
                                                                redirectURL += '&' + Microsoft.UpdateServices.Catalog.Constants.QueryStringReferringPage + '=' + 'Search.aspx';
                                                            } else {
                                                                redirectURL += '?' + Microsoft.UpdateServices.Catalog.Constants.QueryStringReferringPage + '=' + 'Search.aspx';
                                                            }
                                                        }
                                                    } else {
                                                        redirectURL = Microsoft.UpdateServices.Catalog.Constants.PageThanks + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksControlNotInstalled;
                                                    }
                                                    return redirectURL;
                                                }
                                                function checkActiveX() {
                                                    var activeXEnabled = true;
                                                    try {
                                                        var xmlDOM = new ActiveXObject('Msxml2.XMLHTTP');
                                                    } catch (e) {
                                                        activeXEnabled = false;
                                                    }
                                                    return activeXEnabled;
                                                }
                                                function checkCPU() {
                                                    var validCPU = false;
                                                    var cpuClass = navigator.cpuClass.toLowerCase();
                                                    if (Microsoft.UpdateServices.Catalog.Constants.x86 == cpuClass || Microsoft.UpdateServices.Catalog.Constants.x64 == cpuClass) {
                                                        validCPU = true;
                                                    }
                                                    return validCPU;
                                                }
                                                function checkControlInstalled() {
                                                    return true;
                                                }
                                                function checkUserDataAccess() {
                                                    var checkPassed = true;
                                                    try {
                                                        var storageElement = document.createElement("input");
                                                        storageElement.type = "hidden";
                                                        storageElement.style.behavior = "url(#default#userData)";
                                                        storageElement.setAttribute('name', '1');
                                                        document.body.appendChild(storageElement);
                                                        storageElement.save('StorageKey');
                                                    } catch (e) {
                                                        checkPassed = false;
                                                    }
                                                    return checkPassed;
                                                }
                                                function detectRedirectionCycle() {
                                                    var redirectionCycle = true;
                                                    if (window.location.href.indexOf('Thanks.aspx') == -1) {
                                                        redirectionCycle = false;
                                                    }
                                                    return redirectionCycle;
                                                }
                                                function makePageVisible() {
                                                    var elt = document.getElementById("outerDivID");
                                                    if (elt) {
                                                        elt.style.display = "block";
                                                    }
                                                    var bodyElt = document.getElementsByTagName("body")[0];
                                                    if (bodyElt) {
                                                        bodyElt.className = "mainBody";
                                                    }
                                                }
                                                function clientPrereqChecks() {
                                                    var osVersionCheckPassed = false;
                                                    var validBrowserOnWin10PlusCheckPassed = false;
                                                    var cpuCheckPassed = false;
                                                    var userDataCheckPassed = false;
                                                    var activeXCheckPassed = false;
                                                    var controlInstalledCheckPassed = false;
                                                    osVersionCheckPassed = checkOSVersion();
                                                    if (osVersionCheckPassed) {
                                                        validBrowserOnWin10PlusCheckPassed = checkValidBrowserOnWin10Plus();
                                                    }
                                                    if (validBrowserOnWin10PlusCheckPassed) {
                                                        cpuCheckPassed = checkCPU();
                                                    }
                                                    if (cpuCheckPassed) {
                                                        userDataCheckPassed = checkUserDataAccess();
                                                    }
                                                    if (userDataCheckPassed) {
                                                        activeXCheckPassed = checkActiveX();
                                                    }
                                                    if (activeXCheckPassed) {
                                                        controlInstalledCheckPassed = checkControlInstalled();
                                                    }
                                                    var checksPassed = osVersionCheckPassed && validBrowserOnWin10PlusCheckPassed && userDataCheckPassed && cpuCheckPassed && controlInstalledCheckPassed && activeXCheckPassed;
                                                    var canRedirect = !checksPassed && !detectRedirectionCycle();
                                                    if (canRedirect) {
                                                        if (!osVersionCheckPassed) {
                                                            window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksUnsupportedOs;
                                                        } else if (!validBrowserOnWin10PlusCheckPassed) {
                                                            window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksUnsupportedBrowser;
                                                        } else if (!cpuCheckPassed) {
                                                            window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksUnsupportedCPU;
                                                        } else if (!userDataCheckPassed) {
                                                            window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksUserDataDisabled;
                                                        } else if (!activeXCheckPassed) {
                                                            window.location.href = 'Thanks.aspx' + '?id=' + Microsoft.UpdateServices.Catalog.Constants.ThanksNoActiveX;
                                                        } else if (!controlInstalledCheckPassed) {
                                                            window.location.href = getRedirectURLAfterControlInstallation(window.location.href);
                                                        }
                                                    } else {
                                                        makePageVisible();
                                                    }
                                                    return checksPassed;
                                                }
                                            </script>
                                            <script type="text/javascript">
                                                Sys.WebForms.PageRequestManager._initialize('ctl00$catalogBody$scriptManager', 'aspnetForm', [], [], [], 90, 'ctl00');
                                            </script>
                                            <script language="javascript" type="text/javascript">
                                                var internetExplorer = false;
                                                var searchComponent;
                                                function pageLoad() {
                                                    var clientChecksPassed = false;
                                                    if (internetExplorer) {
                                                        clientChecksPassed = clientPrereqChecks();
                                                    } else {
                                                        makePageVisible();
                                                        clientChecksPassed = true;
                                                    }
                                                    if (clientChecksPassed == false) {
                                                        return;
                                                    }
                                                    if (internetExplorer) {
                                                        var clientValidator = new Microsoft.UpdateServices.Catalog.UI.ClientValidator($get('MuCatWebCtl'));
                                                        if ($get('MuCatWebCtl').object != null) {
                                                            if (!clientValidator.checkWsusAPI($get('sku').value)) return;
                                                        }
                                                    }
                                                    var masterPageContext = createMasterPageComponents(true);
                                                    if (masterPageContext == null) {
                                                        return;
                                                    }
                                                    var updateDiv = $get('tableContainer');
                                                    var inputElments = updateDiv.getElementsByTagName("input");
                                                    var addRemoveButtons = new Array();
                                                    var sizeElements = new Array();
                                                    var elemtCount = 0;
                                                    for (i = 0; i < inputElments.length; i++) {
                                                        if (inputElments[i].id == "allButton" || inputElments[i].type != "button") {
                                                            continue;
                                                        }
                                                        addRemoveButtons.push(inputElments[i]);
                                                        sizeElements[elemtCount] = new Object();
                                                        sizeElements[elemtCount].pageElement = $get(inputElments[i].id + "_Size");
                                                        sizeElements[elemtCount++].originalSize = $get(inputElments[i].id + "_originalSize").innerText;
                                                        attachEventToInput(inputElments[i], masterPageContext);
                                                    }
                                                    var allButton = null;
                                                    if (internetExplorer) {
                                                        allButton = $get('allButton');
                                                        if (typeof allButton != typeof (Microsoft.UpdateServices.Catalog.Constants.UndefinedValue) && allButton != null) {
                                                            allButton.attachEvent('onclick', function() {
                                                                searchComponent.allBasket();
                                                            });
                                                        }
                                                    }
                                                    $addHandler(window, "focus", function() {
                                                        searchComponent.initialize();
                                                    });
                                                    searchComponent = new Microsoft.UpdateServices.Catalog.UI.Search(updateDiv, addRemoveButtons, allButton, addButtonText.innerText, addAllButtonText.innerText, removeButtonText.innerText, removeAllButtonText.innerText, sizeElements, internetExplorer);
                                                }
                                                function attachEventToInput(inputElement, masterContext) {
                                                    if (internetExplorer) {
                                                        inputElement.attachEvent('onclick', function() {
                                                            var sizeElement = $get(inputElement.id + "_size");
                                                            var originalSize = $get(inputElement.id + "_originalSize").innerText;
                                                            searchComponent.manageBasket(inputElement, inputElement.id, "true", sizeElement, originalSize);
                                                        });
                                                    } else {
                                                        $addHandler(inputElement, "click", function() {
                                                            var updates = inputElement.id;
                                                            var serializedUpdatesList = Sys.Serialization.JavaScriptSerializer.serialize([new Microsoft.UpdateServices.Catalog.Update(updates)]);
                                                            masterContext.get_basketForm().updateIDs.value = serializedUpdatesList;
                                                            masterContext.get_basketForm().sku.value = Microsoft.UpdateServices.Catalog.Constants.EmptyString;
                                                            var qs = new Microsoft.UpdateServices.Catalog.QueryString(window.location.search);
                                                            var downloadDialog = window.open(Microsoft.UpdateServices.Catalog.Constants.PageDownloadDialog + qs.appendErrorsQS(), Microsoft.UpdateServices.Catalog.Constants.EmptyString, 'height=460,width=640,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=1 ');
                                                        });
                                                    }
                                                }
                                                function detailsHandler(updateID) {
                                                    var inputElement = $get(updateID);
                                                    if (inputElement != null) {
                                                        var sizeElement = $get(updateID + "_size");
                                                        var originalSize = $get(updateID + "_originalSize").innerText;
                                                        searchComponent.manageBasket(inputElement, updateID, "false", sizeElement, originalSize);
                                                    }
                                                    setBasketCount();
                                                }
                                            </script>
                                            <div id="contentSection">
                                                <div class="textSubHeadingColor textBold" id="searchSubHeading">
                                                    <table id="ctl00_catalogBody_ResultsHeaderTable" role="presentation">
                                                        <tbody>
                                                            <tr>
                                                                <td>
                                                                    <span id="ctl00_catalogBody_noResultText">
                                                                        We did not find any results for
                                                                    </span>
                                                                    <span id="ctl00_catalogBody_searchString">
                                                                        "https://ketoprobiotix-it.com/-Compra-Keto-Probiotix-ahora-y-&uacute;nete-a-los-muchos-clientes-satisfechos"
                                                                    </span>
                                                                </td>
                                                            </tr>
                                                        </tbody>
                                                    </table>
                                                </div>
                                            </div>
                                            <div class="noResultsSpacing" id="ctl00_catalogBody_noResults">
                                                <span>
                                                    Search tips:
                                                </span>
                                                <div class="listUnOrdered">
                                                    <span class="listItem">
                                                        Check the spelling of your search terms
                                                    </span>
                                                    <span class="listItem">
                                                        Try rephrasing or broadening your search
                                                    </span>
                                                    <span class="listItem">
                                                        Try using different keywords
                                                    </span>
                                                </div>
                                            </div>
                                            <div class="resultsBackGround" id="tableContainer">
                                            </div>
                                            <div class="poupInfoDiv" id="detailsPopup">
                                                <table border="0" cellpadding="0" cellspacing="0">
                                                    <tbody>
                                                        <tr>
                                                            <td valign="top">
                                                                <img src="Images/decor_BigInformation.gif">
                                                            </td>
                                                            <td class="poupInfoText">
                                                                <span id="ctl00_catalogBody_textDetailsPopupBlocked">
                                                                    If you have a pop-up blocker enabled, the Update Details window might not open. To open the Update Details window, configure your pop-blocker to allow pop-ups for this Web site.
                                                                </span>
                                                            </td>
                                                        </tr>
                                                        <tr>
                                                            <td class="textAlignRight" colspan="2" valign="bottom">
                                                                <input class="flatBlueButton cancelButton" id="closeButton" onclick="detailsPopup.style.display='none';" type="button" value="Close">
                                                            </td>
                                                        </tr>
                                                    </tbody>
                                                </table>
                                            </div>
                                            <span class="notVisible" id="addButtonText">
                                                Add
                                            </span>
                                            <span class="notVisible" id="addAllButtonText">
                                                Add All
                                            </span>
                                            <span class="notVisible" id="removeButtonText">
                                                Remove
                                            </span>
                                            <span class="notVisible" id="removeAllButtonText">
                                                Remove All
                                            </span>
                                        </div>
                                    </div>
                                </td>
                            </tr>
                            <tr>
                                <td id="minWidthCell">
                                    <img alt="" class="browserWidthSpacer" src="Images/spacer.gif">
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div id="footerBox">
                                        <div id="innerFooterBox">
                                            <span id="copyrightText">
                                                &copy;
                                                2024
                                                <span id="ctl00_textCopyrightFooter">
                                                    Microsoft Corporation. All Rights Reserved.
                                                </span>
                                                <span class="footerDivider">
                                                    |
                                                </span>
                                                <a class="footerLink" href="https://go.microsoft.com/fwlink/?LinkId=521839" id="privacyLinkBox">
                                                    <span id="ctl00_privacyResource">
                                                        privacy
                                                    </span>
                                                </a>
                                                <span class="footerDivider">
                                                    |
                                                </span>
                                                <a class="footerLink" href="https://go.microsoft.com/fwlink/?linkid=2259814" id="He" target="health">
                                                    <span id="ctl00_ConsumerHealthPrivacyResource">
                                                        Consumer Health Privacy
                                                    </span>
                                                </a>
                                                <span class="footerDivider">
                                                    |
                                                </span>
                                                <a class="footerLink" href="https://go.microsoft.com/fwlink/?linkid=9482" id="legalLinkBox" target="legal">
                                                    <span id="ctl00_legalResource">
                                                        terms of use
                                                    </span>
                                                </a>
                                                <span class="footerDivider">
                                                    |
                                                </span>
                                                <a class="footerLink" href="Support.aspx" id="supportLinkBox" onclick="propogateBasketState('Support.aspx')">
                                                    <span id="ctl00_supportResource">
                                                        help
                                                    </span>
                                                </a>
                                                <span class="footerDivider">
                                                    |
                                                </span>
                                                <a class="footerLink" href="https://www.microsoft.com/fr-fr/accessibility/accessibility-statement" id="supportLinkBoxFrench">
                                                    <span id="ctl00_Resource1">
                                                        Accessibilit&eacute;
                                                    </span>
                                                </a>
                                            </span>
                                        </div>
                                    </div>
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                <input id="updateIDs" name="updateIDs" type="hidden">
                <input id="contentImport" name="contentImport" type="hidden" value="">
                <input id="sku" name="sku" type="hidden" value="">
                <input id="serverName" name="serverName" type="hidden" value="">
                <input id="ssl" name="ssl" type="hidden" value="">
                <input id="portNumber" name="portNumber" type="hidden" value="">
                <input id="version" name="version" type="hidden" value="">
                <input id="protocol" name="protocol" type="hidden" value="">
            </form>
        </div>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://www.catalog.update.microso… 2024-05-09 13:33:58
2 https://thebolditalic.com/?gi=3f36… 2024-05-09 13:33:56
3 https://thebolditalic.com/?gi=1817… 2024-05-09 13:33:52
4 https://thebolditalic.com/?gi=cb85… 2024-05-09 13:33:51
5 https://thebolditalic.com/?gi=7ef1… 2024-05-09 13:33:47
6 https://thebolditalic.com/?gi=42fe… 2024-05-09 13:33:43
7 https://thebolditalic.com/?gi=d414… 2024-05-09 13:33:39
8 https://thebolditalic.com/?gi=d299… 2024-05-09 13:33:38
9 https://thebolditalic.com/?gi=022e… 2024-05-09 13:33:35
10 https://thebolditalic.com/?gi=cf52… 2024-05-09 13:33:28
11 https://thebolditalic.com/?gi=c4a7… 2024-05-09 13:33:27
12 https://thebolditalic.com/?gi=81ff… 2024-05-09 13:33:27
13 https://thebolditalic.com/?gi=98b9… 2024-05-09 13:33:25
14 https://thebolditalic.com/?gi=3452… 2024-05-09 13:33:24
15 https://www.yuhirai.com/ 2024-05-09 13:33:24
16 https://thebolditalic.com/?gi=c2ee… 2024-05-09 13:33:21
17 https://thebolditalic.com/?gi=3119… 2024-05-09 13:33:17
18 https://thebolditalic.com/?gi=f141… 2024-05-09 13:33:16
19 https://nhanlambangtq.com/ 2024-05-09 13:33:16
20 https://ytmp3.nu/LFHG/ 2024-05-09 13:33:09