// timestamp : 1258152155471, //

var STTAF = {

    userid : "2009111329560",
    version : "20090918",
    widgetUrl : "http://taf.socialtwist.com:80/taf",
    widgetHostUrl : "http://taf.socialtwist.com:80",
    cdnUrl : "cdn.socialtwist.com",
    contentUrl : "http://content.socialtwist.com/",
    imagesUrl : "images.socialtwist.com",
    isButtonExpandable : true,
    isOverlaySelected : true,
    isPopupMode : false,
    isHideFlashSelected : true,
    frameHeight : "544",
    frameBorderColor : "#c6c6c6",
    frameWidth : "479",
    cssTheme : "2009111329560",
    loadJS : "getScriptJS.js",
    serviceOrder : {"tabs":["email","bookmark","im","social"],"email":["gmail","msnmail","ymail","email"],"im":["gtalk","msnim","yim","aim"],"social":["facebook","myspace","linkedin","twitter","friendfeed","identica"],"blog":[],"cms":[],"bookmark":["digg","delicious","bookmarkus","google","stumbleupon","technorati","reddit","slashdot","misterwong","newsvine","propeller","windowslive","yahoobuzz","blinklist","yahoomyweb","simpy","faves","blogmarks","diigo","folkd","mixx","yahoobookmarks","backflip","current","ask","bebo","feedmelinks","sphinn","squidoo","spurl","myaol","netvouz"]},
    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://s3.amazonaws.com/" + STTAF.cdnUrl + "/" + STTAF.loadJS + "");
} else {
    STTAF.addJavascript("http://" + STTAF.cdnUrl + "/" + STTAF.loadJS + "");
}
