loadPage bgcolor="#FFFFFF">

loadPage.lib
(Requires kernel.lib)

loadPage:This function will load a web page into a DIV. This function will only work for web pages with the same domain name as the document.
div("name").loadPage("URL")

loaded Page:This function will indicate when a page has finished loading into a DIV.
function loadedPage("div"){}