function likebutton(url,layout,faces, width, action, font, color, height){
    document.write('<iframe src="http://www.facebook.com/plugins/like.php?href='+ url +'&amp;layout='+ layout +'&amp;show_faces='+ faces +'&amp;width='+ width +'&amp;action='+ action +'&amp;font='+ font +'&amp;colorscheme='+ color+'" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:'+ width +'px; height:'+ height +'px"></iframe>');
}
function site_name(name){
    document.write('<meta property="og:site_name" content="'+name+'"/>')
}
function og_title(name){
    document.write('<meta property="og:title" content="'+ name +'"/>')
}
function og_description(desc){
    document.write('<meta property="og:description" content="'+desc+'"/>')
}
function og_image(image){
    document.write('<meta property="og:image" content="'+image+'"/>')
}