$(document).ready(function(){$("#moveablePicture").animate({height:405,width:1200},10000,function(){});$("div.rowElem").jqTransform();$("#viewTravelMapButton").click(function(a){a.preventDefault();if($("#travelTarget").val()!=0){location.href=$("#travelTarget").val()}});$("#travelContentBox").find(".travelOfferBox").click(function(b){b.preventDefault();var a=$(b.currentTarget).children("a.moreInformationLink").attr("href");window.open(a,"_blank")});$("#topLocationsList").children("li.odd, li.even").mouseover(function(a){$("#topLocationsList").children("li.active").removeClass("active");$(a.currentTarget).addClass("active")});$("#topLocationsList").children("li.odd, li.even").click(function(a){a.preventDefault();location.href=$(a.currentTarget).children("a.locationName").attr("href")});$("#premiumLocationsContentBox").find(".locationInfoBox").click(function(a){a.preventDefault();location.href=$(a.currentTarget).children("a.locationName").attr("href")});$("#premiumEventsContentBox").find(".eventInfoBox").click(function(a){a.preventDefault();if(a.target.className=="cityLink"){location.href=$(a.target).attr("href")}else{location.href=$(a.currentTarget).children("a.eventName").attr("href")}})});
