<!DOCTYPE html>
<html lang="en">
<head>
<script language="javascript" type="text/javascript">
function HideBtn()
{
document.getElementById('HideBtnID').style.visibility = "hidden"; //first hide the button
setTimeout(function(){ //using setTimeout function
document.getElementById('HideBtnID').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
}
,3000);
}
function HideBtn1()
{
document.getElementById('HideBtnID1').style.visibility = "hidden"; //first hide the button
setTimeout(function(){ //using setTimeout function
document.getElementById('HideBtnID1').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
}
,3000);
}
function HideBtn2()
{
document.getElementById('HideBtnID2').style.visibility = "hidden"; //first hide the button
setTimeout(function(){ //using setTimeout function
document.getElementById('HideBtnID2').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
}
,3000);
}
function HideBtn3()
{
document.getElementById('HideBtnID3').style.visibility = "hidden"; //first hide the button
setTimeout(function(){ //using setTimeout function
document.getElementById('HideBtnID3').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
}
,3000);
}
function HideBtn4()
{
document.getElementById('HideBtnID4').style.visibility = "hidden"; //first hide the button
setTimeout(function(){ //using setTimeout function
document.getElementById('HideBtnID4').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
}
,3000);
}
function HideBtn5()
{
document.getElementById('HideBtnID5').style.visibility = "hidden"; //first hide the button
setTimeout(function(){ //using setTimeout function
document.getElementById('HideBtnID5').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
}
,3000);
}
function HideBtn6()
{
document.getElementById('HideBtnID6').style.visibility = "hidden"; //first hide the button
setTimeout(function(){ //using setTimeout function
document.getElementById('HideBtnID6').style.visibility = "visible"; //displaying the button again after 3000ms or 3 seconds
}
,3000);
}
</script>
<script language="javascript" type="text/javascript">
document.cookie = "S_W=" + screen.availWidth ;
document.cookie = "S_H=" + screen.availHeight;
document.cookie = "W_W=" + window.innerWidth;
document.cookie = "W_H=" + window.innerHeight;
</script>
<script language="javascript" type="text/javascript">
var sTargetURL = "/Default.asp";
var Msg = "Your website session has EXPIRED.\\nYou have been returned to the website HomePage.";
function timedRedirect()
{
window.location.replace( sTargetURL );
}
setTimeout( "timedRedirect()", 32400000 );
window.setTimeout("alert('" + Msg + "')", 32399900);
alert("Session will expire in " + );
</script>
<script type="text/javascript">
$(document).ready(function(){
$('.HideShow').addClass("hidden");
$('.HideShow').click(function() {
var $this = $(this);
if ($this.hasClass("hidden")) {
$(this).removeClass("hidden").addClass("visible");
} else {
$(this).removeClass("visible").addClass("hidden");
}
});
});
</script>
<script type="text/javascript">
$(document).ready(function() {
$("#toggle").click(function(){
$(".target").toggle( 'slow', function(){
$(".log").text('Toggle Transition Complete');
});
});
});
</script>
<script src="https://www.google.com/recaptcha/api.js"></script> <script>function ReCaptchaCallback(token) { document.getElementById("WebsiteLogin").submit(); } </script> <!-- Begin GetOrgInfo --><!-- GetOrgInfo Record NOT Available--><!-- End GetOrgInfo --><!-- GetChapterInfo Record NOT Available--><!-- End GetChapterInfo --><!-- Start WhatWebsite.asp -->
<!--
Make sure that you also set up the following Pages
/Startup/MetasNames.asp
Style/Borders/Footer.asp
Style/Borders/Header.asp
Style/Borders/HeaderImage.asp
Web/(Site)
Pages/(Site)
MbrPgm/Administartion/Advertising/Advertisers.asp
MbrPgm/Admin/Policy/Refunds.asp
Note: Organizational Record Website has to Match Domain Name
-->
<!-- End WhatWebsite.asp -->
<script language="javascript" type="text/javascript">
document.cookie = "S_W=" + screen.availWidth ;
document.cookie = "S_H=" + screen.availHeight;
document.cookie = "W_W=" + window.innerWidth;
document.cookie = "W_H=" + window.innerHeight;
</script>
<!-- Start Block Hackers -->
<!-- End Block Hackers -->
<!-- Begin GetOrgInfo --><!-- End GetOrgInfo --><!-- End GetChapterInfo --><!-- End GetChapterInfo -->
<script src="/Style/JS/jquery-3.5.1.min.js"></script>
<!-- Begin MetaNames -->
<link rel="apple-touch-icon-precomposed"
sizes="57x57" href="/web/Sams/Style/ICO/favicon-apple-touch-114.png">
<link rel="apple-touch-icon-precomposed"
sizes="114x114" href="/web/Sams/Style/ICO/favicon-apple-touch-114.png">
<link rel="apple-touch-icon-precomposed"
sizes="72x72" href="/web/Sams/Style/ICO/favicon-apple-touch-144.png">
<link rel="apple-touch-icon-precomposed"
sizes="144x144" href="/web/Sams/Style/ICO/favicon-apple-touch-144.png">
<link rel="icon" type="image/vnd.microsoft.icon"
sizes="32x32 48x48" href="/web/Sams/Style/ICO/favicon.ico">
<link rel="icon" href="/web/Sams/Style/ICO/favicon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Lora&family=Nunito&family=Mulish&family=Work+Sans:wght@700&display=swap" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="copyright" content="Stephen Blythe - Blythe Business Software 949 322-4397" />
<meta name="Author" content="Stephen Blythe - Blythe Business Software 949 322-4397" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<!-- End MetaNames -->
<link href="/Startup/CSS/MemberCSS.asp" rel="stylesheet" type="text/css" />
<title>Login</title>
</head>
<body class="Body localcss" onLoad='document.forms.Login.MbrLogin.focus()'>
<div class="Center PaddingT10"><div>
</div>
</div>
<div class="LoginSection">
<div class="T100 MarginT10 PaddingT10 Center">
<img alt="Sams Logo" class="image header-logo" style="max-width:400px;max-height:60px;" src="/MbrPgm/Admin/ASP/ShowOrgGraphics.asp?OrgID=&CoCode=Sams&PhotoType=OrgHeader" />
</div>
<div class="Box MarginT10 PaddingT10" >
<form name="Login" id="WebsiteLogin" method="post" action="MemberLogin2.asp?kfQ=&cntrvq=&T1g1cntr=&edf=">
<div class="T100 Center PaddingT10 BLine"><img class="image" alt="" src="/Style/images/login_member.gif" border="0" /></div><br/>
<div class="T100 Center">
<input name="MbrLogin" type="text" class="InputForm" placeholder="Login or Email Address" /><br/><br/>
<input name="MbrPassword" id="MbrPassword" type="password" class="InputForm" placeholder="Enter Password"/><br/><br/>
</div>
<div class="T100 Center"><div class="Center"><button class="g-recaptcha SubmitBtn" data-sitekey="6LfbOs4gAAAAAMoe-gQSfD7qCHuyfYMneVrvCcmC" data-callback="ReCaptchaCallback" data-action="submit">Login Here</button></div>
</div>
<br/><br/>
<div class="T100 Center PaddingT10 TBLine FormTitle2">New Member Login</div>
<div class="T100 Center"><br/>
Complete our Member Profile to Join our Organization.
</div>
<div class="T100 Center">
<br/>
<a class="SubmitBtn" href="/MbrPgm/Member/MemberEDITa.asp?N=ZN">Register Here</a>
</div>
<div class="T100 Center PaddingT10"><br/>
<a href="/MbrPgm/Memberlogin/LoginRequest.asp">Forgot your password? Click Here</a>
</div>
</form>
</div>
</div>
<script src="/Style/JS/Chosen/chosen.jquery.js" type="text/javascript"></script>
<script src="/Style/JS/Chosen/docsupport/prism.js" type="text/javascript" charset="utf-8"></script>
<script src="/Style/JS/Chosen/docsupport/init.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>