dogshow.com Ads.txt file





<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" translate="no">
<head>

<title>DogShow.com - Page Not Found</title>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="description" content="DogShow.com - The Best Way To Enter Dog Events In America!"/>
<meta name="keywords" content="canada united states Dogs, Show, event, Trial, Conformation, Obedience Trials, Rally Obedience Trials, Agility Trials, Lure Coursing Trials, Spaniel Trials and Tests, Retriever Trials and Tests"/>


<meta http-equiv="content-language" content="en-US">
<link href="/content/tds.color-US.css?v=53" rel="stylesheet" type="text/css" />
<link href="/content/tds.css?v=53" rel="stylesheet" type="text/css" />
<link href="/content/tds.images_en-US.css?v=53" rel="stylesheet" type="text/css" />
<link href="/content/jquery-ui.min.css?v=53" rel="stylesheet" type="text/css" />
<link href="/content/fullcalendar.css?v=53" rel="stylesheet" type="text/css" />
<link href="/content/jquery-jvectormap-1.2.2.css?v=53" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="/scripts/jquery-1.11.3.min.js?v=53"></script>
<script type="text/javascript" src="/scripts/jquery-ui.1.11.4.min.js?v=53"></script>
<script type="text/javascript" src="/scripts/jquery.tools.min.js?v=53"></script>
<script type="text/javascript" src="/scripts/moment-with-locales.min.js?v=53"></script>
<script type="text/javascript" src="/scripts/dogshow.js?v=53"></script>
<script type="text/javascript" src="/scripts/jquery.qtip-2.2.1.min.js?v=53"></script>
<script type="text/javascript" src="/scripts/fullcalendar.min.js?v=53"></script>
<script type="text/javascript" src="/scripts/jquery.cookie.js?v=53"></script>
<script type="text/javascript" src="/scripts/jquery-jvectormap-1.2.2.min.js?v=53"></script>
<script type="text/javascript" src="/scripts/jquery-jvectormap-ca-lcc-en.js?v=53"></script>

<!--BREAK OUT OF FRAME-->

<script language="JavaScript" type="text/javascript">
if (top.location != location) {
top.location.href = document.location.href;
};
</script>






<link rel="apple-touch-icon" sizes="152x152" href="/content/favicon/apple-touch-icon_US.png?v=53" />
<link rel="icon" type="image/x-icon" href="/content/favicon/favicon_US.ico?v=53" />
<link rel="icon" type="image/png" sizes="32x32" href="/content/favicon/favicon-32x32_US.png?v=53" />
<link rel="icon" type="image/png" sizes="16x16" href="/content/favicon/favicon-16x16_US.png?v=53" />
<link rel="manifest" href="/content/favicon/site_US.webmanifest"/>
<link rel="mask-icon" href="/content/favicon/safari-pinned-tab_US.svg?v=53" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#335581"/>
<meta name="theme-color" content="#335581"/>
<meta name="og:image" content="/content/images/facebook_profile_US.png?v=53" />
<link rel="image_src" href="/content/images/facebook_profile_US.png?v=53" />



<script type="text/javascript">
var expiry = null;
var now = moment();

var timer = setInterval(function() {
updateTimeRemaining();
},
1000);

function updateTimeRemaining() {
if (expiry == null) return;
now = moment();

var minutes = expiry.diff(now, 'minutes');
var seconds = expiry.diff(now, 'seconds') % 60;

if (minutes > 0 || seconds > 0) {
if ($(".minutes").length) $(".minutes").text(minutes);
if ($(".seconds").length) $(".seconds").text(seconds);
} else {
if ($("#shoppingCartInfo").length) $("#shoppingCartInfo").hide('slow');
if ($(".reservation").length) $(".reservation").hide('slow');
if ($(".reservationInfo").length) $(".reservationInfo").hide('slow');
if ($("#dialog-processing").is(':visible')) $("#dialog-processing").dialog("close");

$("#dialog-shopping-cart-expired").dialog({
resizable: false,
closeOnEscape: false,
width: 600,
height: 300,
modal: true,
open: function(event, ui) {
//hide close button.
$(this).parent().children().children('.ui-dialog-titlebar-close').hide();
},
buttons: {
"Start Over": function() {
clearInterval(timer);
$(this).dialog("close");
window.location = '/ShoppingCart/Expired';
}
}
});
}
}
</script>
<script type="text/javascript">
function onLoad() {
$.cookie.defaults.path = '/';
if ($.cookie("skipmismatchedcountrycheck") === "true") return;

DisplayMismatchCountryDialogUSen();

}
</script>
<script type="text/javascript">
var repeatPostCount = 0;
var timeoutReference;
var maxRetryPosts;

function repeatPostIfDelayed() {
clearTimeout(timeoutReference);
if (repeatPostCount >= maxRetryPosts) {
$('#pleasewait').hide();
$('#pleasewaittimeout').show();
repeatPostCount = 0;

$("#dialog-processing").dialog({
height: 400
});

$("#dialog-processing").dialog("option",
"buttons",
[
{
text: "Close",
click: function() {
$(this).dialog("close");
}
}
]
);
} else {
timeoutReference = setTimeout(repeatPostIfDelayed, 30000);
repeatPostCount++;
document.forms[0].submit();
}
};

