var type = 'text_with_number';
var url = '';
var title = '';
var picture = '';
var category1 = '';
var category2 = '';
var votes = '';
var logo = "
";
var v = document.createElement('a');
v.style.fontWeight = 'bold'; v.style.textDecoration = 'none';v.style.fontSize='20px';
v.href= "http://2leep.com/submit/url=" + ( (typeof url != 'undefined' && url != '') ? url : document.URL) +
"&title=" + ( (typeof title != 'undefined' && title != '') ? title : document.title) +
"&picture=" + (not_empty(picture) ? picture : '') +
"&category1="+ (not_empty(category1) ? category1 : '') +
"&category2="+ (not_empty(category2) ? category2 : '');
v.title = 'share this on 2leep.com!';
function not_empty(name) {
return (typeof name != 'undefined' && name != '') ? true : false;
}
if (typeof type == 'undefined' || type == 'icon' || type == '') {
v.innerHTML = logo;
} else if (type == 'text_with_number') {
v.innerHTML = '
| 2leep | ' +votes+ ' |