
    var str_footer;
    var str_webname;
    
    //截取虚拟 目录 
    var path = window.location.href;
    //alert(path);
    var re = /(\w+):\/\/([^/:]+)(:\d*)?(\/)/gim;	//匹配域名
    path = path.replace(re,"");
    //alert(path);
    var pos = 0;
    
	if ((pos = path.indexOf("/")) != -1)
	{
		path = path.substring(0,pos);
		//alert(path);
	}
   
    str_webname='/' +path+ '/';//虚拟目录名
    
    str_footer ='	     <style type="text/css">';
    str_footer +='        <!--';
    str_footer +='       .foot11 { color:#ffffff;font-size: 12px;line-height: 22px;}';
    str_footer +='       .foot11 a { color:#ffffff; text-decoration:none;}';
    str_footer +='       .foot11 a:hover { color:#ff9900; text-decoration:underline;}';
    str_footer +='       -->';
	str_footer +='	      </style>';
    str_footer +='       <table width="100%" border="0" cellspacing="0" cellpadding="0" >';
	str_footer +='	     <tr>';
	str_footer +='	      <td ><table  border="0"  cellpadding="0" cellspacing="0"><tr><td  height="8"></td></tr></table></td>';
	str_footer +='	     </tr>';
	str_footer +='	     <tr>';
	str_footer +='	      <td  bgcolor="#0066CB"><img src="" alt="" width="32" height="3" align="right" /></td>';
	str_footer +='	     </tr>';
	str_footer +='	     <tr>';
	str_footer +='	      <td  align="center" bgcolor="#54ABF0" class="foot11"><p><a href="http://www.kfpolice.com/default.aspx" style="color:#ffffff;">网站首页</a> | <a href="http://www.kfpolice.com/DaTong/static/zdjj/zdjj.htm" style="color:#ffffff;">支队简介</a> | <a href="http://www.kfpolice.com/DaTong/static/fagui/fagui.htm" style="color:#ffffff;">交通法规</a> | <a href="http://www.kfpolice.com/InfoPublish/newslist.aspx?ClassID=40&webname=sdjjzd" style="color:#ffffff;">交通安全常识</a> |<a href="http://www.kfpolice.com/wscgs.aspx" style="color:#ffffff;"> 网上车管所</a> |<a href="http://www.kfpolice.com/DaTong/static/jnly/jnly.htm" style="color:#ffffff;"> 开封旅游</a> | <a href="http://www.kfpolice.com/DaTong/static/bszn/bszn.htm" style="color:#ffffff;">办事指南</a> | <a href="http://www.kfpolice.com/DaTong/static/docdownload.htm" style="color:#ffffff;">表格下载</a><br />';
	str_footer +='	       开封市公安局交警支队 版权所有  <br/>';
	str_footer +='	     </td></tr>';     
	str_footer +='     </table>';
	document.write(str_footer);
