<!--

// Generate a Random Number Between 1 and 5
var randomnumber = Math.round(Math.random()*7);

// Select a movie and execute the corresponding function
if (randomnumber == 1)
{movie1();}

else if (randomnumber == 2)
{movie2();}

else if (randomnumber == 3)
{movie3();}

else if (randomnumber == 4)
{movie4();}

else if (randomnumber == 5)
{movie5();}

else if (randomnumber == 6)
{movie6();}

else {movie7();}

//Functions to write out the correct flash movie resource.
function movie1(){
document.write("<img src='/_media/images/quotes/greybar.gif' border='0' class='QuoteBar' /><br><a href='http://www.agistix.com/' target='_blank'><img src='/_media/images/logos/agistix.gif' alt='Agistix' width='116' height='27' border='0' /></a><p class='QuoteText'>&ldquo;Global Startups helped us to identify new vertical markets for our technology&rdquo;</p><p class='QuotePerson'>David Fox, Agistix</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/more.gif' alt='View more business development clients' border='0' class='QuoteViewMore'/></a></p>")
}

function movie2(){
document.write("<img src='/_media/images/quotes/greybar.gif' border='0' class='QuoteBar' /><br><a href='http://www.cloudshield.com/' target='_blank'><img src='/_media/images/logos/cloud_shield.gif' alt='Cloudshield' width='137' height='36' border='0' /></a><p class='QuoteText'>&quot;Global Startups was instrumental in designing and implementing our Italian market strategy&quot;</p><p class='QuotePerson'>Vikash Varma, Cloudshield</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/more.gif' alt='View more business development clients' border='0' class='QuoteViewMore'/></a></p>")
}

function movie3(){
document.write("<img src='/_media/images/quotes/greybar.gif' border='0' class='QuoteBar' /><br><a href='http://www.intellimaker.com/' target='_blank'><img src='/_media/images/logos/intelimaker.gif' alt='Intellimaker' width='116' height='59' border='0' /></a><p class='QuoteText'>&quot;Global Startups has provided us with the tools to compete with our peers in Silicon Valley. We've met Venture Capital firms and potential partners, and are looking forward to our U.S. expansion phase.&quot;</p><p class='QuotePerson'>Gianluca Cagiano, Intellimaker</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/more.gif' alt='View more business development clients' border='0' class='QuoteViewMore'/></a></p>")
}

function movie4(){
document.write("<img src='/_media/images/quotes/greybar.gif' border='0' class='QuoteBar' /><br><a href='http://www.kagoor.com' target='_blank'><img src='/_media/images/logos/kagoor.gif' alt='Kagoor' width='137' height='34' border='0' /></a><p class='QuoteText'>&quot;Global Startups helped us with a market assessment and value proposition validation in EMEA.&quot;</p><p class='QuotePerson'>Opher Kahane, Kagoor (acquired by Juniper)</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/more.gif' alt='View more business development clients' border='0' class='QuoteViewMore'/></a></p>")
}

function movie5(){
document.write("<img src='/_media/images/quotes/greybar.gif' border='0' class='QuoteBar' /><br><a href='http://www.pcube.com/' target='_blank'><img src='/_media/images/logos/pCube.gif' alt='P-Cube' width='137' height='36' border='0' /></a><p class='QuoteText'>&quot;P-Cube was able to significantly grow revenues in EMEA thanks to Global Startups' innovative sales strategy. They don't just generate sales leads, they create new applications and markets for our technology.&quot;</p><p class='QuotePerson'>Yuval Shahar, P-Cube </p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/more.gif' alt='View more business development clients' border='0' class='QuoteViewMore'/></a></p>")
}

function movie6(){
document.write("<img src='/_media/images/quotes/greybar.gif' border='0' class='QuoteBar' /><br><a href='http://www.stoke.com/' target='_blank'><img src='/_media/images/logos/stoke.gif' alt='Stoke' width='93' height='33' border='0' /></a><p class='QuoteText'>&quot;Global Startups has provided us with quick entry to top-level executives at some key European Service Providers.&quot;</p><p class='QuotePerson'>Keith Higgins, VP Marketing, Stoke</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/more.gif' alt='View more business development clients' border='0' class='QuoteViewMore'/></a></p>")
}

function movie7(){
document.write("<img src='/_media/images/quotes/greybar.gif' border='0' class='QuoteBar' /><br><a href='http://www.intellimaker.com/' target='_blank'><img src='/_media/images/logos/intelimaker.gif' alt='Intellimaker' width='116' height='59' border='0' /></a><p class='QuoteText'>&quot;Thanks to Global Startups, Intellimaker now has the capability to compete in the International market&quot;</p><p class='QuotePerson'>Gianluca Cagiano, Intellimaker</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/more.gif' alt='View more business development clients' border='0' class='QuoteViewMore'/></a></p>>")
}

//-->

