﻿function facebook_onlogin() {
  refreshPage();
}

function refreshPage(){
    window.location = 'default.aspx';
}