if($.browser.msie && $.browser.version < 7)
{
	document.write("<link rel='stylesheet' href='/wp-content/themes/food_theme/ie6.css' type='text/css' />");
	$(function()
	{
	});
}

	

$(function()
{
	$(".post").append("<div class='post-footer-dotted' /><div class='post-header-dotted' />");
	$("#contentChefs,#contentAbout").append("<div class='contentchef-footer-dotted' /><div class='contentchef-header-dotted' />");
	$("#recentPost").append("<div class='recentpost-footer-dotted' /><div class='recentpost-header-dotted' />");
	$("#headerSearch").click(function(e)
		{
			if($(e.target).is("input")) return;
			$("#search").get(0).submit();
		});
	$("#search :input").keypress(function(e)
		{
			if(e.keyCode != 13) return;
			$("#search").get(0).submit();
			return false;
		});
	
	
});



var add_table_hote = function()
{
	$(".post:eq(0)").prepend('<img src="/wp-content/themes/food_theme/images/added/table-hote.gif" style="position:absolute;top:0px;right:2px;"/>');
};