https://www.scorecardresearch.com/home.aspx

Submitted URL:
https://scorecardresearch.comRedirected
Report Finished:

The outgoing links identified from the page

LinkText
http://www.fullcirclestudies.comFull Circle Studies, Inc.
https://www.comscore.com/About/Privacy/Data-Subject-RightsYour Privacy Choices

JavaScript Variables · 32 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
ProcessCountryLanguageChangefunction
ProcessSignupRequestfunction
call_eyfunction
dataLayerobject
initfunction
setIdfunction
changecolorfunction

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://www.scorecardresearch.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head id="Head1"><title>
	Home Page - Scorecard Research
</title><meta name="robots" content="index,follow"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta name="Author" content="scorecardresearch.com"><meta name="Description" content="Online market research community enabling members to earn cash and prizes for participating in surveys."><meta name="Keywords" content="surveys, sweepstakes, earn cash, opinions, earn prizes, paid surveys, free sweepstakes, market research community, research panel"><meta content="C#" name="CODE_LANGUAGE"><meta content="JavaScript" name="vs_defaultClientScript"><link href="Css/SR_Styles.css" type="text/css" rel="stylesheet">
    <script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-NELC7B6GSD&amp;cx=c&amp;_slc=1"></script><script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-NSNGHZX"></script><script type="text/javascript" src="Css/sitecommon.js"></script>
    
    
    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-NSNGHZX');</script>
    <!-- End Google Tag Manager -->
    

    <script type="text/javascript">
        function init()
        { }

        function setId() {
            var bodytag = document.getElementsByTagName("body")[0];
            var pagename_ext = location.pathname.substring(location.pathname.lastIndexOf("/") + 1);
            var pagename = pagename_ext.split('.')[0].toLowerCase();
            //alert(pagename);
            if (pagename == "home")
                bodytag.setAttribute("id", "home");
            else if (pagename == "about")
                bodytag.setAttribute("id", "about");
            else if (pagename == "preferences")
                bodytag.setAttribute("id", "preferences");
            else if (pagename == "supportform")
                bodytag.setAttribute("id", "support");
            else if (pagename == "privacy")
                bodytag.setAttribute("id", "privacy");
            else if (pagename == "principle")
                bodytag.setAttribute("id", "Principles");
            else if (pagename == "termsofservice")
                bodytag.setAttribute("id", "TermsOfService");
        }
        function changecolor(obj) {
            obj.style.backgroundColor = "#868575";
        }

        //$(document).ready(function () {
        //    $(".link-white").click(function (event) {
        //        event.target.style.backgroundColor = "#868575";
        //    });
        //});
    </script>
    
<script>
    function slideDown(element, duration, height, finalTop, callback) {
        var s = element.style;
        s.top = '-' + height + 'px';

        var y = height * -1;
        var framerate = 10;
        var one_second = 1000;
        var interval = one_second * duration / framerate;
        var totalframes = one_second * duration / interval;
        var heightincrement = height / totalframes;
        
        var tween = function () {
            y += heightincrement;
            s.top = y + 'px';
            if (y < finalTop) {
                setTimeout(tween, interval);
            }
        }
        tween();
    }

    function slideUp(element, duration, height, finalTop, callback) {
        var s = element.style;
        s.top = '0px';

        var y = 0;
        var framerate = 10;
        var one_second = 1000;
        var interval = one_second * duration / framerate;
        var totalframes = one_second * duration / interval;
        var heightincrement = (height / totalframes) * -1;

        var tween = function () {
            y += heightincrement;
            s.top = y + 'px';
            if (y < finalTop) {
                setTimeout(tween, interval);
            }
        }
        tween();
    }

    function closePop() {
        // HIDE THE INFOR BANNER AND UPDATE COOKIE VALUE TO 99 TO NOT SHOW ON NEXT EVENT
        slideUp(document.getElementById('info_banner'), 1, 120, 0);
        createCookie(100);

    }

    function loadPopCheck() {
        
    }
    function createCookie(value) {
        var date = new Date();
        date.setTime(date.getTime() + (24 * 60 * 60 * 1000));
        var expires = "; expires=" + date.toGMTString();
        document.cookie = "cookie_consent_js=" + value + expires + "; path=/";
    }

    function showed_count() {
        var nameEQ = "cookie_consent_js=";
        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;
    }
</script>

<meta name="viewport" content="width=device-width">

  <script type="text/javascript" src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
  <script type="text/javascript" src="https://code.jquery.com/ui/1.13.0/jquery-ui.min.js"></script>
    <link rel="stylesheet" href="https://code.jquery.com/ui/1.13.0/themes/smoothness/jquery-ui.css">

  <script type="text/javascript">

      $(function () {
          if ('False' == 'True') {
              $("#dialog").dialog({
                  autoOpen: false,
                  show: {
                      effect: "blind",
                      duration: 500
                  },
                  hide: {
                      effect: "blind",
                      duration: 500
                  },
                  position: {
                      my: "center",
                      at: "top",
                  },
              });

              $("#dialog").dialog("option", "width", "80%");
              $("#dialog").dialog("option", "height", "auto");
              $("#dialog").dialog("open");
          }
  });
  </script>