function showPostDialog(maxRetries) {
maxRetryPosts = maxRetries;
$('#pleasewaittimeout').hide();
$('#pleasewait').show();

$("#dialog-processing").dialog({
resizable: false,
dialogClass: "no-close",
height: 250,
show: { effect: "puff", duration: 800 },
modal: true,
closeOnEscape: false,
buttons: {},
open: function(event, ui) {
$(".ui-dialog-titlebar-close", ui.dialog || ui).hide();
}
});

document.forms[0].submit();
timeoutReference = setTimeout(repeatPostIfDelayed, 30000);
}
</script>

<script>
function DisplayMismatchCountryDialogCAen() {
$("#dialog-mismatched_country-CA-en")
.dialog({
resizable: false,
height: 240,
width: 800,
modal: true,
buttons: {
"Canada (DogShow.ca)": function() {
$.cookie("skipmismatchedcountrycheck", "true");
$(this).dialog("close");
},
"United States (DogShow.com)": function() {
top.location.href = "https://dogshow.ca/en";
$.cookie("skipmismatchedcountrycheck", "true");
$(this).dialog("close");
}
}
});
}

function DisplayMismatchCountryDialogCAfr() {
$("#dialog-mismatched_country-CA-fr")
.dialog({
resizable: false,
height: 240,
width: 800,
modal: true,
buttons: {
"Canada (DogShow.ca)": function() {
$.cookie("skipmismatchedcountrycheck", "true");
$(this).dialog("close");
},
"États-Unis (DogShow.com)": function() {
top.location.href = "https://dogshow.ca/en";
$.cookie("skipmismatchedcountrycheck", "true");
$(this).dialog("close");
}
}
});
}

function DisplayMismatchCountryDialogUSen() {
$("#dialog-mismatched_country-US-en")
.dialog({
resizable: false,
height: 240,
width: 800,
modal: true,
buttons: {
"United States (DogShow.com)": function() {
$.cookie("skipmismatchedcountrycheck", "true");
$(this).dialog("close");
},
"Canada (DogShow.ca)": function() {
$.cookie("skipmismatchedcountrycheck", "true");
top.location.href = "https://dogshow.ca/en";
$(this).dialog("close");
}
}
});
}

function DisplayMismatchCountryDialogUSfr() {
$("#dialog-mismatched_country-US-fr")
.dialog({
resizable: false,
height: 240,
width: 800,
modal: true,
buttons: {
"États-Unis (DogShow.com)": function() {
$.cookie("skipmismatchedcountrycheck", "true");
$(this).dialog("close");
},
"Canada (DogShow.ca)": function() {
$.cookie("skipmismatchedcountrycheck", "true");
top.location.href = "https://dogshow.ca/en";
$(this).dialog("close");
}
}
});
}
</script>
</head>


<body onload="javascript: onLoad();">

<noscript>
<div class="notificationContainer">
<div class="notificationContent">
<p class="iconNotificationInfo">JavaScript is disabled on your browser. This website will NOT function properly without Javascript enabled.<strong><a href="JavaScriptAndCookiesRequired">Click here for more information.</a></strong></p>
</div>
</div>
</noscript>




<div id="dialog-processing" title="Processing" style="display:none">
<p>
<span style="float: left; margin: 0 7px 0px 0;"></span>
<div id="pleasewait">
Please wait while we process your request. Requests are processed by the server in the order they are received.
<br />
<br />
<img src="/content/images/pleasewait.gif?v=53" alt="Please wait..." />
</div>
<div id="pleasewaittimeout" style="display: none" class="colorRed">
Your request has been processing for longer than usual.
<br />
<br />
The connection between your browser and the server may have been interrupted. Please close this window to retry your request.
</div>
</p>
</div>

<!-- HEADER CONTAINER -->
<div class="headerContainer">
<div class="headerContent">
<!-- LOGO -->
<div class="headerLogo">
<a href="/">
<img src="/content/images/header_logo_US.png?v=53" alt="DogShow.com - Enter Dog Events Across America " />
</a>
</div>

<div class="headerLanguage">
<span class="countryDropDown" style="float: right;">
<ul>
<li class="dropDown lastChild" style="margin-top: -10px;">
<img width="50px" style="vertical-align: middle" src="/content/images/flag_us.png?v=53" />
<span style="vertical-align: middle"><a href="#">English</a></span>
<ul>
<li >
<span style="vertical-align: middle">
<img width="50px" style="vertical-align: middle" src="/content/images/flag_ca.png?v=53" />
<a href="https://dogshow.ca/en">DogShow.ca (English)</a>
<br /><i style="margin-left: 60px">Events based in Canada.</i>
</span>
</li>
<li>
<span style="vertical-align: middle">
<img width="50px" style="vertical-align: middle" src="/content/images/flag_ca.png?v=53" />
<a href="https://dogshow.ca/fr">DogShow.ca (Français)</a>
<br/><i style="margin-left: 60px">Événements basés au Canada.</i>
</span>
</li>
</ul>
</li>
</ul>
</span>
</div>

