function GetFacebookLikeButton()
{
    var retString = '<iframe src=\"http://www.facebook.com/plugins/like.php?href=' + document.location.href + '&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;font&amp;colorscheme=light&amp;height=21\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:75px; height:21px;\" allowTransparency=\"true\"></iframe>';
    return retString;
}
