// timestamp : 1240961916655, //

var STTAF = {

    userid : "2009042816364",
    version : "20090420",
    widgetUrl : "http://taf.socialtwist.com:80/taf",
    widgetHostUrl : "http://taf.socialtwist.com:80",
    cdnUrl : "cdn.socialtwist.com",
    contentUrl : "",
    imagesUrl : "images.socialtwist.com",
    isButtonExpandable : true,
    isOverlaySelected : false,
    isPopupMode : false,
    isHideFlashSelected : true,
    frameHeight : "517",
    frameBorderColor : "gray",
    frameWidth : "479",
    cssTheme : "glossyBlue",
    loadJS : "getScriptJS.js",
    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,    
    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);
    }
};



STTAF.addJavascript("http://" + STTAF.cdnUrl + "/" + STTAF.loadJS + "");
