﻿$(document).ready(function() {
    var $frame = $('<IFRAME style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; WIDTH: 450px; HEIGHT: 80px; OVERFLOW: hidden; BORDER-TOP: medium none; BORDER-RIGHT: medium none" src="http://www.facebook.com/plugins/like.php?href='
    + location.href + '&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=80" frameBorder=0 allowTransparency></IFRAME>');
    $("#like-button").append($frame);
});