(function() {
if (typeof gbuzz == 'undefined') {
gbuzz = {};
}
if ( gbuzz.url ) {
myURL = gbuzz.url;
} else {
myURL = location.href;
}
if ( gbuzz.buttonType ) {
myType = gbuzz.buttonType;
} else {
myType = "normal-count";
}
var html = '';
html += '';
html += '';
html += '';
document.write(html);
})();