/* <![CDATA[ */
function printFacebookButton(url)
{
    if(arguments.length < 1) 
        url = location.href; 
        
    var code = '<if' + 'rame src="http://www.facebook.com/plugins/like.php?href=' + encodeURI(url) + '&amp;layout=button_count&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>';
    
    document.write(code);
}
/* ]]> */
