﻿$(document).ready(function() {
   $("#right_list .listbox a").click(function(){
      window.open(this.href);
      return false;
   });
var key = "/"+ url.replace("http://","").replace("www.","").replace("siyang.gov.cn/","");
$("#BaseLeftbox a[href='" + key +"']").addClass("strong");
}); 
