<%
If Request.Cookies("Webmaster") <> "Validated" Then
Response.Redirect("/ctrfiles/stats/login.asp")
End if
%>
 <!--#INCLUDE Virtual="/common/config.inc" --> 
<html>
<head><title>--Administration--</title>
<script language="javascript" type="text/javascript">
<!--
/****************************************************
Scott Slinkard C/O Houseviewonline.com
****************************************************/
var winB=null;
function NewWindowB(page,name,wd,ht,scrollB){
LeftPos=(screen.width)?(screen.width-wd)/2:100;
TopPos=(screen.height)?(screen.height-ht)/2:100;
prefs='width='+wd+',height='+ht+',top='+TopPos+',left='+LeftPos+',scrollbars='+scrollB+',location=no,directories=no,status=no,menubar=yes,toolbar=no,resizable=yes';
pageB=page;
winB=window.open(pageB,name,prefs);
if(winB.focus){winB.focus();}}
// -->
</script>
<!--#include file="menu.inc"--> 
</head>
<body  onload="init()">
<br>
<center>
<img src="/webimages/static2.jpg" ALT="<%=strdescription%>"><br>
<font face="Tahoma" size="2"><b>Virtual Real Estate::.</b></font>
<center><br>
<IFRAME SRC="<%=strcontrolpanel%>" NAME="BBS" SCROLLING="Auto" ALIGN=TOP WIDTH=100% HEIGHT="<% If Instr(1,strcontrolpanel,"&fw",1) Then Response.Write("1400") Else Response.Write("800") %>" MARGINWIDTH=2 MARGINHEIGHT=2 FRAMEBORDER=0>
<br>
<br>
<br>
</IFRAME>
</center>
</body>
</html>