﻿$(document).ready(function() {

});


function goto(url) {
    window.location.href = url;
}
