var people = {
    pegeen1: {
        name: 'Pegeen Wright',
        pic: '/media/people/pegeen_wright1.png',
        blurb: 'An experienced strategic planner, software developer and project and business development manager for new media curriculum products, with more than twenty years of experience developing K-12 educational software.',
        email: 'pegeen@pegeenwright.com'
    },
    pegeen2: {
        name: 'Pegeen Wright',
        pic: '/media/people/pegeen_wright2.png',
        blurb: 'A respected industry leader with over 20 years of experience translating what\'s new in emerging technologies, learning and curriculum research into what works in the classroom and in the marketplace —resulting in an outstanding record of innovative product development and revenue-raising achievement.',
        email: 'pegeen@pegeenwright.com'
    },
    gare: {
        name: 'Gare Thompson',
        pic: '/media/people/gare_thompson.png',
        blurb: 'Gare Thompson has more than 25 years of publishing experience and has held executive positions at various publishing houses. Gare has also been a featured speaker at reading conferences as an expert on learning strategies, classroom management, and literacy development.', //  Gare has conceptualized and developed multi-million dollar reading and social studies programs.
        email: 'gthompson@pegeenwright.com'
    },
    jocelyn: {
        name: 'Jocelyn Randles',
        pic: '/media/people/jocelyn_randles.png',
        blurb: 'Jocelyn has specialized in market research for the educational publishing market for more than ten years. She is a British born ex-teacher with an Ed. M from Boston University. Using qualitative and quantitative research tools, she will conduct research, analyze the findings and deliver actionable results.',
        email: 'jrandles@pegeenwright.com'
    }
};

var slideshow = [
    {   image_loc: '/media/slideshow_pics/1_home_slide.png',
        title: false,
        text: '<br><big><b class="purple">Pegeen Wright Associates is an educational technology consulting firm for <span style="whitespace: nowrap">K&ndash;12 publishers</span> developing digital learning products.</b> <br><br>We supplement your in-house resources by providing digital product expertise&mdash;development, content, market research, and social media marketing&mdash;to minimize risk in building solutions for today\'s rapidly changing education market. </big>',
        end_home: '',
        end_sub: '',
        read: false    },
    {   image_loc: '/media/slideshow_pics/2_product_development.png',
        title: 'Product Development',
        text: '<ul><li>Collaborate with your team to develop digital publishing strategy </li><li>Develop innovative concepts and create development plans for digital learning products</li><li>Create requests for proposals (RFPs) and identify appropriate vendors </li><li>Manage digital learning projects</li>',
        end_home: '</ul>',
        end_sub: '<li>Develop interactive content </li><li>Provide editorial and technical quality assurance testing</li></ul>',
        read: '/product_development/',
        people: [people.pegeen1]
    },
    {   image_loc: '/media/slideshow_pics/3_content_development.png',
        title: 'Content Development',
        text: '<ul><li>Provide expertise in learning strategies, classroom management, standards-alignment, and assessment </li><li>Research, develop, and produce content for online, CD, and mobile applications </li><li>Manage researchers, writers, and fact-checkers</li>',
        end_home: '</ul>',
        end_sub: '<li>Conceptualize and implement plans to leverage legacy content into digital learning products</li><li>Collaborate with client to ensure final product meets and exceeds expectations</li></ul>',
        read: '/content_development',
        people: [people.gare]
    },
    {   image_loc: '/media/slideshow_pics/4_market_research.png',
        title: 'Market Research &amp; Strategic Planning',
        text: '<ul><li>Research all phases of product development, marketing, and sales</li><li>Create market and competitive analyses</li><li>Provide market exploration, concept testing, and campaign support</li><li>Analyze opportunities for U.S. market entry</li>',
        end_home: '</ul>',
        end_sub: '<li>Develop organizational and program-specific strategic plans </li><li>Define development strategies and solutions based on funding, client needs, and curriculum and policy trends</li></ul>',
        read: '/market_research/',
        people: [people.jocelyn, people.pegeen2]
    },
    {   image_loc: '/media/slideshow_pics/5_marketing_sales.png',
        title: 'Marketing &amp; Sales',
        text: '<ul><li>Evaluate and transform websites for maximum effectiveness</li><li>Manage development and production of websites, landing pages, video, email campaigns and webinars </li><li>Develop social media strategy and implementation plans; create publishing process and methodology for all social media content</li><li>Create digital product campaigns that target key funding opportunities</li>',
        end_home: '</ul>',
        end_sub: '<li>Assess market and competition and develop digital product pricing/licensing plans </li><li>Explore business development opportunities (e.g., new markets, partners, distribution, or product opportunities)</li></ul>',
        read: '/marketing_and_sales/',
        people: [people.pegeen2]
    }
];

