
if (typeof(_shareBoxSrcLoaded) == 'undefined') {
	_sharebox_source = document.createElement('script');
	_sharebox_source.setAttribute('type','text/javascript');
	_sharebox_source.setAttribute('src','http://media.gery.pl/podzielsie/js/sharebox_src.js.php');
	document.getElementsByTagName("head")[0].appendChild(_sharebox_source);

    _sharebox_css_link = document.createElement('link');
    _sharebox_css_link.setAttribute('type','text/css');
    _sharebox_css_link.setAttribute('rel','stylesheet');
    _sharebox_css_link.setAttribute('href','http://media.gery.pl/podzielsie/css/podzielsie.css.php');
    _sharebox_css_link.setAttribute('media','all');
    document.getElementsByTagName("head")[0].appendChild(_sharebox_css_link);
}

document.write('<div class="_shareIt"><div><div class="_icoShare"></div><a href="#" onclick="return _showShareBox(this)" title="podziel się">podziel się</a></div></div>');