
<!--
var images = new Array();
images[0] = '<td class="promoInner"><h2>Products</h2><p>Protect your network against spyware and a wide variety of Web-based threats.</p><p class="smaller"><a href="/products/ironport_s160.html">Learn More</a></p></td><td align="right" style="padding-right: 0;"><a href="/products/ironport_s160.html"><img src="/_media/home_promo_productB.jpg" alt="Cisco IronPort Products" width="349" height="137"></a></td>';

images[1] = '<td class="promoInner"><h2>Resources</h2><p>Information and documentation about Cisco products as well as industry issues and solutions. <span class="smaller"><a href="/resources/">Learn More</a></span></p></td><td align="right" style="padding-right: 0;"><a href="/resources/"><img src="/_media/home_promo_resourcesA.jpg" alt="Cisco IronPort Resources" width="349" height="137"></a></td>';

images[2] = '<td class="promoInner"><h2>Try Before You Buy<br>No Risk, 30-Day Trial</h2><p>95 percent of users that evaluate Cisco IronPort solutions become happy Cisco IronPort customers. <span class="smaller"><a href="/how_to_buy/">Learn More</a></span></p></td><td align="right" style="padding-right: 0;"><a href="/how_to_buy/"><img src="/_media/home_promo_howtobuy.jpg" alt="Cisco IronPort Trial" width="349" height="137"></a></td>';

images[3] = '<td class="promoInner"><h2>Customers</h2><p>See a sampling of customers that rely on Cisco IronPort technology to power and protect their infrastructures.</p> <p class="smaller"><a href="/company/customers_more.html">Learn More</a></p></td><td align="right" style="padding-right: 0;"><a href="/company/customers_more.html"><img src="/_media/home_promo_customers.jpg" alt="Cisco IronPort Customers" width="349" height="137"></a></td>';

images[4] = '<td class="promoInner"><h2>Technology</h2><p>Powering and protecting the most sophisticated networks in the world.</p><p class="smaller"><a href="/technology/">Learn More</a></p></td><td align="right" style="padding-right: 0;"><a href="/technology/"><img src="/_media/home_promo_technologyB.jpg" alt="Cisco IronPort Technology" width="349" height="137"></a></td>';

images[5] = '<td class="promoInner"><h2>Technology</h2><p>Powering and protecting the most sophisticated networks in the world.</p><p class="smaller"><a href="/technology/">Learn More</a></p></td><td align="right" style="padding-right: 0;"><a href="/technology/"><img src="/_media/home_promo_technologyA.jpg" alt=" Cisco IronPort Technology" width="349" height="137"></a></td>';

images[6] = '<td class="promoInner"><h2>Products</h2><p>Industry-leading email security protection – fighting spam, viruses and blended threats.</p><p class="smaller"><a href="/products/ironport_c660.html">Learn More</a></p></td><td align="right" style="padding-right: 0;"><a href="/products/ironport_c660.html"><img src="/_media/home_promo_productA.jpg" alt="Cisco IronPort Products" width="349" height="137"></a></td>';

var i = Math.floor(Math.random() * images.length);
var tmp = "" + images[i];
//alert(tmp);
document.write(tmp);
// -->
