// JScript source code

function RightColLink(xURL)
{
    location.href = xURL;
}
