// 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.pihentelme.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><a href="http://www.facebook.com/?ref=home#!/pages/Pihent-Elme/171923252849629?v=info"><img src="images/layout/facebook_homepage.gif" width="20" height="20" alt=" Nézze meg adatlapunkat a FaceBookon is!" title=" Nézze meg adatlapunkat a FaceBookon is!"/></a>';

	document.getElementById('facebook_like_container').innerHTML = like_string;
}
