﻿var addthis_pub = "apalazzo";
//[BV] 08/04/2009 - Attivato addthis e-mial anche per utenti non registrati
var g_sAddThisUrl = "";
var g_sAddThisDes = "";
//var addthis_options = "favorites, print, yahoobkm, live, google, myspace, facebook, delicious, buzz, twitter, stylehive";
var addthis_options = "favorites, print, email, yahoobkm, live, google, myspace, facebook, delicious, buzz, twitter, stylehive";
//var g_sAddThisOptionsEmail = "favorites, print, email, yahoobkm, live, google, myspace, facebook, delicious, buzz, twitter, stylehive";

function resetAddThisUrl()
{
    g_sAddThisUrl = "";
    g_sAddThisDes = "";
}

function getAddThisUrl()
{
    //if (uId != "")
    //addthis_options = g_sAddThisOptionsEmail;
    if (g_sAddThisUrl == "")
        return "[URL]";
    return g_sAddThisUrl;
}

//[BV] 08/04/2009 - Come da specifica di Maurizio (da ricontrollare se esiste documentazione)
//function checkEmailAddThis()
//{
//    var txtFrom = document.getElementById("at_from");
//    if (txtFrom != null)
//    {
//        if(uId != "")
//            txtFrom.value = uId;
//        else
//            txtFrom.value == ADDTHIS_EMAIL_FROM
//    }
//}

//setInterval("checkEmail();", 1000);
