function mail(url)
{
    window.open('https://vic.hk/asp/emailthis.asp?URL=' + url, 'EmailThisPage', 'toolbar=no, menubar=no, resizable=no, width=550, height=560, scrollbars=yes top=30, left=150');
}



document.write ("<a href=\"javascript:mail(parent.location)\">")
document.write("<img src=\"https://vic.hk/imgs/email.jpg\" border=\"0\" alt=\"Email This Page\">")
document.write ("</a>")



