﻿// JScript File

function goSearch(page)
{
    document.location.href = page;
}


