//כפתור לייק על זיגוטה בכל דף תוכן
function facebookLike(id, site){
	var flagHebrew=false;
	var thisPage='';

/*
	thisPage=window.location.href;
	thisPage=decodeURI(thisPage);

	for (i=0; i<thisPage.length; i++){
		if ((thisPage.charAt(i)<="ת" && thisPage.charAt(i)>="א")){
			flagHebrew=true;
		}
	}
*/

//	if (flagHebrew || id=="0"){
		thisPage=site;
//	}

	document.write('<iframe src="http://www.facebook.com/plugins/like.php?href='+thisPage+'&amp;layout=standard&amp;show_faces=false&amp;width=310&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:310px; height:35px; margin-top: 3px;" allowTransparency="true"></iframe>');
}
