// timestamp : 1263246763503, //

var STTAF = {

    userid : "200901147325",
    version : "20090420",
    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 : false,
    isOverlaySelected : true,
    isPopupMode : false,
    isHideFlashSelected : false,
    frameHeight : "517",
    frameBorderColor : "gray",
    frameWidth : "479",
    cssTheme : "glossyBlue",
    loadJS : "getScriptJS.js",
    serviceOrder : {"tabs":["email","bookmark","social","im","blog","cms"],"email":["aol","email","gmail","msnmail","ymail"],"im":["aim","msnim","gtalk","yim"],"social":["facebook","twitter","myspace","friendfeed","linkedin","identica"],"blog":["wordpress","blogger","typepad","livejournal","xanga","movabletype"],"cms":["joomla","drupal","textpattern","eengine"],"bookmark":["misterwong","bookmarkus","stumbleupon","reddit","delicious","digg","newsvine","windowslive","yahoobuzz","blinklist","simpy","technorati","faves","blogmarks","mixx","google","yahoobookmarks","ask","slashdot","feedmelinks","sphinn","indiapad","myaol","multiply"]},
    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 + "");
