jQuery.portal
A plugin for jQuery UI that provides the ability to easily create an advanced web portal.
Usage
Add a portlet to the element with the id "myContainer":
$("#myContainer").portal("myFirstPortlet", {
title: "My Portlet",
content: $("<p>").text("Hello World!")
});