<!--INSERTADTHISPAGE -->
<%
	
	dim sitepathcheck, imagespath
	
	
	if (Request.ServerVariables("LOCAL_ADDR") = "203.24.131.65") then	
	
		sitepathcheck = "lvlq3a/"
	
	else
	
		sitepathcheck = "lvl/"
	
	end if
		
		
	if instr(1,Request.ServerVariables("PATH_INFO"),sitepathcheck & "beta/") > 0 then
		
		sitepathcheck = "[ ..::LvL - Q3A beta's ]"
	
		imagespath = "../"
	
	elseif instr(1,Request.ServerVariables("PATH_INFO"),sitepathcheck & "server/") > 0 then
		
		sitepathcheck = "[ ..::LvL - Q3A server's ]"

		imagespath = "../"
		
	elseif instr(1,Request.ServerVariables("PATH_INFO"),sitepathcheck & "mods/") > 0 then
		
		sitepathcheck = "[ ..::LvL - Q3A mod's ]"

		imagespath = "../"
		
	elseif instr(1,Request.ServerVariables("PATH_INFO"),sitepathcheck & "forum/") > 0 then
		
		sitepathcheck = "[ ..::LvL - Forum's ]"

		imagespath = "../"
		
	else
		
		sitepathcheck = "[ ..::LvL - Q3A edition ]"

		imagespath = ""
		
	end if		
		
%><html>
<head>
	<title><%=sitepathcheck%></title>
<%	

'font size for windows different to mac/linux
	if Instr(1,Lcase(Request.ServerVariables("HTTP_USER_AGENT")),"win") then 
%><style type="text/css">
<!--
.nav  { font-size : 10pt; color : #b3b3b3; font-family : Verdana,Arial,sans-serif; }
.navsm  { font-size : 8pt; color : #b3b3b3; font-family : Verdana,Arial,sans-serif; }
.sub  { font-size : 12pt; color : #696969; font-family : Verdana,Arial,sans-serif; }
.subsm  { font-size : 8pt; color : #696969; font-family : Verdana,Arial,sans-serif; }

.main  { font-size : 10pt; color : #696969; font-family : Verdana,Arial,sans-serif; }

A:link { text-decoration : none ; color : #b32020; }
A:visited { text-decoration : none ; color : #b32020; }
A:active { text-decoration : none ; color : #20b320; }
A:hover { text-decoration : none ; color : #20b320; }

A.navlink:link { text-decoration : none ; color : #b3b3b3; }
A.navlink:visited { text-decoration : none ; color : #b3b3b3; }
A.navlink:active { text-decoration : none ; color : #efefef; }
A.navlink:hover { text-decoration : none ; color : #efefef; }

A.copy { text-decoration : none ; color : #b3b3b3; }

-->
</style><% 
	else 
%><style type="text/css">
<!--
.nav  { font-size : 12pt; color : #b3b3b3; font-family : Verdana,Arial,sans-serif; }
.navsm  { font-size : 10pt; color : #b3b3b3; font-family : Verdana,Arial,sans-serif; }
.sub  { font-size : 14pt; color : #696969; font-family : Verdana,Arial,sans-serif; }
.subsm  { font-size : 10pt; color : #696969; font-family : Verdana,Arial,sans-serif; }

.main  { font-size : 12pt; color : #696969; font-family : Verdana,Arial,sans-serif; }

A:link { text-decoration : none ; color : #b32020; }
A:visited { text-decoration : none ; color : #b32020; }
A:active { text-decoration : none ; color : #20b320; }
A:hover { text-decoration : none ; color : #20b320; }

A.navlink:link { text-decoration : none ; color : #b3b3b3; }
A.navlink:visited { text-decoration : none ; color : #b3b3b3; }
A.navlink:active { text-decoration : none ; color : #efefef; }
A.navlink:hover { text-decoration : none ; color : #efefef; }

A.copy { text-decoration : none ; color : #b3b3b3; }

-->
</style><% 
	end if 
%>
</head>
<!-- pages, code and graphics &copy; copyright 1999-2000 ray dow, tigger-on, tigger@ebom.org -->
<!-- ..::LvL &copy; copyright 1999-2000 ray dow, tigger-on, tigger@ebom.org -->
<body background="<%=imagespath%>images/lvl_bg1.gif" text="#696969" leftmargin=0 rightmargin=0 topmargin=0 marginwidth="0" marginheight="0">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
	<tr>
		<td width="136" colspan="2" rowspan="2" background="<%=imagespath%>images_random/topleft_<%=top_left%>.gif"><a href="./" target="_top"><img src="<%=imagespath%>images/clear.gif" width="136" height="114" alt=" " border="0"></a></td>
		<td width="173" background="<%=imagespath%>images/top_bg1.gif" align="left"><img src="<%=imagespath%>images/lvlq3a_logo.gif" width="173" height="68" alt="<%=sitepathcheck%>"></td>
<!--- banner ad in here --->
<% if Request.ServerVariables("LOCAL_ADDR") = "203.24.131.65" then %>
		<td width="100%" background="<%=imagespath%>images/top_bg1.gif" align="right" valign="top"><a href="" target="_top"><img src="<%=imagespath%>banner_ad/tig_bigtits.gif" border="0" alt="Click for more information!" width="468" height="60"></a></td>
<% else %>
		<td width="100%" background="<%=imagespath%>images/top_bg1.gif" align="right" valign="top"><!--ACCIPITERADINSERT /SITE=PQ/GENRE=ACTION/AREA=HOSTED/AAMSZ=IAB_FULL_BANNER-->
		</td>	
<% end if %>
	</tr>
	<tr>