
function Randomizer() {
        var dt = new Date();
        var sec = dt.getSeconds();
		return sec % 4;
}

if  ( Randomizer() == 0 )
 {
	imageText="<a href='/team/mgmt.html'><img src='/images/home/home_banner_fieldglass.jpg' alt='&ldquo;Bluestream has been a true partner in the complex, involved process of building a business. Fieldglass would not be where it is today without their unstinting support. They are actively involved without being intrusive and have helped address many issues that might otherwise have become a distraction for management. I highly recommend Bluestream to any technology firm looking for a committed venture partner.&rdquo; Jai Shekhawat, CEO of Fieldglass' border='0'></a>"
}

else if  ( Randomizer() == 1 )
 {
	imageText="<a href='/team/mgmt.html'><img src='/images/home/home_banner_gearworks.jpg' alt='BlueStream&#39;s unique collaborative philosophy helped us expand opearations to support the growing customer base and expand into new geographic areas. They&#39;ve been with us every step of the way.' border='0'>"
}


else if  ( Randomizer() == 2 )
 {
	imageText="<a href='/team/mgmt.html'><img src='/images/home/home_banner_invio.jpg' alt='Invio provides process automation software for the storage supply chain that enables enterprises to deliver on-demand storage and data management services.' border='0'>"
}

else  
 {
	imageText="<a href='/team/mgmt.html'><img src='/images/home/home_banner_meru.jpg' alt='&ldquo;BlueStream is a hard-working team that is there when I need them.  Over the years they have developed a broad set of industry relationships and a solid understanding of network industry dynamics.  Their relationships and expertise have been instrumental in helping build the Meru franchise.&rdquo;  Ujjal Kohli, Chairman, Chief Executive Officer and Founder' border='0'>"
}




document.write(""+imageText+"");
