$(document).ready(function() {
	var url = window.location.href;
	if($('td.content div.text_header').last().find('em').parent().html()==null)
	{
		$('td.content div.text_header').last().parent().find('em').parent().prepend('<br/><br/><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Floveirishfood&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="overflow:hidden; width:450px; height:80px; padding: 0px; float: left;" allowtransparency="true"></iframe><br/><div style="clear:both"></div>');
		/*$('td.content div.text_header').last().parent().find('em').parent().prepend('<br/><br/><iframe src="http://www.facebook.com/plugins/like.php?href=' + url + '&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="overflow:hidden; width:450px; height:80px; padding: 0px; float: left;" allowtransparency="true"></iframe><br/><div style="clear:both"></div>');*/
	}
	else
	{
		$('td.content div.text_header').last().find('em').parent().prepend('<br/><br/><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Floveirishfood&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="overflow:hidden; width:450px; height:80px; padding: 0px; float: left;" allowtransparency="true"></iframe><br/><div style="clear:both"></div>');
		/*$('td.content div.text_header').last().find('em').parent().prepend('<br/><br/><iframe src="http://www.facebook.com/plugins/like.php?href=' + url + '&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="overflow:hidden; width:450px; height:80px; padding: 0px; float: left;" allowtransparency="true"></iframe><br/><div style="clear:both"></div>');*/
	}
});