<!-- Begin

function rqRotate() {	
	var how_many_ads = 6;
	var now = new Date()
	var sec = now.getSeconds()
	var ad = sec % how_many_ads;
	ad +=1;
	
	if (ad==1) {
	_rqImage ='<img src="/images/quotes/adaptec_logo.gif" alt="Adaptec" width="100" height="21">';
	_rqQuote ='"Having user and application intelligence integrated into our wiring closet switch is key&#8212;this simple deployment improves efficiency and reduces our TCO tremendously."';
	_rqCustomer ='Lou Owayni<br>Global Network and Telecom Manager, Adaptec';
	_rqLink ='&raquo; <a href="solutions_customers.html" class="rgtlink">More Customers</a>';
	}
	if (ad==2) {
	_rqImage ='<img src="/images/quotes/ondemand_logo.gif" alt="OnDemand Group" width="100" height="15">';
	_rqQuote ='"ConSentry&rsquo;s intelligent switch, with its ability to provide visibility of user access, application activity, and traffic flows, made it the ideal product for our requirements."';
	_rqCustomer ='Daryl Flack<br>Head of IT Services<br>On Demand Group';
	_rqLink ='&raquo; <a href="solutions_customers.html" class="rgtlink">More Customers</a>';
	}
	if (ad==3) {
	_rqImage ='<img src="/images/quotes/ondemand_logo.gif" alt="OnDemand Group" width="100" height="15">';
	_rqQuote ='"Unlike ConSentry&rsquo;s, Cisco switches would have required additional hardware and training for the same functionality. They were also more complex to configure and deploy."';
	_rqCustomer ='Daryl Flack<br>Head of IT Services<br>On Demand Group';
	_rqLink ='&raquo; <a href="solutions_customers.html" class="rgtlink">More Customers</a>';
	}
	if (ad==4) {
	_rqImage ='<img src="/images/quotes/jazztel_logo.gif" alt="Jazztel" width="100" height="31">';
	_rqQuote ='"ConSentry intelligent switching lets us empower our users and build a more agile company while still maintaining the security, control, and auditing we need."';
	_rqCustomer ='Jos&eacute; Miguel Garcia<br>CEO, Jazztel';
	_rqLink ='&raquo; <a href="solutions_customers.html" class="rgtlink">More Customers</a>';
	}
	if (ad==5) {
	_rqImage ='<img src="/images/quotes/pasporte_logo.gif" alt="Pasporte" width="100" height="20">';
	_rqQuote ='"The ConSentry switches offer in-depth visibility of user access, application activity, and traffic flows. ConSentry offers a simple solution the competition can&rsquo;t touch."';
	_rqCustomer ='Steve Bedford<br>Senior Solutions Architect, Pasporte';
	_rqLink ='&raquo; <a href="solutions_customers.html" class="rgtlink">More Customers</a>';
	}
	if (ad==6) {
	_rqImage ='<img src="/images/quotes/beryl_logo.gif" alt="Beryl Healthcare" width="100" height="23">';
	_rqQuote ='"ConSentry addresses the challenges of today&rsquo;s collaborative environments by ensuring only certain users can reach the applications and servers. It was an easy purchase decision."';
	_rqCustomer ='John Demcher<br>Network Data and Security Manager, Beryl Healthcare';
	_rqLink ='&raquo; <a href="solutions_customers.html" class="rgtlink">More Customers</a>';
	}
	
	document.getElementById('rqImage').innerHTML = _rqImage ;
	document.getElementById('rqQuote').innerHTML = _rqQuote ;
	document.getElementById('rqCustomer').innerHTML = _rqCustomer ;
	document.getElementById('rqLink').innerHTML = _rqLink ;
}

// End -->