﻿// JScript 文件
function ShowTypeImg(a,b)
{
    if(a.toLowerCase()=="true")
    {
        document.write("&nbsp;<img src=\"/Images/ico_help.gif\" alt=\"热点信息\" />");
    }
    if(b.toLowerCase()=="true")
    {
        document.write("&nbsp;<img src=\"/Images/new6.gif\" alt=\"最新信息\" />");
    }
}


    
    document.onselectstart=onselectstart;
    function onselectstart(){return false;}
    
    document.oncopy=oncopy;
    function oncopy(){return false;}
    
    document.oncut=oncut;
    function oncut(){return false;}