<%@ language="VBScript" %> <% Dim DataConn 'As Data Connection Dim strPage 'As String Dim rsPage 'As Recordset 'Open Data Connection Set DataConn = OpenDatabase() 'Retrieve Page Information strPage = Layout_GetContentFileOfCurrentPage(DataConn, "") strSQL = "CM_Select_Content_Tree_ByContentFile '" & strPage & "'" Set rsPage = DataConn.Execute(strSQL) %> <% Layout_TemplateHeader1 DataConn, rsPage, "" Layout_TemplateHeader2 DataConn, rsPage, "" %>

UNIT AND ORGANIZATIONAL RESOURCES

This online toolkit gives you and your organization almost everything you need to become a Military Saves Community. Download the posters, flyers, PSAs, checklists, and add some leadership and enthusiasm, and you're on your way to being an organization on fire for financial freedom!

Graphics

Video PSAs

Audio PSAs

Resource Kit

Saver Drive OPLAN

Promotional Suite
Use our Promotional Materials for your Campaign.

<% Layout_TemplateFooter DataConn, rsPage, strParameter %> <% DataConn.Close Set DataConn = Nothing %>