// timestamp : 1241547172897, //

var STTAF = {
userid : "2009032613645",
version : "20090420",
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 : false,
frameHeight : "510",
frameBorderColor : "gray",
frameWidth : "482",
cssTheme : "glossyBlue",
loadJS : "getScriptJS.js",
widgetFile : "widget",
serviceOrder : {"tabs":["bookmark","blog","social","email","im","cms"],"email":["gmail","msnmail","ymail","email"],"im":["gtalk","msnim","yim","aim"],"social":["facebook","myspace","linkedin","twitter","friendfeed","identica"],"blog":["wordpress","blogger","livejournal","typepad","movabletype","xanga"],"cms":["drupal","joomla","eengine","textpattern"],"bookmark":["technorati","slashdot","bookmarkus","newsvine","delicious","propeller","blinklist","yahoomyweb","digg","blogmarks","simpy","diigo","stumbleupon","yahoobookmarks","folkd","backflip","google","current","mixx","ballhype","reddit","bebo","feedmelinks","squidoo","multiply","sphinn","faves","shoutwire","spurl","yigg","myaol","misterwong","ask","symbaloo","kaboodle","netvouz","windowslive","xanga","indiapad","tipd","yahoobuzz","tailrank","care2","stumpedia","kirtsy","fresqui","meneame","funp","segnalo","oknotiziealiceit","n4g","linkagogo","yardbarker","hugg","healthranker","tagza"]},
    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 + "");

