﻿// JScript File

function GoUrl(url){
    window.location = url;
}

