

        
            function solution01 ()
            {}
            
            solution01 = new solution01;
            s01number = 0;
            
            // solution01 Array
            	  
	   solution01[s01number++] = '<span class="leftcolTitle">Poor Performance:</span>Does the network get blamed for poor application performance?<br><a href="sol_citrix_wanscaler.php"><img src="images/arrow_red.gif" border="0" />Find the solution</a><br><br>';
	   solution01[s01number++] = '<span class="leftcolTitle">Remote Users:</span>Do you struggle delivering apps to remote users and branch office sites?<br><a href="sol_citrix_wanscaler.php"><img src="images/arrow_red.gif" border="0" />Find the solution</a><br><br>';
	   solution01[s01number++] = '<span class="leftcolTitle">Security:</span>Do you worry about securing mobile and guest users when accessing your data?<br><a href="sol_citrix_access_gateway.php"><img src="images/arrow_red.gif" border="0" />Find the solution</a><br><br>';
	   solution01[s01number++] = '<span class="leftcolTitle">Scaling:</span>Do you have trouble scaling your Web applications?<br><a href="sol_citrix_netscaler_application_accelerator.php"><img src="images/arrow_red.gif" border="0" />Find the solution</a><br><br>';
	// keep adding items here...


            s01increment = Math.floor(Math.random() * s01number);
            document.write(solution01[s01increment]);
