jQuery(document).ready(function(){jQuery('#rotation').cycle({next:'#rotation',speed:500,timeout:5000,pause:'true'});jQuery('.lightbox a').attr('rel','lightbox');jQuery('.lightbox a').fancybox({'zoomSpeedIn':500,'zoomSpeedOut':300,'overlayOpacity':0.7});jQuery('#contact-loading').hide('slow');jQuery('#area-of-interest,.state-selection').change(formChange);function formChange(){var state=jQuery('.state-selection:visible select').val();jQuery('#name_of_state').val([state]);if(jQuery('#area-of-interest').val()=='Scrap'){jQuery('#scrap_state').val([state]);jQuery('.state-selection').hide();jQuery('#scrap-state').show();jQuery('.state-selection select[id!=scrap_state]').val(['---']);}
if(jQuery('#area-of-interest').val()=='Solid Waste'){jQuery('#waste_state').val([state]);jQuery('.state-selection').hide();jQuery('#waste-state').show();jQuery('.state-selection select[id!=waste_state]').val(['---']);}
if(jQuery('#area-of-interest').val()=='Scrap Newsletter'){jQuery('#scrap_news_state').val([state]);jQuery('.state-selection').hide();jQuery('#scrap-news-state').show();jQuery('.state-selection select[id!=scrap_news_state]').val(['---']);}
if(jQuery('#area-of-interest').val()=='Solid Waste Newsletter'){jQuery('#waste_news_state').val([state]);jQuery('.state-selection').hide();jQuery('#waste-news-state').show();jQuery('.state-selection select[id!=waste_news_state]').val(['---']);}
if(jQuery('#area-of-interest').val()=='International Inquiries'){jQuery('#international_state').val([state]);jQuery('.state-selection').hide();jQuery('#international-state').show();jQuery('.state-selection select[id!=international_state]').val(['---']);}
if(jQuery('#area-of-interest').val()=='Parts'){jQuery('#parts_state').val([state]);jQuery('.state-selection').hide();jQuery('#parts-state').show();jQuery('.state-selection select[id!=parts_state]').val(['---']);}
if(jQuery('#area-of-interest').val()=='Service'){jQuery('#service_state').val([state]);jQuery('.state-selection').hide();jQuery('#service-state').show();jQuery('.state-selection select[id!=service_state]').val(['---']);}
if(jQuery('#area-of-interest').val()=='Compaction 600 Game'){jQuery('#game_state').val([state]);jQuery('.state-selection').hide();jQuery('#game-state').show();jQuery('.state-selection select[id!=game_state]').val(['---']);}
if(jQuery('#area-of-interest').val()=='Other'){jQuery('#other_interest').val([state]);jQuery('.state-selection').hide();jQuery('#other-interest').show();jQuery('.state-selection select[id!=other_interest]').val(['---']);}}
jQuery('#country,#country-switcher').change(formInternationalChange);function formInternationalChange(){if(jQuery('#country').val()=='International'){jQuery('#other-state-email').val(['International']);jQuery('#state-dropdown').hide();jQuery('#state-other').show();jQuery('#state-dropdown select').val(['---']);jQuery('#country-dropdown').hide();jQuery('#country-other').show();}
if(jQuery('#country-switcher').val()=='United States'){jQuery('#other-state-email').val(['']);jQuery('#state-dropdown').show();jQuery('#state-other').hide();jQuery('#state-other select').val(['']);jQuery('#country-dropdown').show();jQuery('#country-other').hide();jQuery('#country-switcher').val(['* Country:']);jQuery('#country').val(['United States']);}}});