function breadCrumb_selector(breadCrumb_name)
{
	document.write("<div id=\"fb-root\"></div>");
	document.write("<script>(");
	document.write("function(d, s, id) {");
	document.write("var js, fjs = d.getElementsByTagName(s)[0];");
	document.write("if (d.getElementById(id)) {return;}");
	document.write("js = d.createElement(s); js.id = id;");
	document.write("js.src = \"//connect.facebook.net/en_US/all.js#xfbml=1\";");
	document.write("fjs.parentNode.insertBefore(js, fjs);");
	document.write("}(document, 'script', 'facebook-jssdk'));");
	document.write("</script>");		

	document.write("<script>!function(d,s,id){");
	document.write("var js,fjs=d.getElementsByTagName(s)[0];");
	document.write("if(!d.getElementById(id)){");
	document.write("js=d.createElement(s);");
	document.write("js.id=id;");
	document.write("js.src=\"//platform.twitter.com/widgets.js\";");
	document.write("fjs.parentNode.insertBefore(js,fjs);");
	document.write("}}(document,\"script\",\"twitter-wjs\");");
	document.write("</script>");
	
	document.write("<div align=\"left\">");	
	switch (breadCrumb_name)
	{
		case "standart_r":
			document.write("<a href=\"http://orchids.green-drop-home.com/\">Домой /");
//			document.write("<a href=\"http://www.green-drop-home.com/\" target=\"_blank\">Green Drop Home</a> /");
			document.write("<a href=\"http://shop.green-drop-home.com/\" target=\"_blank\">Магазин</a>");
		break;
		case "standart_e":
			document.write("<a href=\"http://orchids.green-drop-home.com/index_e.html\">Home /");
//			document.write("<a href=\"http://www.green-drop-home.com/index_e.html\" target=\"_blank\">Green Drop Home</a> /");
			document.write("<a href=\"http://shop.green-drop-home.com/\" target=\"_blank\">Shop</a>");
		break;		
		default:
	}
	document.write("<a href=\"https://twitter.com/share\" class=\"twitter-share-button\" data-via=\"greendrophome\">Tweet</a>");	
	document.write("<div class=\"fb-like\" data-href=\"http://www.facebook.com/pages/Green-Drop-Home/161193837271113\" data-send=\"true\" data-layout=\"button_count\" data-width=\"450\" data-show-faces=\"false\"></div>");



	document.write("</div>");	
}

