﻿$(document).ready(function(){$(".daytona").hover(function(){$(".daytonaHover").show()},function(){$(".daytonaHover").hide()});$(".dallas").hover(function(){$(".dallasHover").show()},function(){$(".dallasHover").hide()});$(".lasVegas").hover(function(){$(".lasVegasHover").show()},function(){$(".lasVegasHover").hide()});$(".losAngeles").hover(function(){$(".losAngelesHover").show()},function(){$(".losAngelesHover").hide()});$(".atlanta").hover(function(){$(".atlantaHover").show()},function(){$(".atlantaHover").hide()});$(".nashville").hover(function(){$(".nashvilleHover").show()},function(){$(".nashvilleHover").hide()});$(".chicago").hover(function(){$(".chicagoHover").show()},function(){$(".chicagoHover").hide()});$(".charlotte").hover(function(){$(".charlotteHover").show()},function(){$(".charlotteHover").hide()});$(".cleveland").hover(function(){$(".clevelandHover").show()},function(){$(".clevelandHover").hide()});$(".pittsburgh").hover(function(){$(".pittsburghHover").show()},function(){$(".pittsburghHover").hide()});$(".detroit").hover(function(){$(".detroitHover").show()},function(){$(".detroitHover").hide()});$(".raleigh").hover(function(){$(".raleighHover").show()},function(){$(".raleighHover").hide()});$(".washington").hover(function(){$(".washingtonHover").show()},function(){$(".washingtonHover").hide()});$(".philadelphia").hover(function(){$(".philadelphiaHover").show()},function(){$(".philadelphiaHover").hide()});$(".boston").hover(function(){$(".bostonHover").show()},function(){$(".bostonHover").hide()})});
