(function() { if (typeof tweet == 'undefined') { tweet = {}; } var src = 'http://platform.twitter.com/widgets/tweet_button.html'; src += '?url='; if ( tweet.url ) { src += tweet.url; } else { src += location.href; } if ( tweet.via ) { if ( tweet.via == "@" || tweet.via == "") {} else { src += "&via="; src += tweet.via;} } if ( tweet.text ) { if (tweet.text == "") {} else {src += "&text="; src += tweet.text;} } var buttn = "horizontal"; if ( tweet.count ) { src += "&count="; src += tweet.count; buttn = tweet.count; } var html = '