$(document).ready(function(){
	
	$('#featureBox').load('../includes/featureBoxContent.cfm?itemId=43747');
	
	$('#ecommerce', this).mouseenter(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/ecommerceover.png');
		$('#featureBox').load('../includes/featureBoxContent.cfm?itemId=43740');
	})
	
	$('#ecommerce', this).mouseleave(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/ecommerce.png');
	})
	
	
	$('#membership', this).mouseleave(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/membership.png');
	})
	
	
	$('#membership', this).mouseenter(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/membershipover.png');
		$('#featureBox').load('../includes/featureBoxContent.cfm?itemId=43741');
	})
	
	$('#subscription', this).mouseleave(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/subscription.png');
	})
	
	
	$('#subscription', this).mouseenter(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/subscriptionover.png');
		$('#featureBox').load('../includes/featureBoxContent.cfm?itemId=43742');
	})
	
	$('#document', this).mouseleave(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/document.png');
	})
	
	
	$('#document', this).mouseenter(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/documentover.png');
		$('#featureBox').load('../includes/featureBoxContent.cfm?itemId=43743');
	})
	
	$('#multimedia', this).mouseleave(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/multimedia.png');
	})
	
	
	$('#multimedia', this).mouseenter(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/multimediaover.png');
		$('#featureBox').load('../includes/featureBoxContent.cfm?itemId=43744');
	})
	
	$('#event', this).mouseleave(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/event.png');
	})
	
	
	$('#event', this).mouseenter(function(){
		$(this).attr('src', 'http://asoundstrategy.com/images/newImages/eventover.png');
		$('#featureBox').load('../includes/featureBoxContent.cfm?itemId=43745');
	})
	
});
