// JavaScript Document

function reg_onclick(url)
{
    document.location.href=url;
}