Listing 1
<%
Dim strReturnURL 'specify the return URL
Dim strLogoTag 'calls the Passport Manager LogoTag2 method
strReturnURL=Server.URLEncode("http://www.webbish6.com/start.asp")
strLogoTag=oPassportMgr.LogoTag2(strReturnURL)
%>
...
<html>
<head>
...
</head>
<body>
...
<%=strLogoTag%>
...
</body>
</html>