/* 
 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 goToStoreCurrencyConverter(event)
{
    // Inserisci codice qui
    document.location.href = "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=290527470&mt=8";
}

function goToStorePercentages(event)
{
    // Inserisci codice qui
    document.location.href = "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307586236&mt=8";
}

function goToStoreInterests(event)
{
    // Inserisci codice qui
    document.location.href = "http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307586236&mt=8";
}


function contactMe(event)
{
    // Inserisci codice qui
    var encodedEmailAddress = encodeURI("paolo.grifantini@gmail.com");
    var encodedSubject = encodeURI("iPhone app development");
    window.location = "mailto:" + encodedEmailAddress + "?subject=" + encodedSubject;
}
