<%@LANGUAGE="JAVASCRIPT"%> <% var rsServices_cmd = Server.CreateObject ("ADODB.Command"); rsServices_cmd.ActiveConnection = MM_DB_STRING; rsServices_cmd.CommandText = "SELECT * FROM dbo.Services WHERE IsCoaching=1 and IsActive=1 ORDER BY ServiceDate"; rsServices_cmd.Prepared = true; var rsServices = rsServices_cmd.Execute(); var rsServices_numRows = 0; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; rsServices_numRows += Repeat1__numRows; %> Life Coaching Services - Russ Hiner
Contact Us Today!
(404) 635-4357
Russ@rhiner.com
Home | About Us | Services | Coaching | Contact Us
Mission Statement

To inspire and up lift others through building self esteem, nurturing, complements, and admiration. To create dynamic environments which serve  the needs of others in a mutually beneficial and  an abundantly profitable facilitation. In addition to being an example and beacon for others to learn, grow, and be inspired through meaningful relationships which are accepting, and trusting.
 
Russ believes easy joyful work is part of how you succeed. He also believes while education is important, application and repetition is what will make you succeed. It is an intentional action combined with commitment and a good plan will cause the dream to be a reality. America is the greatest nation in the world because we have the freedom to achieve our dreams...quickly. Your dreams are close. When you are ready, the teacher will appear, and you will start feeling your new life and seeing it unfold before you.

Coaching Services Offered


<% if (rsServices.EOF && rsServices.BOF) { %> <% if (!rsServices.EOF || !rsServices.BOF) { %> <% while ((Repeat1__numRows-- != 0) && (!rsServices.EOF)) { %>
<%=(rsServices.Fields.Item("Title").Value)%> - <%=(rsServices.Fields.Item("Price").Value)%>
<% if ((rsServices.Fields.Item("ServiceDate").Value != "") && (rsServices.Fields.Item("ServiceDate").Value != null)) { %> <%=(rsServices.Fields.Item("ServiceDate").Value)%>
<% } %> <%=(rsServices.Fields.Item("Description").Value)%>
<% if ((rsServices.Fields.Item("DocumentPath").Value != "") && (rsServices.Fields.Item("DocumentPath").Value != null)) { %> " target="_blank">Get the Details
<% } %>
<% if ((rsServices.Fields.Item("PaypalCode").Value != "") && (rsServices.Fields.Item("PaypalCode").Value != null)) { %> <% } else { %> Purchase Not Available <% } %>


<% Repeat1__index++; rsServices.MoveNext(); } %> <% } // end !rsServices.EOF || !rsServices.BOF %> There are no Coaching Classes available at this time. Please check back soon. <% } // end rsServices.EOF && rsServices.BOF %>
Copyright 2022 - Russ Hiner - All Rights Reserved
Site maintained by Verdigris Digital
Contact Russ :: User Login :: Admin
<% rsServices.Close(); %>