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

// One Wrong Move Web Site
Portfolio.addView('/images/portfolio/interactive/onewrongmove.jpg', 
                  '<h1>One Wrong Move Web Site</h1>' +
                  'Part of a campaign by Texas Mutual to ensure ' +
				  'the safety of teen workers.' +
                  '<a class="blurbLink" href="http://www.onewrongmove.org" target="_blank">Launch the site &gt;</a>');
BAH.addImage('/images/portfolio/interactive/onewrongmove.jpg');

// Brennan Web Site
Portfolio.addView('/images/portfolio/interactive/brennan.jpg', 
                  '<h1>Brennan Vineyards Web Site</h1>' +
                  'A Flash hybrid site depicting the winery experience with beautiful photography. ' +
                  '<a class="blurbLink" href="http://brennanvineyards.com" target="_blank">Launch the site &gt;</a>');
BAH.addImage('/images/portfolio/interactive/brennan.jpg');

// LaRue Web Site
Portfolio.addView('/images/portfolio/interactive/larue.jpg', 
                  '<h1>LaRue Architects Web Site</h1>' +
                  'To present all the amazing work this architect is famed for, we needed a bigger canvas. ' +
                  '<a class="blurbLink" href="http://larue-architects.com" target="_blank">Launch the site &gt;</a>');
BAH.addImage('/images/portfolio/interactive/larue.jpg');

// Texas Wine Web Site
Portfolio.addView('/images/portfolio/interactive/txwine.jpg', 
                  '<h1>Texas Wine Web Site</h1>' +
                  'The site contains information about wineries across the state, as well as a wealth of general wine knowledge. ' +
                  '<a class="blurbLinkInline" href="http://gotexanwine.org" target="_blank">Launch the site &gt;</a>');
BAH.addImage('/images/portfolio/interactive/txwine.jpg');

// Gioconda Yoga Web Site
Portfolio.addView('/images/portfolio/interactive/gioconda.jpg', 
                  '<h1>Gioconda Yoga Web Site</h1>' +
                  'A beautiful online experience to compliement this wonderful Austin-based yoga instructor.' +
                  '<a class="blurbLink" href="http://giocondayoga.com/" target="_blank">Launch the site &gt;</a>');
BAH.addImage('/images/portfolio/interactive/gioconda.jpg');

// St. Martins Web Site
Portfolio.addView('/images/portfolio/interactive/stmartins.jpg', 
                  '<h1>Saint Martin&rsquo;s Lutheran Church Web Site</h1>' +
                  'An online expression of the desire for this community of Christians to stay connected.' +
                  '<a class="blurbLink" href="http://saintmartins.org/" target="_blank">Launch the site &gt;</a>');
BAH.addImage('/images/portfolio/interactive/stmartins.jpg');

// Vickmay Web Site
Portfolio.addView('/images/portfolio/interactive/vickmay.jpg', 
                  '<h1>Vickmay Skin Spa Web Site</h1>' +
                  'A spa where they believe in personalized, detailed attention for each and every client.' +
                  '<a class="blurbLink" href="http://www.austin-day-spa.com/" target="_blank">Launch the site &gt;</a>');
BAH.addImage('/images/portfolio/interactive/vickmay.jpg');

// Austin Ion Health Web Site
Portfolio.addView('/images/portfolio/interactive/aih.jpg', 
                  '<h1>Austin Ion Health Web Site</h1>' +
                  'A website devoted to empowering individuals to take control of their health.' +
                  '<a class="blurbLink" href="http://austinionhealth.com/" target="_blank">Launch the site &gt;</a>');
BAH.addImage('/images/portfolio/interactive/aih.jpg');



