// This script was created by S:o)ma - http://www.schulmann.hu/istvan/honlap_refernciak.html

function place_facebook_like_button() 
{
	like_string = '<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.noiseplus.hu&amp;layout=button_count&amp;show_faces=true&amp;width=65&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:65px; height:21px;" allowTransparency="true"></iframe>';

	document.getElementById('facebook_like_container').innerHTML = like_string;
}
