// JavaScript Random quotes
var rNumber=Math.floor(Math.random()*11)
switch (rNumber)
{
case 0:
	document.write("&ldquo;I think the software industry as a whole has changed a lot. People don&rsquo;t understand that and don&rsquo;t accept that. And that&rsquo;s created opportunity.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>September 2005</span>")
	break
case 1:
	document.write("&ldquo;Our strategy is to acquire and operate solid companies with an established customer base. Unlike the go-go days of the 1990&rsquo;s, our approach is to nurture our portfolio companies and focus on boring old things like providing world class customer support and the stability and longevity that comes from a profitable bottom line. We think Halo Technology Holdings more accurately reflects those values.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>May 2005</span>")
	break
case 2:
	document.write("&ldquo;We believe the best way to generate long-term shareholder value is by operating businesses that are focused on world-class customer service, reliable products and a healthy bottom line that ensures the long-term viability of each of the portfolio companies.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>September 2005</span>")
	break
case 3:
	document.write("&ldquo;Our strategy is so simple it borders on boring - and we like it that way. We seek to acquire and operate enterprise software companies (companies that create and sell software that help businesses do business) that have an established history of delivering quality products to real customers and that derive a significant portion of their overall revenues from software maintenance.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>June 2005</span>")
	break
case 4:
	document.write("&ldquo;We believe HALO is positioned to play a leading role in the transformation of the entire enterprise software industry.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>June 2005</span>")
	break
case 5:
	document.write("&ldquo;HALO buys and operates software companies with the goal of helping them grow to a size and level of profitability where they can dominate their industry segment. In order to achieve this, we buy good companies, staff them with the absolute best management teams and employees, and then provide them with critical access to growth capital. Just as importantly, HALO gives its portfolio companies the guidance and time necessary to reach the ideal level of growth AND profitability.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>2006</span>")
	break
case 6:
	document.write("&ldquo;Our strategy is to have portfolio companies build long-term relationships with their customers, partners and employees by focusing on our core beliefs.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>2006</span>")
	break
case 7:
	document.write("&ldquo;Unlike many software companies that pursue growth at all costs, HALO&rsquo;s first mission is to deliver world class customer support each and every day&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>2006</span>")
	break
case 8:
	document.write("&ldquo;It is still early days for HALO, but our tag line is &lsquo;strength in numbers&rsquo; and we mean it. As our recent acquisitions start to contribute to our financial results we intend to deliver on that statement and create significant long term value for our customers, employees and shareholders.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>2006</span>")
	break
case 9:
	document.write("&ldquo;We are not here to survive, we are here to thrive. I firmly believe we have the strategy, the people and the customers already in place to do just that.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>2006</span>")
	break
case 10:
	document.write("&ldquo;HALO's philosophy is simple &ndash; buy good companies with an established client base and operate them to maximize customer satisfaction rather than chase new customers at the expense of existing ones. We strongly believe the only way to get new customers in a mature market is to ensure the clients you have today are happy. No magic formulas. No flux capacitors embedded in shiny sports cars traveling through space and time. Just old-fashioned business sense &ndash; build great products, sell them at a reasonable price, make sure they deliver value to the customer, be profitable.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	break
case 11:
	document.write("&ldquo;With 10 announced or completed acquisitions in less than 18 months, thousands of corporations around the world now rely on our portfolio companies to deliver high quality enterprise class software and services.  We believe we have secured a strong and sustainable financial foundation, and we are now focused on strategic growth across the portfolio.  The primary engine of our growth strategy is our unique &lsquo;lift and shift&rsquo; strategy, which allows portfolio company customers the choice to migrate to a more efficient and cost effective software-as-a-service architecture at a time and pace that fits their business model, not ours.  Although the lift and shift strategy is still relatively new, we are encouraged by the overwhelmingly positive response we have received from customers.&rdquo;<br />")
	document.write("<span class='quoteName'>Ron Bienvenu, CEO</span><br />")
	document.write("<span class='quoteDate'>April 2006</span>")
	break

default:
	document.write("")
}

