/*/*************************************************************************************************************************** /// TrueBridge - Data Initialization Java Script /// This JavaScript defines information about the research data and featured companies on the home page. /// /// Konrad Kyc [2009 © Vantagesoft.ca] - 2009-10-22 - Created. /// /// /// ///***************************************************************************************************************************/ var projectData = { selectedItemPosition: { featuredCompany: -1, researchData: 0 }, teamMatrixItemState: { edwin: false, mel: false, rob: false, josh: false, stuart: false, alanna: false }, featuredCompanyPlay: true, researchData: [{ text: "Private Equity Performance: Returns, Persistence, and Capital Flows
Kaplan & Schoar, November 2003", linkTitle: "Download PDF", downloadLink: "http://faculty.chicagogsb.edu/steven.kaplan/research/pereturns.pdf" }, { text: "Informational Hold-up and Performance Persistence in Venture Capital
Hochburg, Ljungqvist, and Vissing-Jorgensen, August 2008", linkTitle: "Download PDF", downloadLink: "http://www.kellogg.northwestern.edu/faculty/hochberg/htm/HLVJ.pdf" }, { text: "State of the Venture Capital Industry
TrueBridge Market Analysis Fall 2009", linkTitle: "Download PDF", downloadLink: "PDF/News/State_of_Venture_Capital.pdf" }] ,featuredCompanies: [{ name: "LifeLock", imagePath: "Images/Strategy/Logos/Logo-LifeLock.gif" },{ name: "StumbleUpon", imagePath: "Images/Strategy/Logos/Logo-SU.gif" },{ name: "UniverCell", imagePath: "Images/Strategy/Logos/Logo-UniverCell.gif" },{ name: "Swoopo", imagePath: "Images/Strategy/Logos/Logo-Swoopo.gif" },{ name: "Knewton", imagePath: "Images/Strategy/Logos/Logo-Knewton.gif" },{ name: "TransEnterix", imagePath: "Images/Strategy/Logos/Logo-TransEnterix.gif" },{ name: "Ironkey", imagePath: "Images/Strategy/Logos/Logo-Ironkey.gif" },{ name: "GS Solar", imagePath: "Images/Strategy/Logos/Logo-GSSolar.gif" }] }