google.load("visualization", "1", {packages:["table"]}); google.setOnLoadCallback(drawSheetName); function drawSheetName() { var queryString = encodeURIComponent('SELECT A, B, C, D, E'); var magicIncantation = '/gviz/tq?gid=0&headers=1&tq='; var query = new google.visualization.Query( 'https://docs.google.com/spreadsheets/d/1hBwmp8WD8DYbZg3XQzFpQPjoRx14VmuUMPuWABQkE-0' + magicIncantation + queryString); query.send(handleSampleDataQueryResponse); } function handleSampleDataQueryResponse(response) { if (response.isError()) { alert('Error in query: ' + response.getMessage() + ' ' + response.getDetailedMessage()); return; } //Process Data from Google var data = response.getDataTable(); var rows = data.getNumberOfRows(); // visualization = new google.visualization.Table(document.getElementById('visualization')); // visualization.draw(data); var text = ""; var i = 0; while (i < rows) { var name = data.getValue(i,1); var image = data.getValue(i,3); var url = data.getValue(i,4); var list = data.getValue(i,2); list = list.split('|'); list.sort(function() { return 0.5 - Math.random() }); var symptoms = '<ul>'; var j = 0; while( j < list.length) { symptoms += '<li>' + list[j] + '</li>'; j++; } symptoms += '</ul>'; text += '<div class=\"rcp-col col-md-6 col-sm-12 col-xs-12\">'; text += '<a class=\"testimony-wrap\" href=\"' + url + '\">' text += '<div>'; text += '<div class=\"testimony-top-bar\">'; text += '<div class=\"testimony-pic\" style=\"background:url(' + image + ') center center/contain no-repeat;\"></div>'; text += '<div class=\"testimony-name\">' + name + '</div>'; text += '</div>'; text += '<div class=\"testimony-text\">'; text += '<div>' + symptoms + '</div>'; text += '</div>'; text += '</div>'; text += '</a>'; text += '</div>'; i++; } document.getElementById("testimonies-index").innerHTML = text; }

Thousands of people from around the world have been following the steps of The Root Cause Protocol since 2016. And there are well over 200 spread across the internet. But we only began officially indexing these in December 2017, so this is but a small sampling of the most notable stories we've collected thus far. In the next several months, I intend to add many, many more hope-inspiring testimonials. If you would like to have your story included here, please email [email protected]. Thank you in advance for sharing your story!

-Morley Robbins