$(document).ready(function() {
	var langU = '';
	if(document.documentElement.attributes[1].nodeValue == 'de-DE') {
		langU = '&amp;locale=de_DE';
	}
	var iFrame = '<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fwwwgriechenlandtravel%2F115885465090153&amp;layout=button_count&amp;show_faces=false&amp;width=181'+langU+'&amp;action=like&amp;font=lucida+grande&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:181px; height:21px; margin-left: 10px;" allowTransparency="true" class="fb_like"></iframe>';
	$("#left").append(iFrame);	
});
