﻿function goHome()
{
    window.location.href = "Default.aspx";
}
