﻿//Initializing functions.//
$(document).ready(function() {
    $("a#leisure").blend({ target:"a#leisure span" });
    $("a#business").blend({ target:"a#business span" });
    $("a#memories").blend({ target:"a#memories span" });
});

//Lightbox functions for room photo galleries.//
$(function() { $(".gallery.standard a").lightBox(); });
$(function() { $(".gallery.business a").lightBox(); });
$(function() { $(".gallery.suites a").lightBox(); });
$(function() { $(".gallery.amenity a").lightBox(); });
