<!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 type="text/javascript">
//<![CDATA[
var show_msg = '';
if (show_msg !== '0') {
var options = {view_src: "View Source is disabled!", inspect_elem: "Inspect Element is disabled!", right_click: "Right click is disabled!", copy_cut_paste_content: "Cut/Copy/Paste is disabled!", image_drop: "Image Drag-n-Drop is disabled!" }
} else {
var options = '';
}
function nocontextmenu(e) { return false; }
document.oncontextmenu = nocontextmenu;
document.ondragstart = function() { return false;}
document.onmousedown = function (event) {
event = (event || window.event);
if (event.keyCode === 123) {
if (show_msg !== '0') {show_toast('inspect_elem');}
return false;
}
}
document.onkeydown = function (event) {
event = (event || window.event);
//alert(event.keyCode); return false;
if (event.keyCode === 123 ||
event.ctrlKey && event.shiftKey && event.keyCode === 73 ||
event.ctrlKey && event.shiftKey && event.keyCode === 75) {
if (show_msg !== '0') {show_toast('inspect_elem');}
return false;
}
if (event.ctrlKey && event.keyCode === 85) {
if (show_msg !== '0') {show_toast('view_src');}
return false;
}
}
function addMultiEventListener(element, eventNames, listener) {
var events = eventNames.split(' ');
for (var i = 0, iLen = events.length; i < iLen; i++) {
element.addEventListener(events[i], function (e) {
e.preventDefault();
if (show_msg !== '0') {
show_toast(listener);
}
});
}
}
addMultiEventListener(document, 'contextmenu', 'right_click');
addMultiEventListener(document, 'cut copy paste print', 'copy_cut_paste_content');
addMultiEventListener(document, 'drag drop', 'image_drop');
function show_toast(text) {
var x = document.getElementById("amm_drcfw_toast_msg");
x.innerHTML = eval('options.' + text);
x.className = "show";
setTimeout(function () {
x.className = x.className.replace("show", "")
}, 3000);
}
//]]>
</script>
<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>