%@ Language="VBScript" %>
<% Option Explicit %>
<%
'############################################################################################
'## ##
'## ##
'## VEETRON .COM ##
'## ##
'############################################################################################
%>
<%Dim msg,uname,fname,lname
msg = Request.QueryString("msg")
uname = Request.QueryString("uname")
fname = Request.QueryString("fname")
lname = Request.QueryString("lname")
%>
<%IF Session("login") = "True" Then%>