$(document).ready( function () {
	$('#logo').html('<img src="/var/ar/34605/796889-logo.jpg" width="410px" height="170px" alt="1st Express Logo"/>');
	$('.smallMap').mouseenter( function () {
		$('.smallMap2').fadeIn(100);
	});
	
	$('.smallMap2').mouseleave( function () {
		$(this).fadeOut(100);
	});
})
