﻿$(document).ready(function () {
    $('#bannerCorp').cycle({
        fx: 'fade',
        speed: 'slow',
        timeout: 5000,
        pager: '#dotNav',
        next: '#navRight',
        prev: '#navLeft'
    });

    $("#checkInTime").datepicker();
    $("#checkOutTime").datepicker();

    $("#menu_top .top-menu").lavaLamp({
        fx: 'backout',
        speed: 800
    });

    $('#imgCycle').cycle({
        fx: 'fade'
    });


});

function recordOutboundLink(link, category, action) {
    try {
        var pageTracker = _gat._getTracker("UA-18679584-1");
        pageTracker._trackEvent(category, action);
        setTimeout('document.location = "' + link.href + '"', 100)
    } catch (err) {
    }
}

