agency report 2012-2013 for assistance:

Post on 31-Dec-2015

19 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Agency Report 2012-2013 https://metrounitedway.org/Begin.jsp For assistance: Jan Sherrell 502.292.6133Cindy Lehnert 502.292.6151 Daryle Unseld 812.206.7519 (Southern Indiana) Jan or Cindy (Shelby/Oldham). On our website at: - PowerPoint PPT Presentation

TRANSCRIPT

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"/>

<! Current page URI: /comm/Article.jsp>

<html> <head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <!-- /Style/Generic/PageTopLeft.jsp --> <title>Metro United Way Online</title>

<meta name="title" content="Metro United Way Online"/>

<meta name="description" content=""/>

<meta name="keywords" content=""/>

<meta name="Robots" content="INDEX FOLLOW"/>

<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" />

<LINK REL="SHORTCUT ICON" HREF="/servlet/eAndar.WebImage/icon.ico?logoType=ShortcutIconOn&subjectCode=ShortcutIcon">

<script type="text/javascript"> // don't use cookies, use lines, use icons function dTree(objName) { this.config =

{ target : null, folderLinks : true,

useSelection: true, useCookies : false, useLines : true,

useIcons : true, useStatusText : false, closeSameLevel : false, inOrder : true

} this.icon = {

root : '/Images/base.gif',folder : '/Images/folder.gif',folderOpen : '/Images/folderopen.gif',node : '/Images/page.gif',empty : '/Images/empty.gif',line : '/Images/line.gif',join : '/Images/join.gif',joinBottom : '/Images/joinbottom.gif',plus : '/Images/plus.gif',plusBottom : '/Images/plusbottom.gif',minus : '/Images/minus.gif',minusBottom : '/Images/minusbottom.gif',nlPlus : '/Images/nolines_plus.gif',nlMinus : '/Images/nolines_minus.gif'

}; this.obj = objName; this.aNodes = []; this.aIndent = [];

this.root = new Node(-1); this.selectedNode = null; this.selectedFound = false;

this.completed = false; };

</script>

<script type="text/javascript" src= "/Common/dtree.js" ></script> <script type="text/javascript" src="/Common/cal2.js" ></script> <script type="text/javascript" src="/Common/ValidData.js" ></script> <script type="text/javascript" src="/Common/coolmenus4.js" ></script> <script type="text/javascript" src="/Common/scripts.js" ></script>

<script type="text/javascript" src="/Common/jquery.min.js"></script> <script src="/Common/jquery-ui.custom.min.js"></script> <link rel="stylesheet" href="/Common/jquery-ui.custom.min.css">

<script type="text/javascript" src="/Common/score.js" ></script>

<script type="text/javascript" src="/Common/popInfo.js"></script>

<!-- plug-in for time spinner component JW86197--> <script type="text/javascript" src="/Common/jquery/plugins/jquery.plugin.js"></script> <script type="text/javascript" src="/Common/jquery/plugins/jquery.timeentry.js"></script>

<script type="text/javascript" src="/Common/gmap/utilities.js"></script>

<script> //BT84691 $.ajaxSetup ({ // Disable caching of AJAX responses cache: false });

//Extra code to find position: function findPos() { if ( bw != null ) { if(bw.ns4)

{ //Netscape 4 x = document.layers.layerMenu.pageX y = document.layers.layerMenu.pageY }

else { //other browsers

x=0; y=0; var el,temp el = bw.ie4?document.all["divMenu"]:document.getElementById("divMenu"); if(el != null && el.offsetParent)

{ temp = el while(temp.offsetParent)

{ //Looping parent elements to get the offset of them as well temp=temp.offsetParent; y+=temp.offsetTop;

x+=temp.offsetLeft }

} if ( el != null )

{ x+=el.offsetLeft

y+=el.offsetTop }

} } //Returning the x and y as an array return [x,y] }

