﻿function SWT()
{
    var h2 = "&p=" + encodeURI(location.href);
    var h3 = "&r=" + encodeURI(location.href);
     this.show = function(page)
      { 
      	var pid=page;
		if(pid!=null&&pid>0)
		{
            switch(pid){
				case 1://船期
				    document.write("<a href=\"http://swt.jctrans.com/LR/Chatpre.aspx?id=LHF61175281" + h2 + h3 + "\" target=\"_blank\"><img src=\"/Content/img/icon_zxzx.gif\" border=\"0\" style='cursor: pointer;' align=\"absbottom\" /></span></a>");
		        break;
		        case 2://陆运
				    document.write("<a href=\"http://swt.jctrans.com/LR/Chatpre.aspx?id=LHF61175281" + h2 + h3 + "\" target=\"_blank\"><img src=\"http://company.shipping.jctrans.com/Content/images/swt.gif\" border=\"0\" style='cursor: pointer;' align=\"absbottom\" /></span></a>");
		        break;
		    }
        }
	}   

}

