% dim title title = "Health Care Reform Resources" dim desc desc = "Health Care Reform Resources" dim keywords keywords = "Health Care Reform Resources" %> <% rightcolumn = "off" %>
As health care reform is implemented, it is important for Missourians to understand what to expect. The Cover Missouri team is traveling across the state to talk about what is in the health care reform law and how it may impact individuals, families, and businesses in Missouri.
We prepare fact-based presentations for each meeting and welcome questions from participants. On the map you can see where we're going.
Check the list below to see if a meeting has been planned in your area. Also, if you’d like to set up a Cover Missouri presentation in your community, please call (314) 345-5576 or send us an email covermissouri@mffh.org.
You can see photos from past meetings on Facebook.
Upcoming Meetings<% tyear=year(date) tmonth=month(date) if tmonth <10 then tmonth = "0" & tmonth tday=day(date) if tday<10 then tday = "0" & tday tdate = tyear & tmonth & tday %> <% set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" conn.Open(Server.Mappath("/access_db/newsroom.mdb")) set rs = Server.CreateObject("ADODB.recordset") sql="SELECT * FROM reformevents WHERE Live='on' AND Orderdate>="& tdate &" ORDER BY Orderdate" rs.Open sql, conn DO WHILE NOT rs.EOF %><% Response.Write(rs("EventName").Value) %> |
Past Events<% tyear=year(date) tmonth=month(date) if tmonth <10 then tmonth = "0" & tmonth tday=day(date) if tday<10 then tday = "0" & tday tdate = tyear & tmonth & tday %>
<%
set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0"
conn.Open(Server.Mappath("/access_db/newsroom.mdb"))
set rs = Server.CreateObject("ADODB.recordset")
sql="SELECT TOP 15 * FROM reformevents WHERE Live='on' AND Orderdate<="& tdate &" ORDER BY Orderdate DESC"
rs.Open sql, conn
DO WHILE NOT rs.EOF
%>
<%
fixlocation=rs("Location").Value
fixlocation = replace(fixlocation, "'", "'")
Response.Write(rs("prMonth").Value) %>/<% Response.Write(rs("prDate").Value) %>/<% Response.Write(rs("prYear").Value) %> <% Response.Write fixlocation %> |