<!DOCTYPE html>
<html lang="en">
<head>
<!-- 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">
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>
<!-- Begin GetOrgInfo --><!-- End GetOrgInfo --><!-- End GetChapterInfo -->
<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>
<link href="/Startup/CSS/MemberCSS.asp" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function Redirect()
{
location = "/Startup/SetupSite.asp"; // Redirect immediately to the actual page
}
//window.onload = Redirect;
</script>
</head>
<body style="text-align: center; background-color : " onload='Redirect()'>
<div class="Center">
<div>
<table class="T100">
<tr>
<td style="height:80px;"></td>
</tr>
<tr>
<td>
<div class="Center" style=" width:100%; text-align: center;"><img class="Banner Center" alt="Please Wait While the Page Loads" src="/Style/images/PleaseWaitTxt.gif" width="200" /></div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>