// 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=www.istvan.schulmann.hu&amp;layout=button_count&amp;show_faces=true&amp;width=280&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:280px; height:25px;" allowTransparency="true"></iframe>';

	document.getElementById('facebook_like_container').innerHTML = like_string;

	ops = '';
	ops = ops + '<li><a href="http://www.facebook.com/profile.php?id=100000745352848&v=info"><img src="images/social/facebook.gif" width="20" height="20" alt="Facebook" title="Facebook" /> Facebook</a></li>';
	ops = ops + '<li><a href="http://iwiw.hu/pages/user/userdata.jsp?userID=84416&clearsession=true"><img src="images/social/iwiw.gif" width="20" height="20" alt="Iwiw" title="Iwiw" /> Iwiw</a></li>';
	ops = ops + '<li><a href="http://picasaweb.google.com/schulmann.istvan/"><img src="images/social/picasa.gif" width="20" height="20" alt="Picasa Web Album" title="Picasa Web Album" /> Picasa Web Album</a></li>';
	ops = ops + '<li><a href="http://www.vatera.hu/listings/index.php?us=SomaSch"><img src="images/social/vatera.gif" width="20" height="20" alt="Vatera" title="Vatera" /> Vatera</a></li>';
	ops = ops + '<li><a href="http://www.youtube.com/user/SomaMr76"><img src="images/social/youtube.gif" width="20" height="20" alt="Youtube" title="Youtube" /> Youtube</a></li>';
	ops = ops + '<li><a href="http://www.delicious.com/schulmann"><img src="images/social/delicious.gif" width="20" height="20" alt="Delicious" title="Delicious" /> Delicious</a></li>';
	ops = ops + '<li><a href="mailto:schulmann.istvan@gmail.com"><img src="images/social/gmail.gif" width="20" height="20" alt="Gmail" title="Gmail" /> Gmail</a></li>';
	
	document.getElementById('other_places_container').innerHTML = ops;

}


