//$(document).ready(function(){


//	$('.headerImage').mouseover(function(){
//		var ihover = $(this).attr('ihover');
//		if(ihover != undefined){
//			$(this).attr('inormal', $(this).attr('src'));
//			$(this).attr('src', ihover);
//		}
//	});
//
//	$('.headerImage').mouseout(function(){
//		var inormal = $(this).attr('inormal');
//		if(inormal != undefined){
//			$(this).attr('src', inormal);
//		}
//	});
//
//	$('#home').mouseover(function(){
//		alert($('#'+$(this).id+'_circle'));
//		$('#'+$(this).id+'_circle').trigger('mouseover');
//	});
//	$('#home').mouseout(function(){
//		$('#'+$(this).id+'_circle').trigger('mouseout');
//	});
//
//});

$(function() {
	
});
