<%
'********************************************************************
' File:    sitemap.xml
' Purpose: Creates an on-the-fly Yahoo sitemap
'                                Lagniappe Marketing, April, 2007
'********************************************************************

%>
<!-- #include file="custom/ipg_sitemap_spider.asp" -->
<!-- #include file="core/cls_generic.asp" -->
<%

Dim objPage
Set objPage = New cls_Generic
Main

Sub Main

CreateSitemap "xml",True

End Sub
%>