</head>
<body class="Normal" lang="EN-US" leftmargin="0" topmargin="0" onload="setId();" marginheight="0" marginwidth="0" id="home">
    

    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NSNGHZX"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->
    

    <div class="container">
        <form method="post" action="./home.aspx" id="Form1">
<div class="aspNetHidden">

</div>

            <noscript>
                        <img src="https://sb.scorecardresearch.com/b?c1=2&amp;c2=1000001&amp;c3=&amp;c4=&amp;c5=Market Research&amp;c6=&amp;c15=&amp;cv=1.3&amp;cj=1"
style="display:none" width="0" height="0" alt="" />
                    </noscript><table cellspacing="0" cellpadding="0" width="100%" border="0">
                <tbody>
                    <tr>
                        <td colspan="3">
                            <div class="header">
                                <table width="100%" valign="top" cellpadding="0" cellspacing="0">
                                    <tbody>
                                        <tr>
                                            <td align="left" width="300px" style="padding-left: 148px; padding-right: 20px;"><a href="https://www.scorecardresearch.com/default.aspx?newlanguage=1">
                                                <img src="Images/ScorecardResearch_01_Small.jpg"></a></td>
                                            <td align="left" width="900px" style="font-size: 11px">
                                                <div id="LanguageDiv">
                                                        <a href="javascript:ProcessHomePage(1)" id="Tag1" class="link-white" style="background-color:#868575;">English</a> | 
                                                        <a href="javascript:ProcessHomePage(14)" id="Tag14" class="link-white">Español</a> | 
                                                        <a href="javascript:ProcessHomePage(18)" id="Tag18" class="link-white">Nederlands</a> | 
                                                        <a href="javascript:ProcessHomePage(23)" id="Tag23" class="link-white">Svenska</a> | 
                                                        <a href="javascript:ProcessHomePage(5)" id="Tag5" class="link-white">Português do Brasil</a>
                                                        <br>
                                                        <br>
                                                        <a href="javascript:ProcessHomePage(22)" id="Tag22" class="link-white">Norsk</a> | 
                                                        <a href="javascript:ProcessHomePage(20)" id="Tag20" class="link-white">中文</a> | 
                                                        <a href="javascript:ProcessHomePage(9)" id="Tag9" class="link-white">日本語</a> | 
                                                        <a href="javascript:ProcessHomePage(7)" id="Tag7" class="link-white">Italiano</a> | 
                                                        <a href="javascript:ProcessHomePage(3)" id="Tag3" class="link-white">Deutsch</a> | 
                                                        <a href="javascript:ProcessHomePage(2)" id="Tag2" class="link-white">Français</a> | 
                                                        <a href="javascript:ProcessHomePage(21)" id="Tag21" class="link-white">Suomi</a> | 
                                                    </div>
                                             </td>
                                        </tr>
                                    </tbody>
                                </table>
                                <div class="header-content">
                                    <div class="nav">
                                        <div class="nav-position">
                                            <div class="nav-align home"><a href="https://www.scorecardresearch.com/home.aspx?newlanguage=1" id="HomeMenuItem" class="home">Home</a></div>
                                            <div class="nav-align about"><a href="https://www.scorecardresearch.com/about.aspx?newlanguage=1" id="AboutMenuItem" class="about">About</a></div>
                                            <div class="nav-align preferences"><a href="https://www.scorecardresearch.com/preferences.aspx?newlanguage=1" id="PreferencesMenuItem" class="preferences">Preferences</a></div>
                                            <div class="nav-align contact"><a href="https://www.scorecardresearch.com/contact.aspx?newlanguage=1" id="ContactUsMenuItem" class="contact">Contact Us</a></div>
                                            <div class="nav-align privacy"><a href="https://www.scorecardresearch.com/privacy.aspx?newlanguage=1" id="PrivacyPolicyMenuItem" class="privacy">Privacy Policy</a></div>
                                            <div class="nav-align TermsOfService"><a href="https://www.scorecardresearch.com/TermsOfService.aspx?newlanguage=1" id="TermsOfServiceMenuItem" class="TermsOfService">Terms of Service</a></div>
                                            <div class="nav-align Principles"><a href="https://www.scorecardresearch.com/Principle.aspx?newlanguage=1" id="PrinciplesMenuItem" class="Principles">Principles</a></div>
                                        </div>
                                    </div>
                                    <div class="color"></div>
                                </div>

                            </div>
                        </td>
                    </tr>
                    <tr valign="top">
                        <td>
                            <div id="leftContent"></div>
                        </td>
                        <td align="center">
                            <table width="745" cellspacing="0" cellpadding="0" align="center" bgcolor="white">
                                <tbody>
                                    <tr>
                                        <td width="751" height="200" valign="top">
                                            <div id="body">
                                                
    <table cellspacing="0" cellpadding="0" width="100%" border="0">
        <tbody><tr>
            <td align="center">
                <span id="MainContent_LayoutPlusContentLabel"><table width="745" cellspacing="0" cellpadding="0" align="center" bgcolor="white">      <tbody><tr>          <td width="751" height="200" valign="top">              <table width="80%" valign="top" align="center" cellspacing="0" cellpadding="10" border="0">                  <tbody><tr>                      <td valign="top">                          <br>                          <br>                          <div class="body">                              <div class="">                                  <h1 class="title-home">Welcome              </h1>                              </div>                              <div class="">                                  <p>ScorecardResearch, a service of <a href="http://www.fullcirclestudies.com">Full Circle Studies, Inc.</a>, is part of the Comscore, Inc. market research community, a leading global market research effort that studies and reports on Internet trends and behavior. ScorecardResearch conducts research by collecting Internet web browsing data and then uses that data to help show how people use the Internet, what they like about it, and what they don’t.<br>  <br>  ScorecardResearch collects data through from two main sources: surveys and web tagging. For our surveys, we invite people on the Internet to provide us with anonymous demographic and Internet usage information that we can use to refine our reporting. These surveys are always voluntary, and are never used to collect personal information. For web tagging, participating websites agree to deploy a special code throughout their sites. Again, no personally identifiable information is ever transmitted by, or linked to, the web tags.<br><br>
