<%@ 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 — Kids

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!!

Our Military Youth Eagle has a name... "Skyler, Soaring with Savings".

Pledge Savings Tips Resources Contact Us



Hey, Kids! Discover the Secrets of Sammy Rabbit.

 

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