// JavaScript Document

function myreload()
{
window.location.reload();
}

