// timestamp : 1251311169668, //

var STTAF = {
userid : "2009082623812",
version : "20090824",
widgetUrl : "http://taf.socialtwist.com:80/taf",
widgetHostUrl : "http://taf.socialtwist.com:80",
cdnUrl : "s3.amazonaws.com/cdn.socialtwist.com",
contentUrl : "http://content.socialtwist.com/",
imagesUrl : "images.socialtwist.com",
isButtonExpandable : true,
isOverlaySelected : false,
isPopupMode : false,
isHideFlashSelected : true,
frameHeight : "510",
frameBorderColor : "gray",
frameWidth : "482",
cssTheme : "glossyBlue",
loadJS : "getScriptJS.js",
widgetFile : "widget",
serviceOrder : {"tabs":["email","im","social"],"email":["gmail","msnmail","ymail","email"],"im":["gtalk","msnim","yim","aim"],"social":["facebook","myspace", "linkedin","twitter","friendfeed", "identica"]},
    enableHoverBranding : true,    

    //emod//
    ie : document.all && !window.opera,
    ishttps: ((document.location.href + "").substring(0, 5) == "https"),
    addJavascript: function(jsname) {
        var heads = document.getElementsByTagName('head');
        var th = null;

        if (heads && heads.length && heads.length > 0) {
            for (var i = 0; i < heads.length; i++) {
                if (heads[i] && heads[i].lastChild && heads[i].lastChild.src == jsname) {
                    return false;
                }
            }
            th = document.getElementsByTagName('head')[0];
        } else {
            th = document.getElementById("st" + STTAF.userid);
        }

        var s = document.createElement('script');
        s.setAttribute('type', 'text/javascript');
        s.setAttribute('src', jsname);
        th.appendChild(s);
    }
};


if (STTAF.ishttps) {
STTAF.addJavascript("https://" + STTAF.cdnUrl + "/" + STTAF.loadJS + "");
} else {
    STTAF.addJavascript("http://" + STTAF.cdnUrl + "/" + STTAF.loadJS + "");
}

