A- | A | A+ | Print this page

Become a Mentor

Zip Code

Distance:

Thank you for taking your first step toward becoming a mentor.

For millions of children your interest brings them one step closer to a caring, compassionate adult. To make a difference in the life of a child and to learn more about mentoring and becoming a mentor, please click on the links below.








MENTOR gratefully acknowledges the creative and production efforts by Home Box Office® in preparation of the MENTOR 2008 Go There! campaign.

Home Box Office® is a service mark of Home Box Office, Inc.



Home | MEDIA CORNER | CAREERS | Donate/Support Us | SITE MAP | Contact Us | Mentor Store

© 2009 MENTOR | Questions? Problems with the site? | Privacy Policy | Reprint Our Articles
/************************************************************************* This code is from Dynamic Web Coding at dyn-web.com Copyright 2004-5 by Sharon Paine See Terms of Use at www.dyn-web.com/bus/terms.html regarding conditions under which you may use this code. This notice must be retained in the code as is! *************************************************************************/ // setDefaults arguments: size unit, default size, minimum, maximum // optional array of elements or selectors to apply these defaults to //dw_fontSizerDX.setDefaults("px", 14, 9, 32, ['div#content'] ); // set arguments: default size, minimum, maximum // array of elements or selectors to apply these settings to //dw_fontSizerDX.set(12, 9, 18, ['div.sidebar'] ); dw_fontSizerDX.setDefaults('px', 12, 9, 32, ['#content3col', '#content2col', '#content1col'] ); dw_fontSizerDX.init();