/* 
 This file was generated by Dashcode.  
 You may edit this file to customize your widget or web page 
 according to the license.txt file included in the project.
 */

//
// Function: load()
// Called by HTML body element's onload event when the web application is ready to start
//
function load()
{
    dashcode.setupParts();
}


function loadGutenberg(event)
{

    document.location = ("http://www.gutenberg.org");
}


function loadGoogle(event)
{
    document.location = ("http://www.google.com");
}


function loadSupport(event)
{
    document.location = ("http://www.iphonesg.org/bookz/support");
}
