YAHOO.util.Event.onDOMReady(function() {

    // prepare fancyboxes
    $("a.fancybox").fancybox({
     height: "90%;",
     overlayOpacity: 0.6,
     titleFormat: function(title) {
         switch (title)
         {
             case "map":
                 return "<span style='font-size: 123.1%;'>To add yourself to the guestmap, <a href='#' onclick='YAHOO.util.Dom.get(\"fancybox-frame\").src=\"http://spreadsheets.google.com/embeddedform?formkey=dDlOcDZNSHNnNHhIN3VQdWR1UWxaUHc6MA\" ; return false;'>tell us where you live</a></span>.";
                 break;
         }
     },
     titlePosition: "inside",
     transitionIn: "none",
     transitionOut: "none",
     type: "iframe",
     width: "90%;"
    });

    // close fancyboxes upon resize
    YAHOO.util.Event.addListener(window, "resize", function() {
        $.fancybox.close();
    });

    (function() {
        var e = document.createElement("script");
        e.src = "http://cdn.wibiya.com/Toolbars/dir_0489/Toolbar_489511/Loader_489511.js";
        document.getElementById("wibiya").appendChild(e);
    }());

});
