if (window != top) top.location.href = location.href;

function GetTodaysDateLongFormat(){
    var oDate = new Date();
    var sDate = oDate.toLocaleDateString();
    return sDate;
}
