﻿function Notes() {

    //alert('test');
    window.location = 'Notes.aspx'
    //redirect to another window
}

function test(){
alert('hi');
}
