top of page

GIVE A LIFESAVING CONTRIBUTION

 YOUR TAX DEDUCTIBLE DONATION 

 WILL HELP THE LIVES OF 

 RURAL AMERICANS & SET

 AN EXAMPLE FOR OTHERS 

Little Boy Playing Doctor
WHETHER YOU'VE CLICKED THE BUTTON ABOVE AND CONTRIBUTED OR NOT, THANK YOU FOR CARING ABOUT OUR CAUSE ❤️
PLEASE LEAVE US A NOTE OF HOPE AND LIGHT, OUR TRUSTEES READ EVERY MESSAGE SUBMITTED VIA OUR WEBSITE.
 
WE CARE THAT YOU CARE.
 
P.O. Box 285
Albert Lea, MN 56007

Success! Message received.

© 2020 by ALBERT LEA HEALTHCARE COALITION

  • Facebook App Icon
bottom of page
$w.onReady(function () { let length = $w("#text1").html.length; let long = $w("#text1").html; let short = $w("#text1").html.substr(0, 200) + "..."; // Set summary text length // ​ $w("#text1").html = short; ​ $w("#button1").onClick((event, $w) => { ​ if (length > 200 && $w("#text1").html.length < length) { $w("#text1").html = long; $w("#button1").label = "Show Less"; } else if (length > 200 && $w("#text1").html.length >= length) { $w("#text1").html = short; $w("#button1").label = "Read More"; } }); });