<%@ 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, "" %>

Military Youth Saves — Take the Saver Pledge

Military Youth Saves Eagle

Military Youth Saves is a social marketing program designed to encourage kids and teens to develop good savings habits at a young age. We want you to be a responsible saver but we also want you to spread the savings message to your family and friends!!

 

Group   Individual
Groups can take the saver pledge...   Individuals can take the saver pledge...
Group Pledge   Individual Pledge
<% Layout_TemplateFooter DataConn, rsPage, strParameter %> <% DataConn.Close Set DataConn = Nothing %>