$(document).ready(
	function(){		
		$(document.body).prepend(
		'<div id="social">'+
		'<div id="fb-like">'+
		'	<div id="social-links">'+
		'		<a href="http://twitter.com/HardangerActive"><img src="/html/images/twitter.jpg"></a>'+
		'		<a href="http://nb-no.facebook.com/pages/Hardanger-Active/170206162996621"><img src="/html/images/facebook.jpg"></a>'+		
		'	</div>'+
		'	<div id="fb-iframe">'+
		'		<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hardangeractive.nl%2F&amp;send=false&amp;layout=button_count&amp;width=116&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:116px; height:21px;" allowTransparency="true">'+
		'		</iframe>'+
		'	</div>'+
		'	</div>'+
		'</div>'+
		'</div>'		
		);
	}
);
