﻿function changeLocation(newLocation)
{
    //alert("changing to: " + newLocation);
    document.location.href = newLocation;
}