</p><div id="dialog" style="display:none;">IMPORTANT NOTICE: Full Circle Studies, Inc. has updated our privacy policy and terms of service for our online websites, panels, and applications. In our privacy policy, we have updated how we collect, use and share data with our affiliates and unaffiliated third parties, and added information such as our participation in the EU-US Privacy Shield. In our terms of service, among other changes, we have updated the governing law and arbitration provisions. Please take time to read the full privacy policy and terms of service before proceeding. By continuing to use and participate in the Full Circle Studies, Inc. websites and panels, you agree to the updated privacy policy and terms of service.</div>              <p></p>                                  <br>                                  <p><a href="https://www.scorecardresearch.com/About.aspx?newlanguage=1">Learn more about ScorecardResearch and our market research programs.</a></p>                                  <br>                              </div>                          </div>                      </td>                  </tr>              </tbody></table>          </td>      </tr>  </tbody></table></span>
            </td>
        </tr>
    </tbody></table>

                                            </div>
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </td>
                        <td>
                            <div id="rightContent"></div>
                        </td>
                    </tr>
                    <tr>
                        <td></td>
                        <td class="footer">
                            <div class="copyright">
                                <div id="FooterLinkDiv" style="margin-top:-5px">
                                    <a href="https://www.comscore.com/About/Privacy/Data-Subject-Rights" id="FooterLink" target="_blank" style="font-weight: bold; display: none;">Your Privacy Choices <img src="images/privacyoptions.png" style="width:auto; height: 1em; vertical-align: text-top; padding-left: 3px;"></a>
                                </div>
                                <span id="CopyRightLabel">© 2024 ScorecardResearch, All Rights Reserved</span>
                            </div>
                        </td>
                        <td></td>
                    </tr>
                    <!-- Begin comScore Tag -->
                    <script type="text/javascript">
                        if ('' != '') {
                            document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b")
                                + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
                        }
                    </script>
                    <script type="text/javascript">
                        function ProcessHomePage(languageid) {
                            window.location = location.pathname + '?newLanguage=' + languageid;
                            //var ele = document.getElementById(languageid);
                            //ele.style.backgroundColor = "#868575";
                            //return false;
                        }
                    </script>
                    <script type="text/javascript">
                        if ('' != '') {
                            COMSCORE.beacon({
                                c1: 2,
                                c2: "1000001",
                                c3: "",
                                c4: "",
                                c5: "Market Research",
                                c6: "",
                                c15: ""
                            });
                        }
                    </script>
                    
                    <!-- End comScore Tag -->
                </tbody>
            </table>
        
<div class="aspNetHidden">

	
</div>
<script type="text/javascript">document.getElementById('FooterLink').style.display = 'none';</script></form>
    </div>

    
<script type="text/javascript">
    loadPopCheck();

    function removeURLParameter(url, parameter) {
        //prefer to use l.search if you have a location/link object
        var urlparts = url.split('?');
        if (urlparts.length >= 2) {

            var prefix = encodeURIComponent(parameter) + '=';
            var pars = urlparts[1].split(/[&;]/g);

            //reverse iteration as may be destructive
            for (var i = pars.length; i-- > 0;) {
                //idiom for string.startsWith
                if (pars[i].lastIndexOf(prefix, 0) !== -1) {
                    pars.splice(i, 1);
                }
            }

            url = urlparts[0] + '?' + pars.join('&');
            return url;
        } else {
            return url;
        }
    }


    var querystring = "newlanguage=" + "1";

	var links = document.getElementsByTagName('a');

	for (var l in links) {
	    var currentHref = links[l].href;

	    if (currentHref !== undefined && currentHref.indexOf('javascript') == -1 && currentHref.toLowerCase().indexOf('scorecardresearch') > -1 && currentHref.indexOf('#') == -1) {
	        currentHref = removeURLParameter(currentHref, 'newlanguage');
	        var newHref = currentHref + (currentHref.match(/\?/) ? '&' : '?') + querystring; //+ "#section1";

	        links[l].href = newHref;
	    }
	}
</script>
</body></html>