function init_facebook(appid)
{
  FB.init({ appId: appid, status: true, cookie: true, xfbml: true});

}

