function installXPI(href)
{
    if (typeof(InstallTrigger) != 'undefined')
    {
        var xpi = {'ShortShip Pro': href};
        InstallTrigger.install(xpi);
    }
    else
    {
        alert("You must be using Firefox to install ShortShip.");
    }
}