Nuffnang Ads

Friday, November 20, 2015

Hemorrhoids, Gone with Lifestyles!

     May 2012 when it started… I got nervous when I discharged bowel with a bloody stool...  I did not tell my family about it because I never wanted them to worry. I observed my condition for a few days but it never ceased. I feared that something might be wrong with my internal body organs. I became depressed, suffering silently. Then I finally told my wife and we decided that I undergo a medical checkup.  Nothing serious was discovered on my laboratory tests except for the bloody color of stool. A doctor prescribed me with synthetic medicines to abate my bleeding. But after 7 days, still nothing happened... I underwent ultrasound but nothing related to my bleeding was seen... Then going for a second opinion from another doctor, it was found out that I had a  hemorrhoids.  I was prescribed to take certain medicines but still nothing happened. I was then advised to undergo surgical operation but I refused for two reasons: I could not financially afford the process and I feared to undergo such procedure... I chose to bear my sickness and disciplined myself to avoid foods especially meat that may worsen my sickness. Bleeding continued almost daily everytime I had my regular bowel discharging.

     Then came last week of April 2015, I met Lifestyles Intra Nutria and Fibrelife.  Attracted with the health and business opportunity offered, I immediately signed up embracing as well the mission to help other people live better everyday... I was amazed with the positive results. After exactly 2 weeks of massively taking the Lifestyles products, bleeding completely stopped and the piles or swollen veins that usually comes out from my anus accompanying bowel movements slowly disappeared.

     I am forever thankful to Lifestyles for relieving me from my hemorrhoids sickness  which had bothered and caused me so much emotional stress.


     For those undergoing the same kind and related problem or any sickness, I strongly recommend that you take Lifestyles. If it worked with me, I believe it will also work with you. What a phenomenal product Lifestyles is!...  Believe and see it happen... Drink Intra, share it, pass it on...

     Manufactured in Toronto Canada with the strictest standard in purity and quality control on natural food products, Lifestyles products may be bought individually or in BTK (Better Together Kit).
     1 BTK contains 2 Intra Juice, 1 Nutria & 1 Fibrelife.
     Lifestyles is a member of the US Direct Selling Association.



     On recommended usage for hemorrhoids and other diseases, you may PM me at the websites link found below.      

     Whether for personal/family use, massive intakes, or business opportunity, it is advisable to purchase in volume to get a big discount and benefits: 30% discount with 9 Free Intra Juice is given on 22 BTK Instant Direct Package or 20% discount with 3 Free Intra Juice on 11BTK Express Direct Package plus benefits on both packages of being a Distributor with Free 1 Million Pesos worth accident insurance,  100K hospitalization reimbursement due accident,  & Material Tool Kit to start the Lifestyles business and 40% discount is given on all your next purchases. Note, however, that discount offer varies in different countries due value of corresponding currency.

      We deliver Lifestyles products personally within Metro Manila and nearby provinces or thru courier those within Philippines. Just PM at https://www.facebook.com/pages/Lifestyles-Intra-Nutria-and-Fibrelife/117095491959123 
 or call/text 09158432474 Globe and look for me (Vicente Ferrer)...   
     For those online transactions, just buy online at http://myintrasite.com/vicenteferrer/ph-en/products (be sure to always scroll down to your COUNTRY and encode Sponsor ID No. 980002145334 Vicente Ferrer if prompted. Skip or exit "Send Me an Email" box whenever it pops out)...

     This enlightening video testimony of a professional doctor (as recorded by Rex Dauz) is worth watching @ https://www.youtube.com/watch?v=qMZdHj6LrOU



4 comments:

comment.timestamp = Date.parse(entry.published.$t) + '' ; if (entry.author && entry.author.constructor === Array) { var auth = entry.author[0]; if (auth) { comment.author = { name: (auth.name ? auth.name.$t : undefined), profileUrl: (auth.uri ? auth.uri.$t : undefined), avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined) }; } } if (entry.link) { if (entry.link[2]) { comment.link = comment.permalink = entry.link[2].href; } if (entry.link[3]) { var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href); if (pid && pid[1]) { comment.parentId = pid[1]; } } } comment.deleteclass = 'item-control blog-admin'; if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') { comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value; } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') { comment.displayTime = entry.gd$extendedProperty[k].value; } } } comments.push(comment); } } return comments; }; var paginator = function(callback) { if (hasMore()) { var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50'; if (cursor) { url += '&published-min=' + new Date(cursor).toISOString(); } window.bloggercomments = function(data) { var parsed = parse(data); cursor = parsed.length < 50 ? null : parseInt(parsed[parsed.length - 1].timestamp) + 1 callback(parsed); window.bloggercomments = null; } url += '&callback=bloggercomments'; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } }; var hasMore = function() { return !!cursor; }; var getMeta = function(key, comment) { if ('iswriter' == key) { var matches = !!comment.author && comment.author.name == config.authorName && comment.author.profileUrl == config.authorUrl; return matches ? 'true' : ''; } else if ('deletelink' == key) { return config.baseUri + '/delete-comment.g?blogID=' + config.blogId + '&postID=' + comment.id; } else if ('deleteclass' == key) { return comment.deleteclass; } return ''; }; var replybox = null; var replyUrlParts = null; var replyParent = undefined; var onReply = function(commentId, domId) { if (replybox == null) { // lazily cache replybox, and adjust to suit this style: replybox = document.getElementById('comment-editor'); if (replybox != null) { replybox.height = '250px'; replybox.style.display = 'block'; replyUrlParts = replybox.src.split('#'); } } if (replybox && (commentId !== replyParent)) { document.getElementById(domId).insertBefore(replybox, null); replybox.src = replyUrlParts[0] + (commentId ? '&parentID=' + commentId : '') + '#' + replyUrlParts[1]; replyParent = commentId; } }; var hash = (window.location.hash || '#').substring(1); var startThread, targetComment; if (/^comment-form_/.test(hash)) { startThread = hash.substring('comment-form_'.length); } else if (/^c[0-9]+$/.test(hash)) { targetComment = hash.substring(1); } // Configure commenting API: var configJso = { 'maxDepth': config.maxThreadDepth }; var provider = { 'id': config.postId, 'data': items, 'loadNext': paginator, 'hasMore': hasMore, 'getMeta': getMeta, 'onReply': onReply, 'rendered': true, 'initComment': targetComment, 'initReplyThread': startThread, 'config': configJso, 'messages': msgs }; var render = function() { if (window.goog && window.goog.comments) { var holder = document.getElementById('comment-holder'); window.goog.comments.render(holder, provider); } }; // render now, or queue to render when library loads: if (window.goog && window.goog.comments) { render(); } else { window.goog = window.goog || {}; window.goog.comments = window.goog.comments || {}; window.goog.comments.loadQueue = window.goog.comments.loadQueue || []; window.goog.comments.loadQueue.push(render); } })(); // ]]>
  1. Yes, Sir... Hi!...
    You may visit www.myintrasite.com/vicenteferrer for the product details, testimonials @ www.facebook.com/intrapilipinas

    ReplyDelete
  2. What is good for hemmorhoid and good dosage

    ReplyDelete
    Replies
    1. Kindly visit my page @ www.facebook.com/intrapilipinas
      You may call/text me 09188432474
      Thank you for your interest in our Lifestyles products.

      Delete