<!--

// Generate a Random Number Between 1 and 5
var randomnumber = Math.round(Math.random()*6);

// 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 {movie6();}

//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.mi.camcom.it/' target='_blank'><img src='/_media/images/logos/logo_dimilano.gif' alt='Camera di Commercio di Milano' width='109' height='36' border='0' /></a><p class='QuoteText'> &ldquo;Global Startups created an innovative program to empower our startup companies, bringing Silicon Valley best practices to our high-tech companies&rdquo;</p><p class='QuotePerson'>Attilio Martinetti, Camera di Commercio di Milano</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/mo.con.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.e-coop.it/' target='_blank'><img  src='/_media/images/logos/logo_ecoop.gif' alt='Coop' border='0' /></a><p class='QuoteText'> &quot;Coop is in the process of expanding our presence in the IT market thanks to Global Startups vision and strategy&quot;</p><p class='QuotePerson'>Marco Bulgarelli, Manutencoop</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/mo.con.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.digitek.com/' target='_blank'><img src='/_media/images/logos/logo_digitek.gif' alt='Digitek' border='0' /></a><p class='QuoteText'> &quot;Digitek is a leader in advanced technology for the automotive market. We were looking for a vision of future technology and trends and Global Startups was able to provide this insight.&quot;</p><p class='QuotePerson'>Alberto Sicuri, Digitek</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/mo.con.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.crf.it/' target='_blank'><img src='/_media/images/logos/logo_fiat.gif' alt='FIAT' border='0' /></a><p class='QuoteText'> &quot;FIAT Research Center is trying to leverage our large portfolio of Intellectual Property. Global Startups is finding opportunities for this in the U.S. market&quot;</p><p class='QuotePerson'>Massimo de Benedetti, FIAT</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/mo.con.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.telecomitalia.com/' target='_blank'><img src='/_media/images/logos/logo_telecom.gif' alt='Telecom Italia' border='0' /></a><p class='QuoteText'> &quot;Michele always provides us with the innovative technology and services trends, which is crucial for our future strategy&quot;</p><p class='QuotePerson'>Stefano Pileri, Telecom Italia</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/mo.con.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.sssup.it' target='_blank'><img src='/_media/images/logos/sssa.gif' alt='University of Pisa' border='0' /></a><p class='QuoteText'> &quot;We believe that the Technology Transfer service Global Startups is offering will be very valuable for our future research.&quot;</p><p class='QuotePerson'>Professor Riccardo Varaldo, Scuola Superiore Sant'Anna Pisa</p><p><a href='/clients/business_development.html'><img src='/_media/images/logos/mo.con.gif' alt='View more business development clients' border='0' class='QuoteViewMore'/></a></p>")
}

//-->

