<%@ 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 SAVES AUDIO PSAs

To listen to a PSA on your computer's speakers, click on any of the links below.  If you experience issues or want to download the file itself, right click on any link and select "Save Target As..." to save it to your computer.

 Ashtray  Cupholder
 Before You Shut Off  Favor
 Financial Frustration  Payday Loans
 Financial Problems  No Payments


Scripts:
Description: PSA Script - Options
Format: MS-Word
Download
Description: PSA Script - Options Vers. 2
Format: MS-Word
Download
Description: PSA Script - Imagine
Format: MS-Word
Download
 
<% Layout_TemplateFooter DataConn, rsPage, strParameter %> <% DataConn.Close Set DataConn = Nothing %>