var jobs = [{"id":"277","type_id":"1","category_id":"19","category_name":"Internship","company":"Foundation for Early Learning","url":"http:\/\/www.earlylearning.org","title":"Communications Internship","url_title":"communications-internship-at-foundation-for-early-learning","location":"Seattle","description":"*P\/T Paid Communications Internship*\r\n*Foundation for Early Learning*\r\n*Seattle, WA*\r\n\r\n*Title*:\t\tCommunications and Grants Assistant\r\n*Reports to*:\tCommunications Manager\r\n*Stipend*:\t$1,500 per quarter\r\n*Schedule*: \t14 hours\/week\r\n\r\n*The Position*\r\nFoundation for Early Learning is seeking a qualified intern for the Fall 2010 Quarter to assist the Foundation\u2019s Communications and Fund Development Departments. Working alongside the Communications Manager and Development Manager, the intern will be responsible for substantive contributions to select communication and program projects that advance early learning in Washington state. This internship will be performed on-location at the Foundation\u2019s Downtown Seattle offices located in Pioneer Square. \r\n\r\n*This part-time, paid internship will include the following duties and responsibilities*:\r\n\u2022\tProvide regular updates to www.earlylearning.org using a content management system\r\n\u2022\tDesign graphics for Foundation\u2019s websites and newsletters\r\n\u2022\tUtilize social media sites Twitter and Facebook to publicize early learning information\r\n\u2022\tManagement of Google AdWords online marketing campaign\r\n\u2022\tAssist in event publicity\r\n\u2022\tAssist in design and development of marketing materials\r\n\u2022\tOther tasks\r\n\r\nCandidates who have experience in web design\/development and are comfortable using Adobe Creative Suite are encouraged to apply.\r\n\r\n*To Apply*\r\nSubmit your cover letter and resume by email to: \r\n\r\nJoel Ballezza\r\nCommunications Manager\r\nFoundation for Early Learning\r\ne: joel@earlylearning.org \r\n\r\n\r\n*Foundation for Early Learning*\r\nThe mission of the Foundation for Early Learning is to find, fund, foster, and promote best practices that support early learning coalitions and school readiness for all children, birth through age five.\r\n","created_on":"31-08-2010","closed_on":"2010-09-30 14:00:27","apply":"","city_id":"64","mysql_date":"2010-08-31 14:00:27","location_outside_ro":"","is_active":"1","days_old":"3","is_spotlight":"1"},{"id":"280","type_id":"1","category_id":"3","category_name":"Non-Profit Jobs","company":"Brianna Jackson","url":"http:\/\/communitydayschool.org","title":"Center Director","url_title":"center-director-at-brianna-jackson","location":"Seattle","description":"Community Day School Association Seeks a Center Director\r\n\r\nEstablished in Seattle in 1977, Community Day School Association (CDSA) is a non-profit affordable child enrichment program integrated within Seattle Public Schools. Our before- and after-school and pre-kindergarten program nurtures the intellectual, physical and social aspects of a diverse community of students. We seek a creative, energetic, and dedicated individual who shares our passion for making tomorrow better by growing success in school, and enriching children's lives with our 'whole child' approach. \r\n\r\nWe currently have a position open for Center Director at one of our 9 King County locations. Compensation includes Medical\/Dental\/Vision, Short and Long Term Disability and Simple IRA benefits as well as 13 Paid Holidays and 10 PLT days and a Salary from $33,000 - 45,000\/per year depending on qualifications. \r\n\r\nOverall Responsibilities include: \r\n\r\nCreating, delivering and ensuring a safe, caring and academically and socially enriching program for preschool and\/or school-age children, by directing and overseeing the administrative (including building, leading and nurturing a dynamic, cooperative and collaborative teaching team), educational and regulatory functions of CDSA\u2019a high quality program. \r\n\r\n\r\nRequired skills and qualifications: \r\n\r\n\u2022 Must be a minimum of 21 years of age \r\n\r\n\u2022 Must provide proof of a negative TB test administered within six months prior to start date \r\n\r\n\u2022 Current First Aid and CPR Certifications \r\n\r\n\u2022 A current Child Development Associate certificate (CDA); or at least 45 college quarter credit hours in early childhood education; or a minimum of 30 college quarter credit hours and a minimum of 150 DSHS approved \u2018clock hours\u2019 (ten clock hours equal one college credit) in early childhood education or child development. \r\n\r\n\u2022 Evidence of completion of a minimum of 20 hours of Basic STARS training, as well as completion of the annual 10 hours of STARS training requirement \r\n\r\n\u2022 A commitment to continued professional development, including administrative\/supervisory\/management classes and trainings as required by various regulatory agencies \r\n\r\n\u2022 At least three years experience working with school age\/pre-school children \r\n\r\n\u2022 At least one year experience at the management\/supervisory level in record maintenance, financial management and staff\/child\/parent communication \r\n\r\n\u2022 At least one year experience having demonstrated knowledge and competency in behavior management and activity planning\/coordinating \r\n\r\n\u2022 Demonstrated ability to handle confidential information appropriately \r\n\r\n\u2022 Strong communication skills, with proven ability to communicate with children and adults in a positive and proactive manner \r\n\r\n\u2022 Ability to create versatile and varied age-appropriate activities for children of different ages and developmental stages \r\n\r\n\r\n\r\nDesired Skills and Qualifications: \r\n\r\n\u2022 Bilingual in English and another language is very desirable\r\n\u2022 Experience working in a non-profit organization, and  a B.A. degree in a related field.\r\n\r\n\r\nTo apply email cover letter, resume and salary requirements. Qualified applicants will be notified for an interview. \r\n\r\nBrianna Jackson\r\nCommunity Day School Association\r\nDirector of School Age Programs\r\n5333 15th Ave S, Suite 1L\r\nSeattle, WA 98108\r\n206-568-2608\r\nbrianna@communitydayschool.org\r\n","created_on":"01-09-2010","closed_on":"2010-10-01 13:14:06","apply":"","city_id":"64","mysql_date":"2010-09-01 13:14:06","location_outside_ro":"","is_active":"1","days_old":"2","is_spotlight":null}];
		function showJobs(html_container, css_class)
		{
			var html = "<ul class=\"" + css_class + "\">";
			for (j = 0; j < jobs.length; j++)
			{
				//html += "<li><a target=\"_blank\" href=\"http://www.earlylearningjobs.org/job/" + jobs[j].id + "/" + jobs[j].url_title + "//\">" + jobs[j].title + " la " + jobs[j].company + "</a></li>";
				html += "<li><a target=\"_blank\" href=\"http://www.earlylearningjobs.org/job/" + jobs[j].id + "/" + jobs[j].url_title + "//\">" + jobs[j].title + " (" + jobs[j].location + ")</a></li>";
			}
			html += "</ul>";
			
			if (document.getElementById(html_container))
			{
				document.getElementById(html_container).innerHTML = html;	
			}
			else
			{
				document.write("<div id=\"" + html_container + "\">" + html + "</div>");
			}
		}