﻿$(document).ready(function() {
    $("#bubbles div").addClass("showCursor");
    $("#bubbles div").click(function() {
        window.location = $(this).find("a").attr("href"); return false;
    });
});
