(function(){
	var imgPath = 'sb-images/',
		sites = [

		];

	var url = 'http://www.mojosoft-software.com',
		title = encodeURIComponent(document.title),
		html = '<ul class="social-bookmarks">';
		
	for (var i = 0, len = sites.length; i < len; i++) {
		var site = sites[i],
			link = site[2].replace('{url}', url).replace('{title}', title),
			imgSrc = imgPath + site[0] + '.png';
		
		html += '<li><a href="' + link + '" title="' + site[1] + ' " target="_blank"><img src="' + imgSrc + '" alt="' + site[1] + '" /></a></li>';
	}
 html +='<li><div class="flike"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></li>';
			
 html +='<li><div class="flike"><iframe src="http://www.facebook.com/plugins/like.php?href=' + url + '&amp;layout=button_count&amp;show_faces=True&amp;width=20&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:114px; height:20px;" allowTransparency="true"></iframe></div></li>';
  html +='<li><div class="flike"><script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang: "en"}</script><g:plusone size="medium" href="http://www.mojosoft-software.com"></g:plusone></div></li>';

	html += '</ul>';

	document.write(html);

})();

function rollOver(element) 
{
    for( var x = 0; element.childNodes[x]; x++ )
    {
        if( element.childNodes[x].tagName == 'UL' )
                element.childNodes[x].style.display = 'block';
    }
}

function rollOut(element)
{
    for( var x = 0; element.childNodes[x]; x++ )
    {
        if( element.childNodes[x].tagName == 'UL' )
                element.childNodes[x].style.display = 'none';
    }
}
