/**
 * promotion.js
 * 
 * @author Edward Vermillion <evermillion@doggydoo.net>
 */

// One Wrong Move Lame
Portfolio.addView('/images/portfolio/promotion/onewrongmove-lame.jpg', 
                  '<h1>One Wrong Move &ldquo;Lame&rdquo; Poster</h1>' +
                  'Part of a campaign by Texas Mutual to ensure ' +
                  'the safety of teen workers.');
BAH.addImage('/images/portfolio/promotion/onewrongmove-lame.jpg');

// One Wrong Move Cut
Portfolio.addView('/images/portfolio/promotion/onewrongmove-cut.jpg', 
                  '<h1>One Wrong Move &ldquo;Cut&rdquo; Poster</h1>' +
                  'Part of a campaign by Texas Mutual to ensure ' +
                  'the safety of teen workers.');
BAH.addImage('/images/portfolio/promotion/onewrongmove-cut.jpg');

// AISD AR 07-08
Portfolio.addView('/images/portfolio/promotion/aisd2.jpg', 
                  '<h1>Austin Independent School District</h1>' +
                  'AISD&rsquo;s 07-08 annual report, with both English ' +
				  'and Spanish. Winner, Graphis Annual Reports 2010. ');
BAH.addImage('/images/portfolio/promotion/aisd2.jpg');

// Texas Wine DC
Portfolio.addView('/images/portfolio/promotion/txwinedc.jpg', 
                  '<h1>Texas Wine D.C. Event Poster</h1>' +
                  'Artwork used to promote a wine marketing event in Washington, D.C.');
BAH.addImage('/images/portfolio/promotion/txwinedc.jpg');

// Texas Wine Guide
Portfolio.addView('/images/portfolio/promotion/txwineguide.jpg', 
                  '<h1>Texas Winery Guide</h1>' +
                  'The winery guide has a full map and listing of Texas wineries.');
BAH.addImage('/images/portfolio/promotion/txwineguide.jpg');

// Texas WIne Compendium
Portfolio.addView('/images/portfolio/promotion/txwinecomp.jpg', 
                  '<h1>Texas Wine Compendium</h1>' +
                  'The compendium contains a wealth of knowledge about the Texas wine ' +
                  'industry as well as wine in general.');
BAH.addImage('/images/portfolio/promotion/txwinecomp.jpg');

// Square Meals
Portfolio.addView('/images/portfolio/promotion/squaremeals.jpg', 
                  '<h1>Square Meals Stickers And Trading Cards</h1>' +
                  'These characters are featured in a variety of promotional items and ' +
                  'printed pieces aimed at improving school childrens&rsquo; eating habits.');
BAH.addImage('/images/portfolio/promotion/squaremeals.jpg');

// AMD
Portfolio.addView('/images/portfolio/promotion/amd.jpg', 
                  '<h1>AMD-Sematech &ldquo;Connections&rdquo; Newsletter</h1>' +
                  'A publication showcasing recent developments in semiconductor research.');
BAH.addImage('/images/portfolio/promotion/amd.jpg');

// AISD
Portfolio.addView('/images/portfolio/promotion/aisd.jpg', 
                  '<h1>Austin Independent School District</h1>' +
                  'When the annual report graduated to a book, we upgraded the look to reflect ' +
                  'the superiority of the district&rsquo;s education&mdash;in English and Spanish.');
BAH.addImage('/images/portfolio/promotion/aisd.jpg');

// Shakespeare
Portfolio.addView('/images/portfolio/promotion/shakespeare.jpg', 
                  '<h1>Austin Shakespeare Festival Posters &amp; Newsletter</h1>' +
                  'Raw and racy, these posters promote a new interpretation of some of ' +
                  'the Bard&rsquo;s most famous work.');
BAH.addImage('/images/portfolio/promotion/shakespeare.jpg');

// Women and Their Work
Portfolio.addView('/images/portfolio/promotion/women.jpg', 
                  '<h1>Women And Their Work Invitation</h1>' +
                  'This elegant event features Wine, Women &amp; Art. The invitation ' +
                  'embodies all three.');
BAH.addImage('/images/portfolio/promotion/women.jpg');

// Satsuma
Portfolio.addView('/images/portfolio/promotion/satsuma.jpg', 
                  '<h1>Satsuma Opening Party Invitation</h1>' +
                  'A poster invitation to the opening of a new office and living space.');
BAH.addImage('/images/portfolio/promotion/satsuma.jpg');

// Penn
Portfolio.addView('/images/portfolio/promotion/penn.jpg', 
                  '<h1>The Penn Investment Brochure</h1>' +
                  'Our goal in designing this capabilities brochure was to show that ' +
                  'they are a nationally-connected investment firm with an Austin-based flavor.');
BAH.addImage('/images/portfolio/promotion/penn.jpg');

// Avocet
Portfolio.addView('/images/portfolio/promotion/avocet.jpg', 
                  '<h1>Avocet Capital Management, L.P. Pocket Folder</h1>' +
                  'From a 4-inch-thick file, we distilled the story of this company&rsquo;s ' +
                  'renegade investment philosophy and laid out the layman&rsquo;s translation ' +
                  'into a functional package.');
BAH.addImage('/images/portfolio/promotion/avocet.jpg');

// Trend
Portfolio.addView('/images/portfolio/promotion/trend.jpg', 
                  '<h1>The Trend Group Trade Show Give Away</h1>' +
                  'How do you get a convention of cowboys, pilots and mechanics to pay ' +
                  'attention to you in Las Vegas? Hand out free cigars, of course!');
BAH.addImage('/images/portfolio/promotion/trend.jpg');

// Works.com
Portfolio.addView('/images/portfolio/promotion/works.jpg', 
                  '<h1>Works.com Direct Mailer</h1>' +
                  'Generated 4,000 registered users in less than seven days.');
BAH.addImage('/images/portfolio/promotion/works.jpg');




