$(document).ready(function(){
	var htmlsocial = '<div style="width:220px;margin:0 auto;"><div style="padding:4px 2px 0px 0px; float:left;"><iframe width="82px" scrolling="no" height="62px" frameborder="0" allowtransparency="true" style="border:none;overflow:hidden;" src="http://www.facebook.com/plugins/like.php?href=http://vph-tech.com&layout=box_count&show_faces=false&action=recommend&colorscheme=light&height=62"></iframe></div><div style="padding:2px 7px 0px 0px; float:left;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-url="http://vph-tech.com" data-lang="de"></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"><\/script></div><div style="padding:4px 7px 0px 0px; float:left;"><g:plusone size="tall" href="{FB}"></g:plusone></div><div class="c"></div></div>';
	$('#social').html(htmlsocial);
	(function(d, t) {
		var g = d.createElement(t),
			s = d.getElementsByTagName(t)[0];
		g.async = true;
		g.src = 'https://apis.google.com/js/plusone.js';
		s.parentNode.insertBefore(g, s);
	})(document, 'script');
});
