Showing source for: https://www.eluta.ca/
Duration: 0.64549s
Server: Zope/(2.13.22, python 2.7.18, linux2) ZServer/1.1

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<base href="https://www.eluta.ca/" />

    
    
        
    
        
    

        
    
    
        <script>
            var gCookieDomain = 'eluta.ca';
            var gSearchURL = 'https://www.eluta.ca';
            var gCanonicalSearchURL = 'https://www.eluta.ca';
            var gContentURL = 'https://reviews.canadastop100.com';
            var gPartnerURL = 'https://content.eluta.ca';
            var gStaticURL = 'https://static.eluta.ca';
            var gCurrentLanguage = 'en';
            var gAvailableLanguages = ["en"];
        </script>
    
    
    
        <!--BEGIN: Load reCAPTCHA-->
        <!-- Load the libraries and set up the callbacks. -->
        <script>
            var gPageRecaptchaId = null;
            var gFormRecaptchaId = null;
            var loadRecaptcha = function() {
                $(
                    function(){
                        
                            gPageRecaptchaId = grecaptcha.render(
                                'recaptcha-page-container',
                                {
                                    'sitekey' : '6LciDb0UAAAAAIjl8s75VQoX8o_JJ7kQErlK4Rac',
                                    'theme' :
                                        'light',
                                    'badge' :
                                        'bottomleft',
                                    'tabindex' :
                                        0,
                                    'size' : 'invisible'
                                    }
                                );
                            verify_page_recaptcha(
                                gPageRecaptchaId,
                                'desktop_home'
                                );
                        
                        
                        }
                    );
                }
        </script>
        <script async defer
                src="https://www.recaptcha.net/recaptcha/api.js?onload=loadRecaptcha&amp;render=explicit">
        </script>
        <!--END: Load reCAPTCHA-->

        <!-- BEGIN: v3 Scripts -->
        <script>
            function verify_page_recaptcha(id, action){
                if (typeof(id) == 'undefined') {
                    id=gPageRecaptchaId;
                    if (typeof(id) == 'undefined') {
                        return;
                        }
                    }
                if (typeof(action) == 'undefined') {
                    action = 'page'
                    }
                grecaptcha.execute(
                    id,
                    {
                        action: action
                        }
                    ).then(function(token){
                            $.ajax(
                                {
                                    url: '/verify',
                                    cache: false,
                                    dataType: 'json',
                                    data:{
                                        'token' : token,
                                        'action' : action
                                        },
                                    error: function(jqXHR, textStatus, errorThrown) {
                                        console.log(
                                            'verifyError: ' + textStatus + ' ' + errorThrown
                                            );
                                        },
                                    success: function(data, textStatus, jqXHR) {
                                        console.log('verifySuccess: ' + textStatus);
                                        },
                                    }
                                );
                            }
                        );
                    }

            /* Helper to call from templates to easily set a reCAPTCHA
                action on an event, usually submitting a form:
                    - selector - Element to bind to, target of jQuery "on"
                    - events - Event(s) to bind to, as described in jQuery "on"
                    documentation
                    - action - String representing v3 reCAPTCHA action.
                    Default: page

                If RECAPTCHA_ANALYZE_ON is False, does nothing.
            */
            function setPageRecaptchaAction(selector, events, action) {
                
                    if (typeof(action) == 'undefined') {
                        action = 'page';
                        }
                    $(selector).on(
                        events,
                        function(){
                            verify_page_recaptcha(gPageRecaptchaId, action);
                            }
                        );
                
                return;
                }
        </script>
        <!-- END: v3 Scripts -->
    

    
    <!-- BEGIN: Google Analytics (gtag.js) -->
    
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-X2BF2VEVB4"></script>
        <script>
            

            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());

            gtag(
                'config',
                'G-X2BF2VEVB4'
                );
        </script>
    
    <!-- END: Google Analytics -->


    <title>Job Search Canada | Eluta.ca</title>

    
        <meta name="description"
              content="Find thousands of new jobs in Canada every day on the official job search engine of the Canada's Top 100 Employers project." />
    

    
        
    

    

     <meta name="viewport" content="width=device-width, initial-scale=1">

    
        <!-- Load eluta CSS last so it can override other items -->
        <link rel="stylesheet" type="text/css"
              href="https://static.eluta.ca/assets/eluta_60ec7829b96bc42167c794c764abb174.css">

        <!--[if IE 7]>
            <style type="text/css">
                #search-form {
                    top: -13px;
                    }
                .search-winners {
                    top: 0px;
                    }
                .tcd_search_group{
                    margin-top:0;
                    }
            </style>
        <![endif]-->

        <!--[if lte IE 9]>
            <style>
                .questionIcon img {
                    filter:
                        progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
                        progid:DXImageTransform.Microsoft.Alpha(opacity=40);
                    }
                .questionIcon img:hover {
                    filter: none;
                    }

                .employerLogoContainer img {
                    filter:
                        progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
                        progid:DXImageTransform.Microsoft.Alpha(opacity=40);
                    }
            </style>
        <![endif]-->
    

    <link rel="canonical" href="https://www.eluta.ca" />
    
    <script type='text/javascript'>
    
        
            gJSDebugMode = false;
        
        
    
    </script>

    <link rel="shortcut icon"
          href="/++resource++img/favicon.ico">
    
    
    
        
    

    
    <script src="https://static.eluta.ca/assets/jquery_72ff4c3c772de6f456c43a260648fdc3.js">
    </script>

    <script src="https://static.eluta.ca/assets/eluta_c15cac41d5c326a41ce197886af61909.js">
    </script>
    
    


    
    

    
        <style type="text/css">
            #home-container {
                margin-bottom: 80px;
                margin-top: 75px;
                position: static;
                top:0;
                }
            #page-footer {
                border-top: none;
                }
            #promo {
                position: relative;
                font-family: Trebuchet, Verdana, Arial, sans-serif;
                font-size: 12px;
                top: 325px;
                letter-spacing: 1px;
                color: #333;
                text-align: center;
                }

            .orange {
                color: #b15326;
                }
        </style>
    

    

    <script type="text/javascript">
            //var searchURL = 'https://www.eluta.ca';
            var canonicalSearchURL = 'https://www.eluta.ca';
            var contentURL = 'https://reviews.canadastop100.com';
            </script>

    <script>
        $(document).ready(function() {
             $('#toggle').click(function () {
                $(this).toggleClass('active');
                $('#overlay').toggleClass('open');
            });
            if (!readCookie('postBox') && window.location.href.indexOf('top-employer') > 0) {
                $('.post-box').css('display', 'block');
                $('.post-box .close-box').click((event) => {
                    event.preventDefault();
                    $('.post-box').fadeOut();
                    createCookie('postBox', 'true', 30);
                });
            }

            if (!readCookie('entryNotice')) {
                $('.refineTip').css('display', 'block');
                $('.refineTip .tipClose').click((event) => {
                    event.preventDefault();
                    $('.refineTip').fadeOut();
                    createCookie('entryNotice', 'true', 7);
                });

                $('.tooltiptext').click((event) => {
                    event.preventDefault();
                    $('.refineTip').fadeOut();
                    createCookie('entryNotice', 'true', 7);
                });

            }
        });
    </script>
