%
@ LANGUAGE="VBSCRIPT"
%>
<%
Option Explicit
Dim i
Dim intID
Dim Theme
%>
<% ' FAVORITE LINKS SCRIPT
If Request.Form("addLink") <> "" Then 'add links
call addLink
End If
If Request.Form("removeLink") <> "" Then 'remove links
call removeLink
End If
call styleSheet
%>