$(document).ready(function(){
					
	/*
	var state_id = $('area').attr('id');
	
	$('area[id=' + state_id +']').hover(function() {
		$('#price_'+state_id).animate({opacity: 'show'}, 'slow');
	}, function() {
		$('#price_'+state_id).animate({opacity: 'hide'}, 'fast');
	});
	*/
	
	$('area').click(function() {
		return false;
	});
	
	$('area#WA').hoverIntent(function() {$('#price_WA').fadeIn(500);}, function() {$('#price_WA').hide();});
	$('div#price_WA span.state_price span').load('/external/gasprice.php?state=WA');
	
	$('area#OR').hoverIntent(function() {$('#price_OR').fadeIn(500);}, function() {$('#price_OR').hide();});
	$('div#price_OR span.state_price span').load('/external/gasprice.php?state=OR');
	
	$('area#CA').hoverIntent(function() {$('#price_CA').fadeIn(500);}, function() {$('#price_CA').hide();});
	$('div#price_CA span.state_price span').load('/external/gasprice.php?state=CA');
	
	$('area#ID').hoverIntent(function() {$('#price_ID').fadeIn(500);}, function() {$('#price_ID').hide();});
	$('div#price_ID span.state_price span').load('/external/gasprice.php?state=ID');
	
	$('area#NV').hoverIntent(function() {$('#price_NV').fadeIn(500);}, function() {$('#price_NV').hide();});
	$('div#price_NV span.state_price span').load('/external/gasprice.php?state=NV');
	
	$('area#AZ').hoverIntent(function() {$('#price_AZ').fadeIn(500);}, function() {$('#price_AZ').hide();});
	$('div#price_AZ span.state_price span').load('/external/gasprice.php?state=AZ');
	
	$('area#UT').hoverIntent(function() {$('#price_UT').fadeIn(500);}, function() {$('#price_UT').hide();});
	$('div#price_UT span.state_price span').load('/external/gasprice.php?state=UT');
	
	$('area#NM').hoverIntent(function() {$('#price_NM').fadeIn(500);}, function() {$('#price_NM').hide();});
	$('div#price_NM span.state_price span').load('/external/gasprice.php?state=NM');
	
	$('area#CO').hoverIntent(function() {$('#price_CO').fadeIn(500);}, function() {$('#price_CO').hide();});
	$('div#price_CO span.state_price span').load('/external/gasprice.php?state=CO');
	
	$('area#WY').hoverIntent(function() {$('#price_WY').fadeIn(500);}, function() {$('#price_WY').hide();});
	$('div#price_WY span.state_price span').load('/external/gasprice.php?state=WY');
	
	$('area#MT').hoverIntent(function() {$('#price_MT').fadeIn(500);}, function() {$('#price_MT').hide();});
	$('div#price_MT span.state_price span').load('/external/gasprice.php?state=MT');
	
	$('area#ND').hoverIntent(function() {$('#price_ND').fadeIn(500);}, function() {$('#price_ND').hide();});
	$('div#price_ND span.state_price span').load('/external/gasprice.php?state=ND');
	
	$('area#SD').hoverIntent(function() {$('#price_SD').fadeIn(500);}, function() {$('#price_SD').hide();});
	$('div#price_SD span.state_price span').load('/external/gasprice.php?state=SD');
	
	$('area#NE').hoverIntent(function() {$('#price_NE').fadeIn(500);}, function() {$('#price_NE').hide();});
	$('div#price_NE span.state_price span').load('/external/gasprice.php?state=NE');
	
	$('area#KS').hoverIntent(function() {$('#price_KS').fadeIn(500);}, function() {$('#price_KS').hide();});
	$('div#price_KS span.state_price span').load('/external/gasprice.php?state=KS');
	
	$('area#OK').hoverIntent(function() {$('#price_OK').fadeIn(500);}, function() {$('#price_OK').hide();});
	$('div#price_OK span.state_price span').load('/external/gasprice.php?state=OK');
	
	$('area#TX').hoverIntent(function() {$('#price_TX').fadeIn(500);}, function() {$('#price_TX').hide();});
	$('div#price_TX span.state_price span').load('/external/gasprice.php?state=TX');
	
	$('area#LA').hoverIntent(function() {$('#price_LA').fadeIn(500);}, function() {$('#price_LA').hide();});
	$('div#price_LA span.state_price span').load('/external/gasprice.php?state=LA');
	
	$('area#AR').hoverIntent(function() {$('#price_AR').fadeIn(500);}, function() {$('#price_AR').hide();});
	$('div#price_AR span.state_price span').load('/external/gasprice.php?state=AR');
	
	$('area#MO').hoverIntent(function() {$('#price_MO').fadeIn(500);}, function() {$('#price_MO').hide();});
	$('div#price_MO span.state_price span').load('/external/gasprice.php?state=MO');
	
	$('area#IA').hoverIntent(function() {$('#price_IA').fadeIn(500);}, function() {$('#price_IA').hide();});
	$('div#price_IA span.state_price span').load('/external/gasprice.php?state=IA');
	
	$('area#MN').hoverIntent(function() {$('#price_MN').fadeIn(500);}, function() {$('#price_MN').hide();});
	$('div#price_MN span.state_price span').load('/external/gasprice.php?state=MN');
	
	$('area#MI').hoverIntent(function() {$('#price_MI').fadeIn(500);}, function() {$('#price_MI').hide();});
	$('div#price_MI span.state_price span').load('/external/gasprice.php?state=MI');
	
	$('area#WI').hoverIntent(function() {$('#price_WI').fadeIn(500);}, function() {$('#price_WI').hide();});
	$('div#price_WI span.state_price span').load('/external/gasprice.php?state=WI');
	
	$('area#IL').hoverIntent(function() {$('#price_IL').fadeIn(500);}, function() {$('#price_IL').hide();});
	$('div#price_IL span.state_price span').load('/external/gasprice.php?state=IL');
	
	$('area#IN').hoverIntent(function() {$('#price_IN').fadeIn(500);}, function() {$('#price_IN').hide();});
	$('div#price_IN span.state_price span').load('/external/gasprice.php?state=IN');
	
	$('area#OH').hoverIntent(function() {$('#price_OH').fadeIn(500);}, function() {$('#price_OH').hide();});
	$('div#price_OH span.state_price span').load('/external/gasprice.php?state=OH');
	
	$('area#WV').hoverIntent(function() {$('#price_WV').fadeIn(500);}, function() {$('#price_WV').hide();});
	$('div#price_WV span.state_price span').load('/external/gasprice.php?state=WV');
	
	$('area#KY').hoverIntent(function() {$('#price_KY').fadeIn(500);}, function() {$('#price_KY').hide();});
	$('div#price_KY span.state_price span').load('/external/gasprice.php?state=KY');
	
	$('area#TN').hoverIntent(function() {$('#price_TN').fadeIn(500);}, function() {$('#price_TN').hide();});
	$('div#price_TN span.state_price span').load('/external/gasprice.php?state=TN');
	
	$('area#MS').hoverIntent(function() {$('#price_MS').fadeIn(500);}, function() {$('#price_MS').hide();});
	$('div#price_MS span.state_price span').load('/external/gasprice.php?state=MS');
	
	$('area#AL').hoverIntent(function() {$('#price_AL').fadeIn(500);}, function() {$('#price_AL').hide();});
	$('div#price_AL span.state_price span').load('/external/gasprice.php?state=AL');
	
	$('area#GA').hoverIntent(function() {$('#price_GA').fadeIn(500);}, function() {$('#price_GA').hide();});
	$('div#price_GA span.state_price span').load('/external/gasprice.php?state=GA');
	
	$('area#FL').hoverIntent(function() {$('#price_FL').fadeIn(500);}, function() {$('#price_FL').hide();});
	$('div#price_FL span.state_price span').load('/external/gasprice.php?state=FL');
	
	$('area#SC').hoverIntent(function() {$('#price_SC').fadeIn(500);}, function() {$('#price_SC').hide();});
	$('div#price_SC span.state_price span').load('/external/gasprice.php?state=SC');
	
	$('area#NC').hoverIntent(function() {$('#price_NC').fadeIn(500);}, function() {$('#price_NC').hide();});
	$('div#price_NC span.state_price span').load('/external/gasprice.php?state=NC');
	
	$('area#VA').hoverIntent(function() {$('#price_VA').fadeIn(500);}, function() {$('#price_VA').hide();});
	$('div#price_VA span.state_price span').load('/external/gasprice.php?state=VA');
	
	$('area#MD').hoverIntent(function() {$('#price_MD').fadeIn(500);}, function() {$('#price_MD').hide();});
	$('div#price_MD span.state_price span').load('/external/gasprice.php?state=MD');
	
	$('area#DE').hoverIntent(function() {$('#price_DE').fadeIn(500);}, function() {$('#price_DE').hide();});
	$('div#price_DE span.state_price span').load('/external/gasprice.php?state=DE');
	
	$('area#PA').hoverIntent(function() {$('#price_PA').fadeIn(500);}, function() {$('#price_PA').hide();});
	$('div#price_PA span.state_price span').load('/external/gasprice.php?state=PA');
					
	$('area#NJ').hoverIntent(function() {$('#price_NJ').fadeIn(500);}, function() {$('#price_NJ').hide();});
	$('div#price_NJ span.state_price span').load('/external/gasprice.php?state=NJ');
	
	$('area#NY').hoverIntent(function() {$('#price_NY').fadeIn(500);}, function() {$('#price_NY').hide();});
	$('div#price_NY span.state_price span').load('/external/gasprice.php?state=NY');
	
	$('area#CT').hoverIntent(function() {$('#price_CT').fadeIn(500);}, function() {$('#price_CT').hide();});
	$('div#price_CT span.state_price span').load('/external/gasprice.php?state=CT');
	
	$('area#RI').hoverIntent(function() {$('#price_RI').fadeIn(500);}, function() {$('#price_RI').hide();});
	$('div#price_RI span.state_price span').load('/external/gasprice.php?state=RI');
	
	$('area#MA').hoverIntent(function() {$('#price_MA').fadeIn(500);}, function() {$('#price_MA').hide();});
	$('div#price_MA span.state_price span').load('/external/gasprice.php?state=MA');
	
	$('area#VT').hoverIntent(function() {$('#price_VT').fadeIn(500);}, function() {$('#price_VT').hide();});
	$('div#price_VT span.state_price span').load('/external/gasprice.php?state=VT');
	
	$('area#NH').hoverIntent(function() {$('#price_NH').fadeIn(500);}, function() {$('#price_NH').hide();});
	$('div#price_NH span.state_price span').load('/external/gasprice.php?state=NH');
	
	$('area#ME').hoverIntent(function() {$('#price_ME').fadeIn(500);}, function() {$('#price_ME').hide();});
	$('div#price_ME span.state_price span').load('/external/gasprice.php?state=ME');

});
