

        
            function solution02 ()
            {}
            
            solution02 = new solution02;
            s02number = 0;
            
            // solution02 Array
            	  
	   solution02[s02number++] = '<br><span class="leftcolTitle">Growing:</span>Is a growing user base making it difficult to manage your application environment?<br><a href="sol_citrix_presentation_server.php"><img src="images/arrow_red.gif" border="0" />Find the solution</a>';
	   solution02[s02number++] = '<br><span class="leftcolTitle">Over-provisioning:</span>Do you find you must rely on over-provisioning to solve performance problems?<br><a href="sol_citrix_edgesight.php"><img src="images/arrow_red.gif" border="0" />Find the solution</a>';
	   solution02[s02number++] = '<br><span class="leftcolTitle">Scale Applications:</span>Are you looking to scale mission-critical Windows applications?<br><a href="sol_citrix_presentation_server.php"><img src="images/arrow_red.gif" border="0" />Find the solution</a>';
	   solution02[s02number++] = '<br><span class="leftcolTitle">Compliance Issues:</span>Do you spend too much time chasing down compliance issues?<br><a href="sol_citrix_access_gateway.php"><img src="images/arrow_red.gif" border="0" />Find the solution</a>';
	   solution02[s02number++] = '<br><span class="leftcolTitle">More Time:</span>Do you need more time for strategic project work?<br><a href="sol_citrix_presentation_server.php"><img src="images/arrow_red.gif" border="0" />Find the solution</a>';
	// keep adding items here...


            s02increment = Math.floor(Math.random() * s02number);
            document.write(solution02[s02increment]);