</div>
</div>

<!-- NAV BAR CONTAINER -->
<div class="navbarContainer">
<div class="navbarContent">
<!-- NAV BAR -->
<div class="navbar">
<ul>


<li id="navHome"><a href='/'><span>Home</span></a></li>
<li id="navEvents"><a href='/Events'><span>Events</span></a></li>
<li id="navMyAccount"><a href='/MyAccount'><span>My Account</span></a></li>
<li id="navHelp"><a href='/Help'><span>Help</span></a></li>
<li id="navAboutUs"><a href='/AboutUs'><span>About Us</span></a></li>
</ul>
</div>
<!-- NAV BAR LOGIN AREA -->
<div class="navbarLoginArea">
<p>You are not logged in. <a href='/MyAccount/Login'><strong>Login Now ></strong></a></p>
</div><br class="divClear" />
</div>
</div>

<div>




<!-- MAIN AREA -->
<div class="mainContainer">
<div class="mainContent">

<h1>Sorry, the page you requested can not be found.</h1>
The URL you are using may be outdated.<br />
<br />
If you are searching for an event, please click the Events button above.<br />
<br />
Sincerely,<br />
<em>
DogShow.com<br />
</em>
<!-- CLOSE MAIN AREA -->
</div>
</div>


</div>

<div id="dialog-shopping-cart-expired" title="Your Shopping Cart Has Expired" style="display: none">
<p>
<span style="float: left; margin: 0 7px 0px 0;"></span>
<strong>Your shopping cart has expired, as your allotted time has run out.</strong><br /><br />
All items in your shopping cart have been removed.<br /><br />
You can start over at any time by clicking on the button below.<br /><br />
</p>
</div>

<!-- FOOTER AREA -->
<div class="footerContainer">
<div class="footerContent">
<p>
<a href='/ContactUs'><strong>Contact Us</strong></a> &nbsp;&nbsp;| &nbsp;&nbsp;
<a href='/RefundPolicy'><strong>Refund Policy</strong></a> &nbsp;&nbsp;| &nbsp;&nbsp;
<a href='/TermsOfUse'><strong>Terms Of Use</strong></a> &nbsp;&nbsp;| &nbsp;&nbsp;
<a href='/PrivacyPolicy'><strong>Privacy Policy</strong></a> &nbsp;&nbsp;| &nbsp;&nbsp;
<a href='/SwitchView?mobile=True&amp;returnUrl=%2Fads.txt'><strong>Mobile</strong></a><br />

Copyright &copy; DogShow.com
A division of MDEX Solutions US Inc.
All Rights Reserved.
</p>
<div class="footerPaymentLogos"><img src="/content/images/footer_payment_logos_US.gif?v=53" alt="Visa, MasterCard and American Express " /></div>
<div class="facebookLogo"><a href='/Facebook'><img src="/content/images/FB-FindUsOnFacebook.png?v=53" alt="Find Us On Facebook! " /></a></div>

</div>
</div><br class="divClear" />

<script type="text/javascript">
var clicky_custom = clicky_custom || {};
clicky_custom.visitor = {
username: '',
email: '',
userid: '',
firstname: '',
lastname: '',
language: 'en'
};
</script>
<script type="text/javascript">
var clicky_site_ids = clicky_site_ids || [];
clicky_site_ids.push(100990067);
(function () {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = '//static.getclicky.com/js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
})();
</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100990067ns.gif" /></p></noscript>
</body>
<div id="dialog-mismatched_country-CA-en" style="display:none">
<p>
<span style="float:left; margin:0 7px 0px 0;"></span>

You're viewing our website for <strong>Canada</strong>, but it looks like you're not in Canada.
<br/> <br/>
Please select the country for which you are interested in events for.
</div>
<div id="dialog-mismatched_country-CA-fr" style="display:none">
<p>
<span style="float:left; margin:0 7px 0px 0;"></span>

Vous consultez notre site Web pour le <strong>Canada</strong>, mais il semble que vous n'êtes pas au Canada.
<br/> <br/>
Veuillez sélectionner le pays pour lequel vous êtes intéressé par des événements pour
</div>
<div id="dialog-mismatched_country-US-en" style="display:none">
<p>
<span style="float:left; margin:0 7px 0px 0;"></span>

You're viewing our website for the <strong>United States</strong>, but it looks like you're not in the U.S.
<br/> <br/>
Please select the country for which you are interested in events for.
</div>
<div id="dialog-mismatched_country-US-fr" style="display:none">
<p>
<span style="float:left; margin:0 7px 0px 0;"></span>

Vous consultez notre site Web pour le <strong>États-Unis</strong>, mais il semble que vous n'êtes pas au États-Unis.
<br/> <br/>
Veuillez sélectionner le pays pour lequel vous êtes intéressé par des événements pour
</div>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.