(function($){ var allowedDomains = ['www.immigroup.com', 'britishpassport.ca', 'canadian-citizenship.ca', 'canadian-passport-support.com', 'citizenshipcertificate.ca', 'fastcardapplication.com', 'britishpassport.ca', 'marryingacuban.com', 'nexuscardapplication.com', 'prcardcanada.ca', 'recordoflanding.ca', 'visatotheus.ca', 'canada-immigration-info.ca']; if(-1 !== $.inArray(window.location.hostname, allowedDomains) && (!jQuery.cookie("ccaccepted") || 1 != jQuery.cookie("ccaccepted"))) { jQuery('body').append('
\ \ This website uses cookies to ensure you get the best experience on our website. Learn more\ \
\ Got it!\
X
\
\
'); } jQuery("body").delegate("#cookiesaccept", "click", function() { jQuery("#ccdiv").hide(); jQuery.cookie("ccaccepted", 1, {expires : 180, path: "/"}); }); jQuery("body").delegate("#cookiesclose", "click", function() { jQuery("#ccdiv").hide(); }); })(jQuery);