
		$(document).ready(function() {
			$("#featuredBoxInner a[title]").tooltip('#demotip');
		});
  
  	var projectUrls = new Array();
  	projectUrls[0] = "http://www.observer.com";
  	projectUrls[1] = "http://truth.travel";
  	projectUrls[2] = "http://www.tamaraolsondesigns.com/dm101/page1a.html";
  	projectUrls[3] = "http://www.stars-of-tomorrow.com";
  	projectUrls[4] = "http://www.abbybernstein.com";
  	projectUrls[5] = "http://www.dannyrossmusic.com";
  	projectUrls[6] = "http://www.google.com/dfp";
  	projectUrls[7] = "http://www.surrendertango.com";
  	projectUrls[8] = "http://www.paperlesspost.com";
  	projectUrls[9] = "http://www.radiodiaries.org";
  	projectUrls[10] = "http://tamaraolsondesigns.com/oldsites/stralayoga/";

    var descriptions = new Array();
    descriptions[0] = "As Lead User Experience Architect, I invented the site concept, conducted focus groups, created wireframes and site maps, authored requirements, and led the project through visual design, front-end development, and Drupal 6 integration. The site was one of only two U.S. newspapers (in addition to The New York Times) nominated for a Webby for Best Newspaper.";
    descriptions[1] = "I was hired by Conde Nast to invent and design a blog for the Traveler staff to use as an alternative to the limiting Concierge website framework. I served as the lone information architect and designer for the project. Once the MovableType powered site was built, I completed all CSS styling to match the original design comps.";
    descriptions[2] = "I interned on the Apple.com team in Cupertino, California. In addition to designing pages for apple.com's redesign (the site map and Quicktime page), I developed a prototype for a site to help non-digital music users understand iPod+iTunes which I presented to Apple's VP of Marketing. The team worked on the project through the fall and launched it on apple.com in December 2007.";
    descriptions[3] = "Wendy Taubman, owner/director of Long Island's Stars of Tomorrow Theater Workshop knew she was long overdue for a website. She needed a basic web presence with information about her school and herself, but she also needed a database that industry professionals could use to search for child talent. The site provides these features and more, using the cute branding that her school uses.";
    descriptions[4] = "After being selected by Artistshare, Abby Bernstein (an up-and-coming New York singer-songwriter) knew she needed a polished site to showcase her music and keep her fans updated about upcoming shows and latest news. I used Jessica Ginsberg's gorgeous photography and Abby's love of textures and ornate design as a starting point; the design evolved from there.";
    descriptions[5] = "I designed the original, all-Flash Dannyrossmusic.com in 2006. Though it served its purpose at the time, two years later I knew Dannyrossmusic.com needed a makeover, and the release of Ross's inspired new album 'One Way' seemed like the perfect catalyst. The new site showcases the album's beautiful branding, as well as extensive new functionality and features.";
    descriptions[6] = "As a member of the Google UX team, I've been specifically focused on improving the interaction design and user experience within Reporting and Admin of DFP and DFP Small Business.";
    descriptions[7] = "Emmy-award winning filmmaker Marcia Rock approached me because she needed a website for her latest documentary, Surrender Tango. After watching the film and listening to her articulate her desire to immerse the user in the Surrender Tango experience, I decided to use Flash to convey the proper movement/animation, music, and tone to the site.";
    descriptions[8] = "Shortly after the company's launch, I worked with founders Alexa and James Hirschfeld to help design workflows and improve the usability of their classy, gorgeous e-greeting site, Paperless Post.";
    descriptions[9] = "With a strong brand, brilliant content, but a fairly static HTML website, I worked closely with the producers at Radio Diaries to design and implement a dynamic Wordpress site to fit all their specific needs.";
    descriptions[10] = "After moving to a hip new location in downtown Manhattan's SoHo neighborhood, yoga master and studio owner Tara Stiles was looking to redesign the website for Strala. Together we developed a look and feel to recreate the studio's simple serenity.";

    
  	function replacingFeaturedProject(number) {
  		$('#example1, #example2, #example3, #example4, #example5, #example6, #example7, #example8, #example9, #example10, #example11') .removeClass('selected');
  		$('#example' + number) .addClass('selected');
		document.getElementById('project').className = 'project' + number;
		document.getElementById('project').href = projectUrls[number-1];
		document.getElementById('project').target = "_blank";
		document.getElementById('projTitle').className = 'projectTitle' + number;
		document.getElementById('visitSite').href = projectUrls[number-1];
		document.getElementById('jobDescription').innerHTML = descriptions[number-1];
 		$("#project").hide();
		$("#project").fadeIn("slow");

  	}
