

jQuery(document).ready(function() {
    jQuery(".deployh").mouseover(function() {
        jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Increase-Automation-with-Speech-Recognition-o.gif");
    }).mouseout(function() {
        jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Increase-Automation-with-Speech-Recognition.gif");
    });
    jQuery(".speechh").mouseover(function() {
        jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Enhance-Your-Touchtone-IVR-o.gif");
    }).mouseout(function() {
        jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Enhance-Your-Touchtone-IVR.gif");
    });
    jQuery(".proactivelyh").mouseover(function() {
        jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Proactively-Contact-Customers-o.gif");
    }).mouseout(function() {
        jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Proactively-Contact-Customers.gif");
    });
    jQuery(".profith").mouseover(function() {
        jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Profit-from-On-Demand-IVR-o.gif");
    }).mouseout(function() {
        jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Profit-from-On-Demand-IVR.gif");
    });

    //jQuery(".newsevents li:last").css({ background-color: "#000000" });
	
	//pager buttons rollers
	jQuery("#rpInfrastructure").mouseover(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/On-Demand-Infrastructure-over.gif");
	}).mouseout(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/On-Demand-Infrastructure.gif");
	});
	jQuery("#rpSupport").mouseover(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/AlwaysOn-Support-over.gif");
	}).mouseout(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/AlwaysOn-Support.gif");
	});
	jQuery("#rpServer").mouseover(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Speech-Application-Server-over.gif");
	}).mouseout(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Speech-Application-Server.gif");
	});
	jQuery("#rpServices").mouseover(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Platform-Services-over.gif");
	}).mouseout(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Platform-Services.gif");
	});
	jQuery("#iProviders").mouseover(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-Service-Providers-over.gif");
	}).mouseout(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-Service-Providers.gif");
	});
	jQuery("#iHightech").mouseover(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-High-Tech-over.gif");
	}).mouseout(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-High-Tech.gif");
	});
	jQuery("#iFinancial").mouseover(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-Financial-Services-over.gif");
	}).mouseout(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-Financial-Services.gif");
	});
	jQuery("#iInsurance").mouseover(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-Health-Insurance-over.gif");
	}).mouseout(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-Health-Insurance.gif");
	});
	jQuery("#iUtilities").mouseover(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-Utilities-over.gif");
	}).mouseout(function() {
		jQuery(this).attr("src", "/wp-content/themes/artificialintelligence/images/Solutions-Utilities.gif");
	});
	// END pager buttons rollers
	
});