function getPageWidth() { if ( bw != null )

{ if(bw.ns4) { var elem = document.layers.layerPage return elem.pageX; } else { x=0; y=0; var el,temp el = bw.ie4?document.all["divPage"]:document.getElementById("divPage"); if(el.offsetParent) { temp = el while(temp.offsetParent) { //Looping parent elements to get the offset of them as well temp=temp.offsetParent; x+=temp.offsetLeft } } x+=el.offsetLeft return x; }

} }

</script>

<script> $(document).ready(function()

{ $('input[type=text],input[type=radio]').keypress(function(e) { var code = e.keyCode || e.which; if(code == 13) return false;

}); }); </script>

<style> /* CoolMenus 4 - default styles - do not edit */ .clCMEvent{position:absolute; width:99%; height:99%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible} .clCMAbs{position:absolute; visibility:hidden; left:0; top:0} /* CoolMenus 4 - default styles - end */ /*Style for the background-bar*/ .topMenuBar{position:absolute; width:10; height:10; visibility:hidden}

/*Styles for topMenuMultiLayer 0*/ .topMenuMain,.topMenuOver,.topMenuSubMenuMain,.topMenuSubMenuOver{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold} .topMenuBorder{position:absolute; visibility:hidden;} </style>

<LINK rel="stylesheet" href="/Common/DefaultStyle.css">

<LINK rel="stylesheet" href="/Common/dtree.css">

<link rel="stylesheet" href="/Common/jquery/plugins/jquery.timeentry.css">

<LINK rel="stylesheet" href="/Style/Generic/CustomStyle.css">

<LINK rel="stylesheet" href="/Style/GreyButtons/CustomStyle.css">

<LINK rel="stylesheet" href="/servlet/eAndar.WebStyle/css/5E5F2E296F3849606A31666237533556253E6E597E3E/MetroUnitedWayR.css">

<LINK rel="stylesheet" href="/servlet/eAndar.WebStyle/css/55365D3137662258253B297059755A726D6B255A7E3E/bootstrap-min.css"> <script>

$(function(){$(window).load(function(){

var setElm = $('.viewer'),setMaxWidth = 2500,setMinWidth = 260,fadeSpeed = 2000,switchDelay = 7000,sideNavi = 'off', // 'on' or 'off'sideHide = 'hide', // 'hide' or 'show'naviOpc = 0.5;

setElm.each(function(){var targetObj = $(this),findUl = targetObj.find('ul'),findLi = targetObj.find('li'),findLiFirst = targetObj.find('li:first');

findLi.css({display:'block',opacity:'0',zIndex:'99'});

findLiFirst.css({zIndex:'100'}).stop().animate({opacity:'1'},fadeSpeed);

function timer(){setTimer = setInterval(function(){

slideNext();},switchDelay);

}timer();

function slideNext(){findUl.find('li:first-

child').not(':animated').animate({opacity:'0'},fadeSpeed).next('li').css({zIndex:'100'}).animate({opacity:'1'},fadeSpeed).end().appendTo(findUl).css({zIndex:'99'});

}function slidePrev(){

findUl.find('li:first-child').not(':animated').css({zIndex:'99'}).animate({opacity:'0'},fadeSpeed).siblings('li:last-child').css({zIndex:'100'}).animate({opacity:'1'},fadeSpeed).prependTo(findUl);

}targetObj.css({width:setMaxWidth,display:'block'});

var setLiImg = findLi.find('img'),baseWidth = setLiImg.width(),

baseHeight = setLiImg.height();

function imgSize(){var windowWidth = parseInt($(window).width());if(windowWidth >= setMaxWidth) {

targetObj.css({width:setMaxWidth,height:baseHeight});

findUl.css({width:baseWidth,height:baseHeight});

findLi.css({width:baseWidth,height:baseHeight});} else if(windowWidth < setMaxWidth) {

if(windowWidth >= setMinWidth) {targetObj.css({width:'100%'});findUl.css({width:'100%'});findLi.css({width:'100%'});

} else if(windowWidth < setMinWidth) {targetObj.css({width:setMinWidth});findUl.css({width:setMinWidth});findLi.css({width:setMinWidth});

}var reHeight = setLiImg.height();targetObj.css({height:reHeight});findUl.css({height:reHeight});findLi.css({height:reHeight});

}}$(window).resize(function(){imgSize();}).resize();

var agent = navigator.userAgent;if(sideNavi == 'on'){

targetObj.append('<a href="javascript:void(0);" class="btnPrev"></a><a href="javascript:void(0);" class="btnNext"></a>');

var btnPrev = targetObj.find('.btnPrev'),btnNext = targetObj.find('.btnNext'),btnPrevNext = targetObj.find('.btnPrev,.btnNext');

if(agent.search(/iPhone/) != -1 || agent.search(/iPad/) != -1 || agent.search(/iPod/) != -1 || agent.search(/Android/) != -1){

btnPrevNext.css({opacity:naviOpc});} else {

btnPrevNext.css({opacity:naviOpc}).hover(function(){

$(this).stop().animate({opacity:naviOpc+0.2},200);

},function(){$

(this).stop().animate({opacity:naviOpc},200);});

}

if(sideHide == 'hide'){if(agent.search(/iPhone/) != -1 ||

agent.search(/iPad/) != -1 || agent.search(/iPod/) != -1 || agent.search(/Android/) != -1){

btnPrevNext.css({visibility:'visible'});} else {

btnPrevNext.css({visibility:'hidden'});targetObj.hover(function(){

btnPrevNext.css({visibility:'visible'});},function(){

btnPrevNext.css({visibility:'hidden'});});

}}

btnPrev.click(function(){switchPrev();});btnNext.click(function(){switchNext();});

}

function switchNext(){findLi.not(':animated').parents('ul').each(function(){

clearInterval(setTimer);slideNext();timer();

});}function switchPrev(){

findLi.not(':animated').parents('ul').each(function(){clearInterval(setTimer);slidePrev();timer();

});}

});});

});</script>

<script>$(document).ready(function(){ $(".Col-Generic1PArea2 .PortletMenu .PortletHeader").click(function(){ $(".Col-Generic1PArea2 .PortletMenu ul.pureCssMenu").slideToggle("slow"); });});</script>

<script>$(document).ready(function(){ $(".Col-Generic1LArea2 .PortletMenu .PortletHeader").click(function(){ $(".Col-Generic1LArea2 .PortletMenu ul.pureCssMenu").slideToggle("slow"); });});</script>

<script>$(document).ready(function(){ $(".Col-Generic1NArea2 .PortletMenu .PortletHeader").click(function(){ $(".Col-Generic1NArea2 .PortletMenu ul.pureCssMenu").slideToggle("slow"); });});</script>

<script>$(document).ready(function(){ $(".Menu-Left .MenuHeader").click(function(){ $(".Menu-Left table").slideToggle("slow"); });});</script>

<script>$(document).ready(function(){ $(".Menu-Right .MenuHeader").click(function(){ $(".Menu-Right table").slideToggle("slow"); });});</script>

<script>$(document).ready(function(){

$(".Menu-Left .MenuHeader").click(function(){ $(".Menu-Left ul.pureCssMenu").slideToggle("slow"); });});</script>

<script>$(document).ready(function(){ $(".Menu-Right .MenuHeader").click(function(){ $(".Menu-Right ul.pureCssMenu").slideToggle("slow"); });});</script>

<script>$(document).ready(function(){ $("ul.pureCssMenu ul .CSSCloseButton").click(function(){ $("ul.pureCssMenu ul").hide(); });});</script>

<script>$(document).ready(function(){ $("ul.pureCssMenu span").click(function(){ $("ul.pureCssMenu li:hover > ul").show(); });});</script>

<script>$(document).ready(function(){ $(".Page-BioTab #BioTabForm .Navigation").click(function(){ $(".Page-BioTab #BioTabForm .Navigation table").slideToggle("slow"); });});</script>

<script>$(document).ready(function(){ $(".Page-Dashboard form > .Navigation").click(function(){ $(".Page-Dashboard form > .Navigation table").slideToggle("slow"); });});</script>

<script>(function($){"use strict";$.fn.tcycle = function(){

return this.each(function(){var i=0, c=$(this), s=c.children(),

o=$.extend({speed:2800,timeout:4000},c.data()), f=o.fx!='scroll',l=s.length, w=c.width(), z=o.speed, t=o.timeout,

css={overflow:'hidden'}, p='position', a='absolute',tfn=function(){setTimeout(tx,t)}, scss =

$.extend({position:a,top:0}, f?{left:0}:{left:w}, o.scss);if (c.css(p)=='static')

css[p]='relative';c.prepend($(s[0]).clone().css('visibility','hidden')).css(css);s.css(scss);if(f)

s.hide().eq(0).show();else

s.eq(0).css('left',0);setTimeout(tx,t);

function tx(){var n = i==(l-1) ? 0 : (i+1), w=c.width(), a=$(s[i]), b=$(s[n]);if (f){

a.fadeOut(z);b.fadeIn(z,tfn);

}else{a.animate({left:-w},z,function(){

a.hide();});b.css({'left':w,display:'block'}).animate({left:0},z,tfn);

}i = i==(l-1) ? 0 : (i+1);

}});

};$(function(){$('.tcycle').tcycle()});})(jQuery);</script><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=0.5, user-scalable=yes" />

<base href="http://metrounitedway.org/crm/"><script>

(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-53514595-1', 'auto'); ga('send', 'pageview');</script><!-- Optional theme --><link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript --><script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>

<!--/*** @license* MyFonts Webfont Build ID 2894874, 2014-10-03T11:08:38-0400* * The fonts listed in this notice are subject to the End User License* Agreement(s) entered into by the website owner. All other parties are * explicitly restricted from using the Licensed Webfonts(s).* * You may obtain a valid license at the URLs below.* * Webfont: TradeGothicLTPro-BdCn20 by Linotype* URL: http://www.myfonts.com/fonts/linotype/trade-gothic/pro-bold-condensed-20/* Copyright: Copyright &#x00A9; 2007 Linotype GmbH, www.linotype.com. All rights* reserved. This font software may not be reproduced, modified, disclosed or* transferred without the express written approval of Linotype GmbH. Trade Gothic is* either a registered trademark* Licensed pageviews: 250,000* * * License: http://www.myfonts.com/viewlicense?type=web&buildid=2894874* * 2014 MyFonts Inc

*/

--><link rel="stylesheet" type="text/css" href="//metrounitedway.org/UserPreferences/MyFontsWebfontsKit.css"><link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

</head> <body class="BodyClass">

<div class="GenericMainBody">

<!-- Main Table --> <table class="LUMainTable" cellpadding="0" cellspacing="0"> <!-- GP Table 01 start --> <tbody><tr> <td class="Col-LUMainTable" rowspan="1" colspan="1">

<!-- Main Table with white border --> <table class="LUMainTable02" cellpadding="0" cellspacing="0"> <!-- GP Table 02 start --> <tbody><tr> <td>

<table class="LUTableTopLeftSide" cellpadding="0" cellspacing="0"> <tbody>

<tr> <td class="Col-Generic1PArea1"></td> <td class="Col-Generic1PArea2"><div class="LFArea

Area-Generic1PArea2"><div class="AreaHeader"></div>

<div class="Portlet"><div class="SingleArticle"><div class="PortletHeader"></div><div class="ArticleID655"> <div class="Article"><html><body><div class="HeaderLeft"><a href="https://metrounitedway.org/servlet/eAndar.article/342/Metro-United-Way-Online"><img class="AndarImgSM" title="Metro United Way" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323738363838/363535/image_02.png" alt="" /></a><a href="https://metrounitedway.org/servlet/eAndar.article/342/Metro-United-

Way-Online"><span class="MUW">Metro United Way</span></a></div><div class="HeaderRight"><div class="SocialIcons"><a title="Facebook" href="http://www.facebook.com/metrounitedway" target="_blank"><img class="AndarImgSM" title="Facebook" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323738363839/363535/image_05.png" alt="image_05.png" /></a> <a title="Twitter" href="http://www.twitter.com/metrounitedway" target="_blank"><img class="AndarImgSM" title="Twitter" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323738363930/363535/image_07.png" alt="image_07.png" /></a> <a title="Instagram" href="https://instagram.com/metrounitedway/" target="_blank"><img class="AndarImgSM" title="Instagram" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323738363931/363535/image_09.png" alt="image_09.png" /></a> <a title="YouTube" href="http://www.youtube.com/metrounitedway" target="_blank"><img class="AndarImgSM" title="YouTube" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323739363931/363535/image_11.png" alt="image_11.png" /></a></div></div></body></html></div></div><div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletMenu"><div class="PortletHeader"></div><ul class="pureCssMenu pureCssMenum"><li class="pureCssMenui MenuSelected"><a class="pureCssMenui" href="../servlet/eAndar.article/342/Metro-United-Way-Online" >Home</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="javascript:void(0)" ><span>About Us</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]--><ul class="pureCssMenum"><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/674/About-Us" >About Us</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/675/Staff" >Staff</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/676/Financial-Information" >Financial Information</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/677/Board-of-Directors" >Board of Directors</a></li>

<li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/678/Cabinet-and-Committees" >Cabinets and Committees</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/679/Funded-Agency-Partners" >Funded Agency Partners</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/680/Frequently-Asked-Questions" >Frequently Asked Questions</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/681/Careers" >Careers</a></li><li class="pureCssMenui CSSCloseButton">Close</li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li class="pureCssMenui"><a class="pureCssMenui" href="javascript:void(0)" ><span>Our Work</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]--><ul class="pureCssMenum"><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/682/Our-Work" >Our Work</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/683/Kindergarten-Readiness" >Kindergarten Readiness</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/684/Family-Engagement" >Family Engagement</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/685/High-School-Graduation" >High School Graduation</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/686/Addressing-Basic-Needs" >Addressing Basic Needs</a></li><li class="pureCssMenui CSSCloseButton">Close</li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li class="pureCssMenui"><a class="pureCssMenui" href="javascript:void(0)" ><span>Get Involved</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]--><ul class="pureCssMenum"><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/687/Take-Action" >Take Action</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/688/Give" >Give</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/689/Advocate" >Advocate</a></li><li class="pureCssMenui"><a class="pureCssMenui"

href="../servlet/eAndar.article/690/Volunteer" >Volunteer</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/807/Louisville-LINC" >LINC</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/691/Tocqueville-Society" >Tocqueville Society</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/693/Planned-Giving" >Planned Giving</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/694/Womens-Leadership-Council" >Women's Leadership Council</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/695/Young-Leaders-Society" >Young Leaders Society</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="/comm/SurveyNE.jsp?SurveyKeyHex=294F6F486B5F645446697E3E" >DIAMOND DONORS</a></li><li class="pureCssMenui CSSCloseButton">Close</li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.articlearchive/Blog" >Blog</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/700/Media-Press-Room" >Press Room</a></li><li class="pureCssMenui"><a class="pureCssMenui" href="javascript:void(0)" ><span>Get Help Now</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]--><ul class="pureCssMenum"><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/702/2-1-1-Get-Connected-Get-Answers" >2-1-1 Get Connected Get Answers</a></li><li class="pureCssMenui"><a class="pureCssMenui" TARGET=_blank href="http://www.referweb.net/Metro/Search.aspx" >SEARCH ONLINE DATABASE</a></li><li class="pureCssMenui CSSCloseButton">Close</li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li class="pureCssMenui"><a class="pureCssMenui" href="../servlet/eAndar.article/703/Contact-Us" >Contact Us</a></li><li class="pureCssMenui"><a class="pureCssMenui" TARGET=_blank href="../comm/SinglePageRegPledge.jsp" ><a href="../comm/SinglePageRegPledge.jsp" class="donate" target="_blank">Donate</a></a></li></ul>

<div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletNote"><div class="PortletHeader"></div><script type="text/javascript">

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-27550977-1']); _gaq.push(['_trackPageview']);

(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();

</script><div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletNote"><div class="PortletHeader"></div><div class="viewer"><ul><li><a href="https://metrounitedway.org/comm/SurveyNE.jsp?SurveyKeyHex=302849236F5C4C29644C7E3E"><img src="http://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323930303236/363536/TopBanner_SouthwestY.jpg" class="FullImage"><div class="BannerTextA"><div class="BannerText1">SUCCESS BEGINS AT BIRTH</div><div class="BannerText2">AGES & STAGES QUESTIONNAIRES<br>HELP CHILDREN LEARN AND GROW<br>DURING CRUCIAL EARLY YEARS</div><div class="BannerText3">Learn More</div></div></a></li><li><a href="https://metrounitedway.org/servlet/eAndar.article/683/Kindergarten-Readiness"><img

src="http://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323930303039/363536/TopBanner_KGReadiness.jpg" class="FullImage"><div class="BannerTextB"><div class="BannerText1">KINDERGARTEN READINESS</div><div class="BannerText2">SUCCESS IN SCHOOL BEFORE KIDS<br>EVER SET FOOT IN A CLASSROOM</div><div class="BannerText3">Learn More</div></div></a></li><li><a href="https://metrounitedway.org/servlet/eAndar.article/684/Family-Engagement"><img src="http://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323930323330/363536/Homepage_FamilyEngagement_9-25-15.jpg" class="FullImage"><div class="BannerTextC"><div class="BannerText1">Family Engagement</div><div class="BannerText2">LEARNING GOES BEYOND<br>THE CLASSROOM</div><div class="BannerText3">Learn More</div></div></a></li><li><a href="https://metrounitedway.org/servlet/eAndar.article/685/High-School-Graduation"><img src="http://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323930363939/363536/TopBanner_HSGraduation_10-1-15.jpg" class="FullImage"><div class="BannerTextD"><div class="BannerText1">HIGH SCHOOL GRADUATION</div><div class="BannerText2">A CORNERSTONE OF COMMUNITY SUCCESS</div><div class="BannerText3">Learn More</div></div></a></li><li><a href="https://metrounitedway.org/servlet/eAndar.article/687/Take-Action"><img src="http://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323930303038/363536/TopBanner_JoinUs.jpg" class="FullImage"><div class="BannerTextE"><div class="BannerText1">JOIN US</div><div class="BannerText2">BRINGING OUR COMMUNITY <br>TOGETHER TO CHANGE THE ODDS <br>FOR OUR KIDS AND FAMILIES</div><div class="BannerText3">Learn More</div></div></a></li></ul></div><div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletNote"><div class="PortletHeader"></div><div class="GiveAdvocateVolunteer"><div class="GAV-content"><div class="Heading1"><a href="https://metrounitedway.org/servlet/eAndar.article/688/Give">Give.</a></div><div class="Heading2"><a href="https://metrounitedway.org/servlet/eAndar.article/688/Give">Invest in your community</a></div>

<div class="Heading1"><a href="https://metrounitedway.org/servlet/eAndar.article/689/Advocate">Advocate.</a></div><div class="Heading2"><a href="https://metrounitedway.org/servlet/eAndar.article/689/Advocate">Champion the cause</a></div>

<div class="Heading1"><a href="https://metrounitedway.org/servlet/eAndar.article/690/Volunteer">Volunteer.</a></div><div class="Heading2"><a href="https://metrounitedway.org/servlet/eAndar.article/690/Volunteer">Share your time and talent</a></div></div></div><div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletArticle"><div class="StoriesTop"><div class="PortletHeader"></div><div class="ArticleID663"> <span class="ArticleTitle"><A HREF="https://metrounitedway.org/comm/Article.jsp?ArticleID=663">Kindergarten Readiness</A></span> <div class="Article"><html> <head>

</head> <body><div class="story"><div class="StoryTitle"><a title="Kindergarten Readiness" href="https://metrounitedway.org/servlet/eAndar.article/870">KINDERGARTE

N READINESS</a></div><p><a href="https://metrounitedway.org/servlet/eAndar.article/870"><img class="AndarImgSM" title="KGReadiness_HPImage_12-22-15.jpg" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/333030393739/363633/KGReadiness_HPImage_12-22-15.jpg" alt="KGReadiness_HPImage_12-22-15.jpg" /></a></p><div class="StoryHeading"><a href="https://metrounitedway.org/servlet/eAndar.article/870">The <em>ART</em> of Learning</a><p style="margin-top: 10px;">Kim Frazier-Pirog, Director of Side by Side Studio, recently visited two of our Excellence Academy early learning centers, Keystone Learning Academy and the Southwest Family YMCA, to bring a joyful learning experience through playing with art...</p></div></div></body></html></div></div><div class="ArticleID662"> <span class="ArticleTitle"><A HREF="https://metrounitedway.org/comm/Article.jsp?ArticleID=662">High School Graduation</A></span> <div class="Article"><html> <head>

</head> <body><div class="story"><div class="StoryTitle"><a href="https://metrounitedway.org/servlet/eAndar.article/861">High School Graduation</a></div><p><a href="https://metrounitedway.org/servlet/eAndar.article/861"><img alt="RitesofPassage2015_HPImage.jpg" title="RitesofPassage2015_HPImage.jpg" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323938393932/363632/RitesofPassage2015_HPImage.jpg" class="AndarImgSM" /></a></p><div class="StoryHeading"><a href="https://metrounitedway.org/servlet/eAndar.article/861">Learning The Skills That Lead<br />To Success</a><p style="margin-top: 10px;">Metro United Way recently held a very special graduation where fifteen young men graduated from this year's Rites of Passage program in a ceremony attended by their families. We invest in quality out-of-school time (OST) programs because they play a critical role in making sure our youth develop the skills needed for long term achievement and wellbeing...</p></div></div></body></html></div></div><div class="ArticleID661"> <span class="ArticleTitle"><A

HREF="https://metrounitedway.org/comm/Article.jsp?ArticleID=661">Health and Well Being</A></span> <div class="Article"><html> <head>

</head> <body><div class="story"><div class="StoryTitle"><a href="https://www.metrounitedway.org//comm/Article.jsp?ArticleID=858">Health and Well Being</a></div><p><a href="https://metrounitedway.org/servlet/eAndar.article/858/"><img class="AndarImgSM" title="Health_NaturalPlayground_HPImage_11-30-15.jpg" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323938333133/363631/Health_NaturalPlayground_HPImage_11-30-15.jpg" alt="Health_NaturalPlayground_HPImage_11-30-15.jpg" /></a></p><div class="StoryHeading"><a href="https://metrounitedway.org/servlet/eAndar.article/858/">Getting Back To Nature<br />Boosts Health<br /></a><p style="margin-top: 10px;">One thing is obvious when you watch children on a playground: kids LOVE to play. Studies also support a child's need to connect with the natural world as a regular part of healthy growth and development...</p></div></div></body></html></div></div><div class="ArticleID660"> <span class="ArticleTitle"><A HREF="https://metrounitedway.org/comm/Article.jsp?ArticleID=660">Family Stability</A></span> <div class="Article"><html> <head> </head> <body><div class="story"><div class="StoryTitle"><a href="https://metrounitedway.org/servlet/eAndar.article/864">Family Stability</a></div><p><a href="https://metrounitedway.org/servlet/eAndar.article/864"><img alt="Fam_RestoringHopeForFuture_HPImage.jpg" title="Fam_RestoringHopeForFuture_HPImage.jpg" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323939343137/363630/Fam_RestoringHopeForFuture_HPImage.jpg" class="AndarImgSM" /></a></p><div class="StoryHeading"><a href="https://metrounitedway.org/servlet/eAndar.article/864">Restoring Hope for the Future</a></div><p style="margin-top: 10px;">When families are stable, our community is

stronger. One way that Metro United Way helps individuals strengthen their families is through a partnership with the Siemer Institute for Family Stability that works to prevent family homelessness and reduce school mobility...</p></div></body></html></div></div><div class="PortletFooter"></div></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletNote"><div class="OurVision"><div class="PortletHeader"></div><div class="tcycle" data-cycle-fx="fade" data-cycle-timeout="2000" data-cycle-slides="> div">

<div><span class="Heading1">Our Vision:</span><span class="Heading2">A Community Whose People Achieve Their Fullest Potential Through Education, Financial Stability And Healthy Lives.</span></div>

<div><span class="Heading1">Our Mission:</span><span class="Heading2">Improve Lives and Our Community by Engaging People to Give, Advocate and Volunteer.</span></div></div><div class="PortletFooter"></div></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="SingleArticle"><div class="PortletHeader"></div><div class="ArticleID658"> <div class="Article"><html><body><div class="Title1">Live United: It's A Credo. A Mission. A Goal.</div><div class="Text1">A constant reminder that when we ensure everyone achieves their fullest potential, we improve our community. We help our children succeed in school. We build the strength of our neighborhoods. We

bolster the health of our communities. And we change the lives of those who walk by us every day by engaging people to give, advocate and volunteer.</div><div class="videoWrapper"><iframe src="https://www.youtube.com/embed/WPw8nj6TNlM" width="1140" height="720" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div></body></html></div></div><div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletArticle"><div class="StoriesBottom"><div class="PortletHeader"></div><div class="ArticleID664"> <div class="Article"><html><body><div class="story"><div class="StoryTitle">Live United in Action</div><p style="padding-top: 10px;">Do you have a child or know of one who will be entering kindergarten next year? The <strong>Jefferson County Public Schools</strong> enrollment period for the 2016-17 school year ends on January 8<sup>th</sup>! You can find more information, register or apply online <a href="http://www.jefferson.kyschools.us/parent/Apply_Elementary.html" target="_blank">here</a>.</p><hr style="border-color: #ff9600; height: 2px;" /></div></body></html></div></div><div class="ArticleID665"> <div class="Article"><html><body><div class="story"><div class="StoryTitle">From the Live United Blog</div><a href="https://metrounitedway.org/servlet/eAndar.article/869"><img alt="Homepage_blog_OST_12-21-15.jpg" title="Homepage_blog_OST_12-21-15.jpg" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/333030373036/363635/Homepage_blog_OST_12-21-15.jpg" class="AndarImgSM" /></a><div class="StoryHeading" style="text-align: center;"><a href="https://metrounitedway.org/servlet/eAndar.article/869"><span style="text-transform: uppercase;">HOW OST PROGRAMS FIT INTO THE CRADLE TO CAREER CONTINUUM</span></a></div><p><br />In Louisville, the city is bringing together resources and champions to support the city's children and future leaders through its Cradle to Career Initiative. The Cradle to Career Initiative calls out several ambitious goals that will drive success including: kindergarten readiness;

improved school attendance and on-time grade promotion and graduation; the development of critical social-emotional skills such as persistence and positive behaviors; and, critical workforce skills such as communication and teamwork. <a href="https://metrounitedway.org/servlet/eAndar.article/685/High-School-Graduation">Out-of-school time (OST) programs</a> can be vehicles for accelerating the success of such efforts...</p></div></body></html></div></div><div class="ArticleID666"> <div class="Article"><html><body><div id="fb-root">&nbsp;</div><script>// <![CDATA[(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4&appId=151613308265347"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));// ]]></script><div class="story"><div class="StoryTitle">Live United on Facebook</div><div class="fb-page" data-href="https://www.facebook.com/metrounitedway" data-width="260px" data-height="485px" data-small-header="false" data-adapt-container-width="false" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/facebook"><a href="https://www.facebook.com/facebook">Facebook</a></blockquote></div></div></div></body></html></div></div><div class="ArticleID667"> <div class="Article"><html><body><div class="story"><div class="StoryTitle">Live United on Twitter</div>

<a class="twitter-timeline" href="https://twitter.com/MetroUnitedWay" data-widget-id="623838137857515521">Tweets by @MetroUnitedWay</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

</div></body></html></div></div><div class="PortletFooter"></div></div></div></div><!Portlet><div class="AreaFooter"></div></div><!Area-Generic1PArea2></td>

<td class="Col-Generic1PArea3"></td> </tr>

</tbody> </table>

<div class="Role-All Roll-All">

<table class="LUTableLeftSide" cellpadding="0" cellspacing="0"> <!-- GP Table 03 BEGIN --> <tbody> <tr>

<td class="LeftSide Col-Generic1PArea7">

</td>

<td class="MainPage"> <table class="LUMainPageTable" cellpadding="0"

cellspacing="0"> <!-- GP Table 04 BEGIN --> <tbody> <tr>

<td class="Col-Generic1PArea4"></td> <td class="Col-Generic1PArea5"></td> <td class="Col-Generic1PArea6"></td>

</tr> <tr>

<td colspan="3">

<base href="https://metrounitedway.org/comm/"/> <DIV class="Area-Article"> <DIV class="Page-Article NewWebHome">

<script type="text/javascript" src="/Common/cal2.js" ></script> <script type="text/javascript" src="/Common/ValidData.js" ></script>

<script type="text/javascript"> var bName = navigator.appName;

var bVer = parseInt(navigator.appVersion);var NS6 = (bName == "Netscape" && bVer >= 5);

var NS4 = (bName == "Netscape" && bVer >= 4);

function changeDisplay(id, str){

if (NS6) { document.getElementById(id).innerHTML = str; } else if (!NS4)

{document.all[id].innerHTML = str;

}}

</script>

<h1>Metro United Way Online</h1><DIV class="Section-Article"><DIV class="Block"> <DIV class="BlockHeader"></DIV> <DIV class="BlockDetails"> <DIV class="NewWebHome">

</DIV> </DIV><!BlockDetails> <DIV class="BlockFooter"></DIV></DIV><!Block></DIV><!Section-Article><DIV class="ArticleFooter"></DIV>

</DIV><!Page-Article> </DIV><!Area-Article>

<!-- /Style/Generic/PageRightBottom.jsp --> </td>

</tr> <tr>

<td class="Col-Generic1PArea9"></td> <td class="Col-Generic1PArea10"></td>

<td class="Col-Generic1PArea11"></td> </tr> </tbody> </table> <!-- GP Table 04 end -->

</td> <td class="RightSide Col-Generic1PArea8" >

</td>

</tr> </tbody> </table> <!-- GP Table 03 end -->

<table class="GenericFooterAreas" cellpadding="0" cellspacing="0"> <tbody> <tr> <td class="Col-Generic1PArea12"></td> <td class="Col-Generic1PArea13"><div class="LFArea Area-Generic1PArea13"><div class="AreaHeader"></div>

<div class="Portlet"><div class="PortletNote"><div class="PortletHeader"></div><div class="ShareYourStories"><div class="ShareYourStoriesContent">Share Your Stories, Make a Difference, Live United!</div></div><div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletSurvey"><div class="PortletHeader"></div><script language="javascript">function validateAmount(obj){if(obj=='undefined')return;var amount = obj.value;var goodAmount = "";var curValid = true;var isValid = true;var hasDecimal = false;var decimalDigits = 0;

if ( amount == "nothing")

return;

if ( amount.length == 1 ){if ( amount == "." ){obj.value = "0.";return;}}

for ( var i=0; i<amount.length; i++ ){curValid = true;var ch = amount.substring(i, i+1);if ( ch == "." ){if ( hasDecimal ){curValid = false;isValid = false;}elsehasDecimal = true;}else if ( ch < "0" || ch > "9" ){curValid = false;isValid = false;}else if ( hasDecimal )decimalDigits++;

if ( curValid )goodAmount = goodAmount + ch;}

if ( !isValid ){obj.value = goodAmount;}else if ( decimalDigits > 2 && isPercent==false )obj.value = eval(Math.floor(Math.round(100*amount))/100);}

function validateNegAmount(obj)

{var amount = obj.value;var goodAmount = "";var curValid = true;var isValid = true;var hasDecimal = false;var decimalDigits = 0;

if ( amount == "nothing")return;

if ( amount.length == 1 ){if ( amount == "." ){obj.value = "0.";return;}}

for ( var i=0; i<amount.length; i++ ){curValid = true;var ch = amount.substring(i, i+1);if ( ch == "." ){if ( hasDecimal ){curValid = false;isValid = false;}elsehasDecimal = true;}else if ( ch == "-" ){

if (i>0){

curValid = false;isValid = false;}}else if ( ch < "0" || ch > "9" ){curValid = false;isValid = false;

}else if ( hasDecimal )decimalDigits++;

if ( curValid )goodAmount = goodAmount + ch;}

if ( !isValid ){obj.value = goodAmount;}else if ( decimalDigits > 2 && isPercent==false )obj.value = eval(Math.floor(Math.round(100*amount))/100);}

function validateNumber(obj){var amount = obj.value;var goodAmount = "";var curValid = true;var isValid = true;

for ( var i=0; i<amount.length; i++ ){curValid = true;var ch = amount.substring(i, i+1);if ( ch < "0" || ch > "9" ){curValid = false;isValid = false;}

if ( curValid )goodAmount = goodAmount + ch;}

if ( !isValid ){obj.value = goodAmount;}} if(document.layers){ document.captureEvents(Event.KEYUP); document.onkeyup = alertWords;

}function s(obj,key,type,add,headerKey,completed){

var parameter="";if(completed == 'Completed'){

parameter = "&FormsCompleted=Yes";}obj.action = "/servlet/eAndar.Forms?key="+

key+"&submit="+add+"&headerKey="+headerKey +"&type="+escape(type)+"&proceed=yes"+parameter;

obj.submit();}function formatNumber(num){

num = num.toString().replace(/\$|\,/g,' ');if(isNaN(num))

num = "0";sign = (num == (num = Math.abs(num)));num = Math.floor(num*100+0.50000000001);num = Math.floor(num/100).toString();for (var i=0; i<Math.floor((num.length-(1+i))/3); i++)

num = num.substring(0,num.length-(4*i+3))+','+num.substring(num.length-(4*i+3));

return (((sign)?'':'-') + num);}function transformNumber(obj){

var value=obj.value.toString().replace(/\$|\,/g,'');var amount = parseFloat(backFromCurrency(value));obj.value=formatNumber(amount);

}function formatDecimal(num){

num = num.toString().replace(/\$|\,/g,' ');if(isNaN(num))

num = "0";sign = (num == (num = Math.abs(num)));num = Math.floor(num*100+0.50000000001);cents = num%100;num = Math.floor(num/100).toString();if(cents<10)

cents = "0" + cents;for (var i=0; i<Math.floor((num.length-(1+i))/3); i++)

num = num.substring(0,num.length-(4*i+3))+','+num.substring(num.length-(4*i+3));

return (((sign)?'':'-') + num + '.' + cents);}function transformDecimal(obj){

var value=obj.value.toString().replace(/\$|\,/g,'');var amount = parseFloat(backFromCurrency(value));obj.value=formatDecimal(amount);

}function formatCurrency(num){

num = num.toString().replace(/\$|\,/g,' ');if(isNaN(num))num = "0";sign = (num == (num = Math.abs(num)));num = Math.floor(num*100+0.50000000001);cents = num%100;num = Math.floor(num/100).toString();if(cents<10)

cents = "0" + cents;for (var i=0; i<Math.floor((num.length-(1+i))/3); i++)

num = num.substring(0,num.length-(4*i+3))+','+num.substring(num.length-(4*i+3));

return (((sign)?'':'-') + '$' + num + '.' + cents);}function backFromCurrency(num){

var i = num.indexOf(",");while (i > 0){

num = num.substring(0, i) + num.substring(i + 1);i = num.indexOf(",");

}i = num.indexOf(" ");while (i >= 0){

num = num.substring(0, i) + num.substring(i + 1);i = num.indexOf(" ");

}return num;

}function transform(obj){

var value=obj.value.toString().replace(/\$|\,/g,'');var amount = parseFloat(backFromCurrency(value));obj.value=formatCurrency(amount);

}

function removeFormatters(obj){

var value=obj.value;value= value.toString().replace(/\$|\,/g,'');value=value.toString().replace(/\%|\,/g,'');var num = parseFloat(backFromCurrency(value));

if ( isNaN(num) ) num = 0; obj.value=num;}function formatPercent(obj){

var value=obj.value.toString().replace(/\%|\,/g,'');var num = parseFloat(backFromCurrency(value));if(isNaN(num))

num = "0";sign = (num == (num = Math.abs(num)));num = Math.floor(num*100+0.50000000001);cents = num%100;num = Math.floor(num/100).toString();if(cents<10)

cents = "0" + cents;for (var i=0; i<Math.floor((num.length-(1+i))/3); i++)

num = num.substring(0,num.length-(4*i+3))+','+num.substring(num.length-(4*i+3));

if ( !sign )num = '-' + num;

obj.value = num + '.' + cents + '%';

return obj.value;}var errorOn = false;function checkWords (this_field,nr, e) {

var fullStr = this_field.value + " ";if (e != null && navigator.appName != 'Microsoft Internet

Explorer'){

var ch = e.which; if ( ch == 0 )

ch = e.keyCode;if ( ch < 32 )

return true;}var word_count = getWordsCount(fullStr);if (fullStr.length <2){

word_count = 0;}

if ( nr > 0 && word_count > nr && !errorOn ){

errorOn = true;wordCntExceedMsg = "You\'ve typed <WordCount> words!

Please type only <MaxWords> words.";wordCntExceedMsg =

wordCntExceedMsg.toString().replace(/<WordCount>/g,word_count);wordCntExceedMsg =

wordCntExceedMsg.toString().replace(/<MaxWords>/g,nr);alert(wordCntExceedMsg);errorOn = false;this_field.focus();return false;

}

return true;}function alertWords (this_field,obj,nr) {

ns4 = (document.layers) ? 1 : 0;ie4 = (document.all) ? 1 : 0;

var fullStr = this_field.value + " ";var word_count = getWordsCount(fullStr);if (fullStr.length <2){

word_count = 0;}

wordCntExceedMsg = "You\'ve typed <WordCount> words! Please type only <MaxWords> words.";

wordCntExceedMsg = wordCntExceedMsg.toString().replace(/<WordCount>/g,word_count);

wordCntExceedMsg = wordCntExceedMsg.toString().replace(/<MaxWords>/g,nr);

wordCntMsg = "<WordCount> of <MaxWords> words";wordCntMsg =

wordCntMsg.toString().replace(/<WordCount>/g,word_count);wordCntMsg =

wordCntMsg.toString().replace(/<MaxWords>/g,nr);

if (ns4){

var obj = document.layers[obj].document;obj.open();

obj.write(wordCntExceedMsg);obj.close();

}if (ie4) document.all[obj].innerHTML = wordCntMsg;

if ( nr > 0 && word_count > nr ){

alert (wordCntExceedMsg);this_field.focus();return false;

}return true;

}function updateWordsCount (this_field, obj, nr) {

ns4 = (document.layers) ? 1 : 0;ie4 = (document.all) ? 1 : 0;ff = (document.getElementById) ? 1 : 0;var fullStr = this_field.value + " ";var word_count = getWordsCount(fullStr);if (fullStr.length <2){

word_count = 0;}

wordCntExceedMsg = "You\'ve typed <WordCount> words! Please type only <MaxWords> words.";

wordCntExceedMsg = wordCntExceedMsg.toString().replace(/<WordCount>/g,word_count);

wordCntExceedMsg = wordCntExceedMsg.toString().replace(/<MaxWords>/g,nr);

wordCntMsg = "<WordCount> of <MaxWords> words";wordCntMsg =

wordCntMsg.toString().replace(/<WordCount>/g,word_count);wordCntMsg =

wordCntMsg.toString().replace(/<MaxWords>/g,nr);

if (ns4){

var obj = document.layers[obj].document;obj.open();obj.write(wordCntExceedMsg);obj.close();

}if (ie4) document.all[obj].innerHTML = wordCntMsg;if (ff) document.getElementById(obj).innerHTML = wordCntMsg;

}

function getWordsCount (value){

var onlyOneExp = /[^\ ^\t^\n]+/;var splitString = value.split(onlyOneExp);var word_count = splitString.length -1;

if (navigator.appName == 'Microsoft Internet Explorer')word_count = word_count + 1;

if (value.length < 2){

word_count = 0;}return word_count;

}function verify(f){

for ( var i=0;i<(f.length-1);i++){

if ( f.elements[i].type=="hidden"){

var maxWords = f.elements[i].value;var text = f.elements[i+1].value;if ( f.elements[i+1].type=="textarea"

&& f.elements[i].name.indexOf("h")==0 && f.elements[i+1].name.indexOf("l")==0

&& f.elements[i].name.substring(1, f.elements[i].name.length-1) == f.elements[i+1].name.substring(1, f.elements[i+1].name.length-1) )

{if (!checkWords (f.elements[i+1],maxWords))return false;

}}

}return true;}function confirmSubmit(f){

if ( verify(f) ){

if ( confirm('Form cannot be updated after submission, but only displayed.\nSubmit?') )

return true;else

return false;}else

return false;}function checkResolution(){

var resol="H";var correctWidth=1024;var correctHeight=768;if (screen.width<correctWidth||screen.height<correctHeight)

resol="L";document.Forms.Resolution.value=resol;

}

var aValues = new Array();var vDateType='1';function showHideYesNo(fieldsListY, fieldsListN, value){

if (fieldsListY != '') { var aFields = fieldsListY.split(',');

if ( aFields != null && aFields.length > 0 ){

for (var i = 0; i < aFields.length; i++){

var x=document.getElementById(aFields[i]); if (x != null) {

if ( value == 'Yes' )x.style.display = 'block';

elsex.style.display = 'none';

}}

}}if (fieldsListN != '') { var aFields = fieldsListN.split(',');

if ( aFields != null && aFields.length > 0 ){

for (var i = 0; i < aFields.length; i++){

var x=document.getElementById(aFields[i]); if (x != null) {

if ( value == 'No' )x.style.display = 'block';

elsex.style.display = 'none';

}}

}}

}function updateTotalFields(fieldsList, fieldID, type){

var total = 0.0;var aFields = fieldsList.split(',');if ( aFields != null && aFields.length > 0 ){

for (var i = 0; i < aFields.length; i++){

var x=document.getElementsByName(aFields[i]);if ( x != null && x.length > 0 ){

var value = x[0].value.toString().replace(/\$|\,/g,'');

var amount = parseFloat(backFromCurrency(value));

if ( isNaN(amount) ) amount = 0;total = total + amount;

}}total = ensureDecimalValue(total);if ( type == 'Dollar' )

changeDisplay(fieldID, formatCurrency(total));else if ( type == 'Number' )

changeDisplay(fieldID, formatNumber(total));else if ( type == 'Decimal' )

changeDisplay(fieldID, formatDecimal(total));else

changeDisplay(fieldID, total);}

}</script><script language="javascript">function getDataStringPortletSurvey229(navigationButton){

var text = 'PortletSurvey=PortletSurvey229&NavigationButton=' + navigationButton + '&SurveyKeyHex=3A3B4E6222694F38235F7E3E';

var x = document.getElementById("PortletSurvey229");for (var i=0;i<x.length;i++){

if ( x.elements[i].type == 'checkbox' ){

if ( x.elements[i].checked )

text = text + '&' + x.elements[i].name + '=' + x.elements[i].value;

}else if ( x.elements[i].type == 'radio' ){

if ( x.elements[i].checked )text = text + '&' + x.elements[i].name + '=' +

x.elements[i].value;}else

text = text + '&' + x.elements[i].name + '=' + x.elements[i].value;

}return text;

}

function savePortletSurvey229(){

$.post('/servlet/eAndar.Survey', getDataStringPortletSurvey229('SaveSurvey'), function(data)

{

document.getElementById("BlockPortletSurvey229").innerHTML = data;

});}function updatePortletSurvey229(){

$.post('/servlet/eAndar.Survey', getDataStringPortletSurvey229('SaveSurvey'), function(data)

{

document.getElementById("BlockPortletSurvey229").innerHTML = data;

});}function submitPortletSurvey229(){

$.post('/servlet/eAndar.Survey', getDataStringPortletSurvey229('SubmitSurvey'),

function(data){

document.getElementById("BlockPortletSurvey229").innerHTML = data;

});

}</script><FORM NAME="PortletSurvey229" ID="PortletSurvey229" METHOD="POST" ACTION="" ><div id="BlockPortletSurvey229"><div class="FormHeaderArticle"><div class="SurveyHeaderText"><BR><p>Every day, people make the decision to facilitate change. Whether it's by being a champion for education, financial stability or health - we want to hear your stories. Tell us how you LIVE UNITED!</p><BR></div></div><div class="BlockError"></div><div class="NonTableLayout LeftAlign TableFormDetails"><div class="Row-LineDetail SurveyNote" id="Row3090">

<span class="Col-Text LineIndent0"><BR><TEXTAREA NAME= "l3090" Rows="3" cols="60" ></TEXTAREA>

</span></div><div class="Row-LineDetail SurveyName" id="Row3091">

<span class="Col-Label LineIndent0">Name: </span> <span class="Col-TextLine"><input type="text" name="l3091"

value="" size=20 > </span>

</div><div class="Row-LineDetail SurveyEmail" id="Row3092">

<span class="Col-Label LineIndent0">EMAIL: </span> <span class="Col-eMail"><input type="text" name="l3092"

value="" > </span>

</div></div><DIV class="SecurityCode"><div class="SecurityCodeTopNote"><DIV Class="DIV-Note"><DIV Class="DIV-SecurityTopNote"><DIV Class="DIV-D">Verification Code</DIV><! DIV-D ></DIV><! DIV-SecurityTopNote ><DIV Class="DIV-Note-Footer"></DIV><! DIV-Note-Footer ></DIV><! DIV-Note ></div><div class="SecurityCodeImage"><img src="/servlet/eAndar.SecurityCode" ></div><div class="SecurityCodeLabel"><DIV Class="DIV-Note"><DIV Class="DIV-SecurityCodLbl"><DIV Class="DIV-D">Enter code</DIV><! DIV-D ></DIV><! DIV-SecurityCodLbl ><DIV Class="DIV-Note-Footer"></DIV><! DIV-Note-Footer ></DIV><! DIV-Note ></div><div class="SecurityCodeValue"><INPUT TYPE=TEXT NAME="SecurityCode" value="" size=4 maxlength=4 ></div></DIV><!SecurityCode><div class="Navigation"><div class="Navigation1"><div class="NavigationSubmit"><A HREF="javascript:submitPortletSurvey229()" onmouseover="AndarButtonMouseOver('SubmitPortletSurvey229','../Style/GreyButtons/SubmitOver.gif');window.status='Submit';return true;" onmouseout="AndarButtonMouseOut('SubmitPortletSurvey229');window.status='';return true;"><IMG SRC="../Style/GreyButtons/Submit.gif" NAME="SubmitPortletSurvey229" ALT='Submit'

TITLE='Submit'></A></div></div></div><div class="FormHeaderArticle"><BR><div class="SurveyFooterText"><BR><p>Thank You. By sharing you agree to allow MUW to use your story and photo according to our privacy policy terms.</p><BR></div></div></div></form><div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletNote"><div class="PortletHeader"></div><img title="BottomBanner1.jpg" src="http://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323738373032/363536/BottomBanner1.jpg" alt="BottomBanner1.jpg" class="FullImage" /><div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="SingleArticle"><div class="PortletHeader"></div><div class="ArticleID659"> <div class="Article"><html><body><div class="footer"><div class="footer1"><a href="https://metrounitedway.org/servlet/eAndar.article/688/Give">Give.</a><br /><a href="https://metrounitedway.org/servlet/eAndar.article/689/Advocate">Advocate.</a><br /><a href="https://metrounitedway.org/servlet/eAndar.article/690/Volunteer">Volunteer.</a></div><div class="footer2"><div class="StayConnected">Stay connected by eMail:</div>Live Your Day United:<br /> <a title="Facebook" href="http://www.facebook.com/metrounitedway" target="_blank"><img class="AndarImgSM" title="Facebook" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323832383531/363539/facebook-icon.png" alt="facebook-icon.png" /></a> <a title="Twitter" href="http://www.twitter.com/metrounitedway" target="_blank"> <img class="AndarImgSM" title="twitter-socialicon.png" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323831393935/363539/twitter-socialicon.png" alt="twitter-socialicon.png" /></a> <a title="Instagram" href="https://instagram.com/metrounitedway/" target="_blank"> <img class="AndarImgSM" title="Instagram"

src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323738373033/363539/image_47.png" alt="image_47.png" /></a> <a title="YouTube" href="http://www.youtube.com/metrounitedway" target="_blank"> <img class="AndarImgSM" title="YouTube" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323738373036/363539/image_55.png" alt="image_55.png" /></a> <a title="LinkedIn" href="https://www.linkedin.com/company/metro-united-way" target="_blank"> <img class="AndarImgSM" title="image_58.png" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323834343937/363539/image_58.png" alt="image_58.png" /> </a> <a title="Google Plus" href="https://plus.google.com/111584270347632143685/posts" target="_blank"> <img class="AndarImgSM" title="Google Plus" src="https://metrounitedway.org/servlet/eAndar.WebExtDocument/article/323738373037/363539/image_61.png" alt="image_61.png" /></a></div><div class="footer3">Metro United Way<div class="FooterAddress">334 East Broadway<br />Louisville, KY 40202<br />502.583.2821<br /><a href="mailto:info@metrounitedway.org">info@metrounitedway.org</a></div></div><div class="footer4"><a href="https://metrounitedway.org/servlet/eAndar.article/702/2-1-1-Get-Connected-Get-Answers">Get Help: 2-1-1</a><br /><a href="https://metrounitedway.org/servlet/eAndar.article/674/About-Us">About Us</a><br /><a href="https://metrounitedway.org/servlet/eAndar.article/703/Contact-Us">Contact Us</a><br /><a href="https://metrounitedway.org/servlet/eAndar.article/681/Careers">Careers</a><br /><a href="http://metrounitedway.org/servlet/eAndar.article/151/Privacy-Policy">Privacy Policy</a></div><div class="footer5">Metro United Way serves the counties of Bullitt, Jefferson, Oldham and Shelby in Kentucky and Clark, Floyd and Harrison in Indiana.</div></div></body></html></div></div><div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletSubscr"><div class="PortletHeader"></div><script type="text/javascript" src="/Common/InfoPopupPos.js"></script>

<script>(function($) {

$.passPop2 = {

show2: function(email, title, createNewAccount, callback) {

$("#popBlockSubscr").remove();

$("BODY").append('<div id="popBlockSubscr" class="popBlockSubscr">' +'<h1 id="popBlockHeader"></h1>' +'<div id="popBlockDetails" class="popBlockDetails">' +'<div id="popMessage" class="popMessage"></div>' +'</div>' +'</div>');

$("#popBlockSubscr").css({position: 'absolute',zIndex: 99999,top: pos2_Y,left: pos2_X});

$("#popBlockHeader").text(title);if ( createNewAccount == "Y" ){$("#popMessage").append('<div class="popBlockFisrtName">First Name: <input type="text" size="30" id="popPromptFirstName" class="popPromptFirstName" /></div>').append('<div class="popBlockLastName">Last Name: <input type="text" size="30" id="popPromptLastName" class="popPromptLastName" /></div>');}$("#popMessage").append('<div class="popBlockSecImage"><img src="/servlet/eAndar.SecurityCode/img.gif?rand=' + Math.random() + '" ></div>');$("#popMessage").append('<div class="popBlockSecCode">Enter code: <input type="text" size="4" id="popPromptSecCode" class="popPromptSecCode" /></div>').append('<div id="popPanelSubscr" class="popPanelSubscr">'+ '<input type="button" value="&nbsp;OK&nbsp;" id="popOk" /> '+ '<input type="button" value="&nbsp;Cancel&nbsp;" id="popCancel" />'+ '</div>');$("#popPrompt").width( $("#popMessage").width() );

//Action when Ok button is clicked$("#popOk").click( function() {var secCode = $("#popPromptSecCode").val();var firstName = $("#popPromptFirstName").val();var lastName = $("#popPromptLastName").val();var error = validateField2("ValidateSecCode", secCode);if ( error == "Y" ){$("#popBlockSubscr").remove();if( callback ) callback(secCode, firstName, lastName);}else{showPromptPos(error, '', pos2_X+20, pos2_Y+20);window.setTimeout(closePromptPos, 4000);}});

//Action when Cancel button is clicked$("#popCancel").click( function() {$("#popBlockSubscr").remove();if( callback ) callback(null, null, null);});

$("#popPrompt").val('');$("#popPrompt").focus().select();}

}

showPrompt2 = function(email, title, createNewAccount, callback) {$.passPop2.show2(email, title, createNewAccount, function(secCode, firstName, lastName) {if( callback ) callback(secCode, firstName, lastName);});};

})(jQuery);

var postPathSubPort = "/servlet/eAndar.SubscribePortlet";var mouse2_X;var mouse2_Y;var pos2_X;var pos2_YjQuery(document).ready(function(){$(document).mousemove(function(e){

mouse2_X = e.pageX;mouse2_Y = e.pageY;});})

function addSubscribeEMail2(){var email = document.getElementById('SubscribeEMail2');if ( email != null && email.value != '' ){pos2_X = mouse2_X + 50;pos2_Y = mouse2_Y - 250;if (pos2_X < 0){pos2_X = 0;}if (pos2_Y < 0){pos2_Y = 0;}

var createNewAccount = validateField2("CheckEMail", email.value);if ( createNewAccount != 'Y' && createNewAccount != 'N' ){pos2_X = mouse2_X - 50;pos2_Y = mouse2_Y - 50;if (pos2_X < 0){pos2_X = 0;}if (pos2_Y < 0){pos2_Y = 0;}

showPromptPos(createNewAccount, '', pos2_X, pos2_Y);window.setTimeout(closePromptPos, 4000);return;}showPrompt2(email, 'LIVE UNITED Online', createNewAccount, function(secCode, firstName, lastName) {if ( secCode != null && secCode != ""){$.post(postPathSubPort,{actionType: 'Subscribe', secCode: secCode,email: email.value, firstName: firstName, lastName:lastName, subscription: '2'},function(data){if ( data == 'OK' ){showPromptPos('Subscription created.', '', pos2_X, pos2_Y);window.setTimeout(closePromptPos, 4000);}else{showPromptPos(data, '', pos2_X, pos2_Y);window.setTimeout(closePromptPos, 4000);}

});}});}else{pos2_X = mouse2_X - 50;pos2_Y = mouse2_Y - 50;if (pos2_X < 0){pos2_X = 0;}if (pos2_Y < 0){pos2_Y = 0;}

showPromptPos('e-Mail address required.', '', pos2_X, pos2_Y);window.setTimeout(closePromptPos, 4000);}}

function validateField2(type, value){var returnValue = "Y";

$.ajax({url: postPathSubPort,dataType: "html",type: "post",async: false, // Need to wait for the result.data: {actionType: type,value: value,subscription: '2'},success: function(data) {if ( data != null ){returnValue = data; // Should return Y or N}}})

return returnValue;}</script><div class="SubWebTitle">LIVE UNITED Online</div><div class="SubMessage"><SubMessage></div><div class="SubEMail"><INPUT TYPE=TEXT NAME="SubscribeEMail2" id="SubscribeEMail2" size=40></div><div class="SubButton"><A HREF="javascript: addSubscribeEMail2();" ><img src="/../Style/GreyButtons/Subscribe.gif"></a></div>

<div class="PortletFooter"></div></div></div><!Portlet>

<div class="Portlet-Separator"></div>

<div class="Portlet"><div class="PortletNote"><div class="PortletHeader"></div><script>$(document).ready(function(){ $(".PortletSubscr").appendTo(".StayConnected");});</script><div class="PortletFooter"></div></div></div><!Portlet><div class="AreaFooter"></div></div><!Area-Generic1PArea13></td> <td class="Col-Generic1PArea14"></td> </tr> </tbody> </table>

<!-- /Style/Generic/PageRightBottom.jsp footer BEGIN--> <table class="GenericFooter1" cellpadding="0" cellspacing="0"> <tbody>

<tr> <td class="LUFooter">

<DIV Class="FooterMes">

</DIV><!FooterMes>

<FONT SIZE=2> <div class=Footer > Powered by <A HREF="http://www.Andar360.com" TARGET="_BLANK" CLASS="Footer" ONMOUSEOVER="this.className=''" ONMOUSEOUT="this.className='Footer'">Andar/360 Fundraising Software from Helix</A> (e15.02 vwbcms03)<BR>

<!-- Copyright &copy; 2015 Helix Data Processing Consultants Ltd. --> </div> </FONT>

<ilayer id="layerPage"> <div id="divPage"><img src="/Images/cm_fill.gif" width="0" height="0" alt="" border="0" ></div> </ilayer>

</td> </tr>

</tbody> </table> <!-- /Style/Generic/PageRightBottom.jsp footer END-->

</td> </tr> </tbody></table> <!-- GP Table 02 end -->

</td></tr></tbody></table> <!-- GP Table 01 end -->

</div> <!-- div GenericMainBody -->

</body> </html>

top related