I just got an email in my inbox today. I wanted to share it so you can see why I continue to blog and build marketing systems to help people.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dear Sir,nothing to do with age but respect to you and your accomplishments!!Man,I feel kinda like a dumbass sometimes.My dissability is enough to live from paycheck to paycheck and nothing more + my wife’s income. Here I am 56 years old now and barely making 250.00/week just like allways since 1972 when I graduated high school.No advertising income,no contacts,no results.
Every time I try to better something,it just makes like a cow pattie and hits the trail! Made great money driving a truck,but my back took that away from me and I had 2 MAJOR heart attacks last year called widowmakers. I have fought physical death and 14 strokes and won many times!
Is there a book in that somewhere?It’s seven A>M> in the morning and I haven’t slept one wink all night by the way,Larry,it’s me, (NAME WITHHELD OUT OF RESPECT)Â here,lest I forget!! Sometimes,I just need to type it all out to you knowing you are intelligent enough to see the whole picture!!
This oppurtuity alone has helped me get through the last 5 years and yes,it’s been that long now.Hell,they’re even telling me medicare may not pay for my last heart surgery!!I’m still living here in the ghetto with my wife of 12 years and I really don’t understand why she puts up with me.
I am going to try and go back to the beginning with PFP and NPN. Father’s day is here again and it all most kills me because my only 2 daughters dissowned me after I divorced their mom some 20 years ago. For me, and I am sure many others,you are a life line of hope and ressilliance and please let miss Jamie know I miss her dearly!! I have a lot of days ill and lose touch with pretty much everything and everyone.used-to,24/7 had no meaning, just $$$.
I love you guys and I ain’t ashamed to tell ya! I still hunt and peck on here,but I get it typed out eventually.You and only you know pretty much of the rest of the story.
Thank you so much for being a friend all these years on the internet. It pretty much means everything to me just knowing you are there “no weird” intended. My main goal now is to get back in touch with reality. May I apologize now if any of my harsh talk has upset you in any way,but sometimes I don’t know just how to get a point across.
Yours Truly,
and “God Bless”
++++++++++++++++++++++++++++++++++++
Sadly this is an all to common story that I get in my inbox weekly. I market online partly to earn money for my family, but I also sincerely wish to make a difference in peoples lives. When you start thinking that its hopeless and nothing is working, just know somewhere someone has it worse than you.
Be happy for what you do have, believe in yourself and your dreams. There is an amazing opportunity online that has made it possible for anyone to break through barriers in their life. People from all walks of life have the opportunity to live in freedom. Simply go out and grab it!
Don’t loose site of what this is all about, its not about products… It is about people helping people. It always has been. Don’t get consumed with making money, SCREW MONEY… There are people hurting in this world, the only way we can make a difference is if we sincerely care about our fellow man.
If there is one thing I can say to you it is: Whatever ever you do in life do it with love.

#dd_ajax_float{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
float:left;
margin-left:-120px;
margin-right:10px;
margin-top:10px;
position:absolute;
z-index:9999;
}jQuery(document).ready(function($){
//put content div class, when scroll beyond this y, float it
var $postShare = $(‘#dd_ajax_float’);
if($(‘.dd_content_wrap’).length > 0){
var descripY = parseInt($(‘.dd_content_wrap’).offset().top) – 20;
var pullX = $postShare.css(‘margin-left’);
$(window).scroll(function () {
var scrollY = $(window).scrollTop();
var fixedShare = $postShare.css(‘position’) == ‘fixed’;
//make sure .post_share exists
if($(‘#dd_ajax_float’).length > 0){
if ( scrollY > descripY && !fixedShare ) {
$postShare.stop().css({
position: ‘fixed’,
top: 16
});
} else if ( scrollY < descripY && fixedShare ) {
$postShare.css({
position: 'absolute',
top: descripY,
marginLeft: pullX
});
}
}
});
}
}); jQuery(document).ready(function($) {
if($(window).width()> 1280){
$(‘#dd_ajax_float’).show()
}else{
$(‘#dd_ajax_float’).hide()
}
$(window).resize(function() {
if($(window).width()> 1280){
$(‘#dd_ajax_float’).show()
}else{
$(‘#dd_ajax_float’).hide()
}
});
}); ;