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

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

// Texas Mutual
Portfolio.addView('/images/portfolio/advertising/txmutual.jpg', 
                  '<h1>Texas Mutual Insurance &ldquo;Horse&rdquo; Campaign</h1>' +
                  'Part of an image campaign comparing the company to positive qualities associated with horses.');
BAH.addImage('/images/portfolio/advertising/txmutual.jpg');

// Texas Wine 01
Portfolio.addView('/images/portfolio/advertising/txwine_01.jpg', 
                  '<h1>Texas Wine Month Ad</h1>' +
                  'An ad encouraging people to visit Texas wineries during October.');
BAH.addImage('/images/portfolio/advertising/txwine_01.jpg');

// Texas Wine 02
Portfolio.addView('/images/portfolio/advertising/txwine_02.jpg', 
                  '<h1>Texas Wine Ad</h1>' +
                  'This ad, featuring Texas icons ran in several national publications, Texas Wine&rsquo;s national debut.');
BAH.addImage('/images/portfolio/advertising/txwine_02.jpg');

// Texas Wine 03
Portfolio.addView('/images/portfolio/advertising/txwine_03.jpg', 
                  '<h1>Texas Wine Campaign</h1>' +
                  'This multi-faceted campaign earned kudos from wineries and stores all ' +
                  'over the state with an estimated reach of over 3 million in a five month time frame.');
BAH.addImage('/images/portfolio/advertising/txwine_03.jpg');

// TCSP
Portfolio.addView('/images/portfolio/advertising/tcsp.jpg', 
                  '<h1>Texas College Savings Plan Ad</h1>' +
                  'An ad for the future graduates and the savings plan that will help ' + 
                  'their parents gain the means to give them the education they deserve.');
BAH.addImage('/images/portfolio/advertising/tcsp.jpg');

// LaRue
Portfolio.addView('/images/portfolio/advertising/larue.jpg', 
                  '<h1>LaRue Architects Ads</h1>' +
                  'Our friend, Jim, and his crew create such beautiful homes, it&rsquo;s not hard to make their ads look good.');
BAH.addImage('/images/portfolio/advertising/larue.jpg');

// Nini Ferrucci
Portfolio.addView('/images/portfolio/advertising/ferrucci.jpg', 
                  '<h1>Nini Ferrucci Ad</h1>' +
                  'Nini Ferrucci produces hand-made exotic carpets. This magazine advertisement ' +
                  'reinforced the client&rsquo;s attention to quality and individuality.');
BAH.addImage('/images/portfolio/advertising/ferrucci.jpg');

// Davenport
Portfolio.addView('/images/portfolio/advertising/davenport.jpg', 
                  '<h1>Davenport Village Ad</h1>' +
                  'How do you promote 37 different stores in one ad and still make it beautiful?');
BAH.addImage('/images/portfolio/advertising/davenport.jpg');