</head>
    <body class="desktop">
        <!-- content slot -->
        <div id="content-slot"
             onload="self.focus();document.simplesearch.q.focus()">
            <div>
        <div id="header" class="section">
            
    <span class="post-jobs">
        <div class="search-winners">
            <a href="#" onclick="enav('/search_top_employers')">
                Search <strong>Top Employers</strong>
            </a>
        </div>
        <span class="homepage-links">
            <span><a title="Browse Eluta for job"
                     href="/browse">Browse</a></span>
            <span><a title="Learn about the Eluta project"
                     href="#" onclick="enav('/about')">About</a></span>
            <span><a title="Terms of Service" href="#"
                     onclick="enav('/terms')">Terms of Service</a></span>
            <span><a class="post-link" onclick="enav('/postjobs')" href="#">Employers</a></span>
        </span>
    </span>

    <button type="button" id="toggle" class="ml-auto">
        <img class="search-icon" src="/++resource++img/search.svg" alt="Search">
        <img class="close-icon" src="/++resource++img/close-x.svg" alt="Close menu">
    </button>

    <div class="overlay" id="overlay">
        <div class="overlay-menu navbar">
            <form class="overlay-form" action="/search" method="get">
                <input type="text" placeholder="keyword" name="q" accesskey="k" maxlength="100">
                <input type="text" placeholder="location" name="l" accesskey="l" maxlength="100" id="f-ss-l-bar">
                
    
        <script type='text/javascript'>
        $(document).ready(function() {
            $('[class*="f-ss-l"]').autocomplete({
                source: function(req, resp) {
                    $.ajax({
                        url: '/asp/cities',
                        data: {pref: req.term},
                        dataType: "jsonp",
                        success: function(data) {
                            resp(data);
                        }
                    });
                },
                select: function(event, ui) {
                    //alert(ui.item.id);
                    $('[class*="f-ss-l"]').val(ui.item.value);
                    return false;
                },
                minLength: 3
            }).data("ui-autocomplete")._renderItem = function(ul, item) {
                // conditionally compute X to pass to append function
                // depending on whether item is a province or city
                // should make sure results are always ordered such that
                // provinces come before cities.
                appendStr = ""
                if (item.type == "p") {
                    appendStr = '<div><i>' + item.label + '</i></div>';
                } else if (item.type == 'd') {
                    appendStr = '<hr width="90%">';
                } else {
                    appendStr = '<div>' + item.label + '</div>';
                }
                return $(
                    '<li class="location_suggestion">' + '</li>'
                    ).append(appendStr).appendTo(ul);
                }

            //$('[class*="f-ss-l"]').attr('autocomplete','on');
            setPageRecaptchaAction('#f-ss', 'submit', 'desktop_search');
            });
        </script>
    

                <button class="overlay-button" type="submit">Search Jobs</button>
            </form>
            <ul>
                <li>
                        <span><a href="/browse">Browse</a></span>
                </li>
                <li>
                        <span><a href="#" onclick="enav('/search_advanced')">Advanced Job Search</a></span>
                </li>
                <li class="overlay-link">
                        <span><a href="#" onclick="enav('/search_top_employers')">Search Top Employers</a></span>
                </li>
                <li class="overlay-link">
                        <span><a href="#" onclick="enav('/postjobs')">Employers: Post Jobs</a></span>
                </li>
                <li class="more-links">
                    More...
                </li>
            </ul>

            <script>
                $(".more-links").click(function() {
                    $(".overlay-link").each(function(i, link) {
                        link.style.display = "block";
                    });
                    this.style.display = "none";
                });

                $('[id*="ui-id-"]').css({"width":"70%","top":"22.5%","left":"15%","opacity":"0.93","display":"block !important","height":"115px","overflow":"hidden"});
            </script>
        </div>
    </div>

        </div>
        <div id="promo">
            <span class="orange"> 176,196</span>
            jobs available right now
        </div>


        <div id="home-container">
            <div id="home-logo">
                <img id="eluta-logo" border="0"
                     src="/++resource++img/eluta_homepage_logo.png">
            </div>
            <h1>Official job search engine of the <strong>Canada's Top 100 Employers</strong><span class="reg">&reg;</span> project</h1>
            <div id="home-search">
                
    <!-- Optional Parameters:
        extra_fields - Extra fields to be passed to the search query (e.g.
            competition ID) via hidden input controls. extra_fields is a
            list of tuples:
                0: Used for the input's name and ID (ID prefixed with f-ss-)
                1: Used for the input's value
    -->

        <form id="f-ss" name="simplesearch" class="d-flex"
              method="get" _lpchecked="1" action="/search">
            <div class="f-ss-i">
                <div class="label" id="lbl-keyword">job title or keywords</div>
                <input id="f-ss-q" name="q" class="f-ss-i"
                       value="" accesskey="k"
                       maxlength="100" placeholder=""
                       type="search" autofocus>
            </div>
           <!--  <div
                class="job-summary-text"
                tal:condition="request/results | nothing"
                >
            </div> -->
            <div class="f-ss-i">
                <div class="label" id="lbl-location">city, province or postal code</div>
                <input name="l" type="search"
                       class="f-ss-l f-ss-i ui-autocomplete-input"
                       value="" accesskey="l"
                       maxlength="100" autocomplete="on"
                       placeholder="">
            </div>
        
    
        <script type='text/javascript'>
        $(document).ready(function() {
            $('[class*="f-ss-l"]').autocomplete({
                source: function(req, resp) {
                    $.ajax({
                        url: '/asp/cities',
                        data: {pref: req.term},
                        dataType: "jsonp",
                        success: function(data) {
                            resp(data);
                        }
                    });
                },
                select: function(event, ui) {
                    //alert(ui.item.id);
                    $('[class*="f-ss-l"]').val(ui.item.value);
                    return false;
                },
                minLength: 3
            }).data("ui-autocomplete")._renderItem = function(ul, item) {
                // conditionally compute X to pass to append function
                // depending on whether item is a province or city
                // should make sure results are always ordered such that
                // provinces come before cities.
                appendStr = ""
                if (item.type == "p") {
                    appendStr = '<div><i>' + item.label + '</i></div>';
                } else if (item.type == 'd') {
                    appendStr = '<hr width="90%">';
                } else {
                    appendStr = '<div>' + item.label + '</div>';
                }
                return $(
                    '<li class="location_suggestion">' + '</li>'
                    ).append(appendStr).appendTo(ul);
                }

            //$('[class*="f-ss-l"]').attr('autocomplete','on');
            setPageRecaptchaAction('#f-ss', 'submit', 'desktop_search');
            });
        </script>
    

    <div class="search-button">
        <input id="f-ss-qc" type="hidden" name="qc">
            <div class="lk"><a id="lk-advanced" href="#" onclick="enav('/search_advanced')">Advanced Search</a><p id="lk-spacer">/</p><a id="lk-browse" href="/browse">Browse Jobs</a></div>
            <button type="submit">Search Jobs</button>
        </div>
    </form>
    


    

            </div>
        </div>
    </div>
        </div>
        <!-- end content slot -->

        <!-- footer slot -->
        <footer id="page-footer">
            
            
                <nav class="footer-copyright">
                    <ul class="list-unstyled list-inline">
                        <li>
                            &copy; <span>2024</span> Mediacorp Canada
                        </li>
                    </ul>
                </nav>
                
    <span id="recaptcha-page-container" class="noPrint"
          style="visibility:hidden;">
    </span>
    <span class="recaptcha-notice noPrint">
        This site is protected by reCAPTCHA and the Google
        <a href="#" target="_blank" onclick="enav('https://policies.google.com/privacy?hl=en')"><span>Privacy Policy</span></a>
        and
        <a href="#" target="_blank" onclick="enav('https://policies.google.com/terms?hl=en')"><span>Terms of Service</span></a>
        apply.
    </span>

            
        </footer>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://www.eluta.ca/ 2024-05-20 11:12:11
