<% Dim fso_load Set fso_load = Server.CreateObject("Scripting.FileSystemObject") Dim oTextStream_load Set oTextStream_load = fso_load.OpenTextFile(Server.MapPath("../load.inc"),1) ' 1: ForReading Response.Write oTextStream_load.ReadAll() Set oTextStream_load = Nothing Set fso_load = Nothing %> <% Dim fso1 Set fso1 = Server.CreateObject("Scripting.FileSystemObject") Dim oTextStream1 Set oTextStream1 = fso1.OpenTextFile(Server.MapPath("../header_cottage_escapes.html"),1) ' 1: ForReading Response.Write oTextStream1.ReadAll() Set oTextStream1 = Nothing Set fso1 = Nothing %> <% Dim fso2 Set fso2 = Server.CreateObject("Scripting.FileSystemObject") Dim oTextStream2 Set oTextStream2 = fso2.OpenTextFile(Server.MapPath("../OLC_footer.html"),1) ' 1: ForReading Response.Write oTextStream2.ReadAll() Set oTextStream2 = Nothing Set fso2 = Nothing %>
 

 


 

Outdoor Safety Tips

Camping is one of the most popular activities for people of all ages in the country. Not only does camping provide the ability to experience nature, but it can be a fun family activity. Knowing the proper safety tips and tricks when camping can mean the difference between a positive and negative trip. Having the proper tools before you embark on your camping adventure is important, too. There are many outdoor safety tips that you should remember at all times when you are camping.

The most important of the outdoor safety tips that experts stress is the need for a proper first aid or safety kit. You should always be prepared for emergencies, both health related and travel related when you are camping. The Safety Kit To Go travels with me at all times, not only when I am going on a camping trip. This kit contains many great items such as a Wind ‘N Go Flashlight, 37 piece first aid kit, Master Glow refillable gas lighter kit, space blankets, compass, whistle, rope and much more. It has everything you might need in any type of emergency. This type of kit is always at the top of the list of outdoor safety tips.

Another key element to preparing for your camping trip is to have other equipment that will make your trip easy and enjoyable. A portable stove or coffee maker can make life in the wild a bit smoother. The Kitchen To Go kit I purchased recently contains many items that will keep your family fed while camping such as a Max Burton Mr. Max Tabletop Burner, Wind ‘N Go Flashlight, sauce pan, skillet and cooking utensils. These items are combined in a handy kit that makes packing a snap. Don’t forget the Coffee To Go 12 cup coffee maker, either. It plugs into your car outlet and makes a cup of coffee in five minutes. This can be a life saver when you are tired from traveling and still need to set up camp for the night.

When you are at a campsite remember to never leave your fire unattended. This will prevent forest fires and keep everyone safe. Remember some other outdoor safety tips such as keeping your tent on a safe spot that is not sloped or near the campfire. Always dispose of your trash properly and beware of poisonous plants. These outdoor safety tips will insure that your family has the best camping experience possible and that you will not need to use your first aid kit. However, being prepared for the worst will lend to your peace of mind and an amazing camping experience. By using these outdoor safety tips your family will thank you for the best camping trip of their lives.



 

 
   
&title=A Safe Camping Adventure Starts With the Right Camping Gear')">  E-mail this page to a friend!

Comments on This Text

<% set myconn = server.createobject("adodb.connection") connection = "DRIVER={MySQL};SERVER=sqlc2.megasqlservers.com;DATABASE=board_outdoorleisurecompany_com;" & "USER=dbm.outdoorleisurecompany.com;PASSWORD=97145; OPTION=3;" 'connection = "driver={MySQL};server=134.220.4.130;uid=demo;database=mydatabase" myconn.open (connection) set result = server.createobject("adodb.recordset") sql = "SELECT * FROM COMMENT WHERE webpage ='" & "http://www.outdoorleisurecompany.com/cottage_escapes/camping.asp" & "' ORDER BY datetime ASC" set result = myconn.execute(sql) if not result.EOF then while not result.EOF response.write("" & result("login") & " on " & result("datetime") & " -
" & result("message") & "

") result.movenext() wend else response.write("

No comments to date") end if %>
<% Dim fso_feedback Set fso_feedback = Server.CreateObject("Scripting.FileSystemObject") Dim oTextStream_feedback Set oTextStream_feedback = fso_feedback.OpenTextFile(Server.MapPath("../include/feedback.html"),1) ' 1: ForReading Response.Write oTextStream_feedback.ReadAll() Set oTextStream_feedback = Nothing Set fso_feedback = Nothing %> Post a comment