//---------------------------------------------------------------------------------------------
//---- GLOBAL JAVASCRIPT
//---------------------------------------------------------------------------------------------

jQuery(document).ready(function(){
	//jQuery().[ONHOVERFUNCTION]('[SELECTOR]');	
	
	
	jQuery('#acai_country').bind("change",function(){
		changeStates();
	});
	
	
	jQuery('.XfireCheckout').attr("href", "javascript: void(0)");
	
	jQuery('.XfireCheckout').bind("click",function(){
		jQuery.scrollTo( '.containerRush .heading', 1000 );
	});
	
	//if(jQuery.url.segment(0) == "smk")
	//{
	jQuery.cookie("smk", jQuery.url.param("affiliateID"), { path: '/', expires: 30 });
	//}

});
jQuery(function(){
        jQuery('.fireCheckout').click(function(){
                jQuery('.containerRush .submitButton').click();
        });
});


