(function() {
if (typeof facebook == 'undefined') {
facebook = {};
}
if ( facebook.url ) {
myURL = facebook.url;
} else {
myURL = location.href;
}
if ( facebook.buttonType ) {
myType = facebook.buttonType;
} else {
myType = "box_count";
}
var html = '';
html += 'Share';
html += '';
html += '';
document.write(html);
})();