function OutputFacebookLikeButton(width,type)
{
    var sUrl = window.location;
    document.write('<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like id="fb" href="'+ sUrl +'" layout="button_count" show_faces="false" width="'+width+'" action="'+type+'"></fb:like>');
}