2 https://www.8415tom.com:8888/ 2024-05-20 11:12:07
3 https://thebolditalic.com/?gi=f68f… 2024-05-20 11:12:05
4 http://net-pier.biz/chao/notebook2… 2024-05-20 11:12:05
5 https://salonkrasoty.bryansk.in/ 2024-05-20 11:12:01
6 https://richardk880qjb1.blogcudint… 2024-05-20 11:11:54
7 https://mmsi-pkc.auth0.com/login?s… 2024-05-20 11:11:52
8 https://tattoo-ideas-emo32707.tech… 2024-05-20 11:11:41
9 https://www.golfclubdallas.com/ 2024-05-20 11:11:41
10 https://kickstartcomputers.com.au/ 2024-05-20 11:11:40
11 https://consent.youtube.com/ml?con… 2024-05-20 11:11:37
12 https://marufood-kr.cdn.ampproject… 2024-05-20 11:11:32
13 https://hey-dude.outletonline.cc/ 2024-05-20 11:11:31
14 https://thebolditalic.com/?gi=6cfb… 2024-05-20 11:11:22
15 http://152.42.208.225/prediksi-tai… 2024-05-20 11:11:22
16 http://toolbarqueries.google.com.p… 2024-05-20 11:11:21
17 https://unique-biolink-pages04919.… 2024-05-20 11:11:18
18 https://consent.youtube.com/ml?con… 2024-05-20 11:11:17
19 https://just-dance-now-hack.modmob… 2024-05-20 11:11:17
20 https://lukasgyrj94949.blogkoo.com/ 2024-05-20 11:11:14