function redirect(page)
{
document.location.href=page;
}


