/*/***************************************************************************************************************************
/// 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: 0,
researchData: 0
},
teamMatrixItemState:
{
edwin: false,
mel: false,
rob: false,
josh: false,
stuart: false,
alanna: false
},
featuredCompanyPlay: true,
researchData: [{ text: "TrueBridge Market Analysis: State of the Venture Capital Industry
TrueBridge Capital Partners", linkTitle: "Read More and Download PDF", downloadLink: "PDF/News/Research/State of Venture Capital - Summer 2011.pdf" },{ text: "TrueBridge partners with Forbes, Inc. to build The Midas List
TrueBridge Capital Partners", linkTitle: "", downloadLink: "" },{ text: "Back to the Future: Venture Capital Today
TrueBridge Capital Partners", linkTitle: "Read More and Download PDF", downloadLink: "PDF/News/Research/TrueBridge Capital Partners - Back to the Future, Winter 2010.pdf" },{ text: "A Golden Age for Tech and Innovation
Jeff Bussgang - General Partner, Flybridge Capital Partners", linkTitle: "Read More and Download PDF", downloadLink: "PDF/News/Research/Jeff_Bussgang_-_Golden_Age_for_Tech_and_Innovation.pdf" },{ text: "State of the Venture Capital Industry
TrueBridge Capital", linkTitle: "Read More and Download PDF", downloadLink: "PDF/News/Research/TrueBridge_Capital_Partners_-_State_of_Venture_Capital_Industry.pdf" },{ text: "It Ain't Broke: The Past, Present and Future of Venture Capital with TrueBridge Capital introduction "In Defense of Venture Capital"
Kaplan, Lerner", linkTitle: "Read More and Download PDF", downloadLink: "PDF/News/Research/TrueBridge_Capital_-_In_Defense_of_Venture_Capital.pdf" },{ text: "TrueBridge Market Analysis: State of the Venture Capital Industry
TrueBridge Capital Partners", linkTitle: "Read More and Download PDF", downloadLink: "PDF/News/Research/TrueBridge Capital Partners State of Venture Capital - Fall, 2009.pdf" },{ text: "Informational Hold-up and Performance Persistence in Venture Capital
Hochburg, Ljungqvist, and Vissing-Jorgensen", linkTitle: "Read More and Download PDF", downloadLink: "PDF/News/Research/HLVJ.pdf" },{ text: "Private Equity Performance: Returns, Persistence, and Capital Flows
Kaplan & Schoar", linkTitle: "Read More and Download PDF", downloadLink: "PDF/News/Research/PEReturns.pdf" }],featuredCompanies: [{ name: "Facebook", imagePath: "Images/Strategy/Logos/Logo-Facebook.gif" },{ name: "Twitter", imagePath: "Images/Strategy/Logos/Logo-Twitter.gif" },{ name: "Groupon", imagePath: "Images/Strategy/Logos/Logo-Groupon.gif" },{ name: "Spotify", imagePath: "Images/Strategy/Logos/Logo-Spotify.gif" },{ name: "Kayak.com", imagePath: "Images/Strategy/Logos/Logo-Kayak.gif" },{ name: "Knewton", imagePath: "Images/Strategy/Logos/Logo-Knewton.gif" },{ name: "DropBox", imagePath: "Images/Strategy/Logos/Logo-Dropbox.gif" },{ name: "UniverCell", imagePath: "Images/Strategy/Logos/Logo-UniverCell.gif" },{ name: "Fusion-io", imagePath: "Images/Strategy/Logos/Logo-Fusionio.gif" },{ name: "Zulily", imagePath: "Images/Strategy/Logos/Logo-Zulily.gif" },{ name: "Rovio", imagePath: "Images/Strategy/Logos/Logo-Rovio.gif" },{ name: "One Kings Lane", imagePath: "Images/Strategy/Logos/Logo-OKL.gif" }]
}