$(document).ready(function(){
  $("#web_login").click(function(){
  	$(".wrap").show();
  	$(".content").load("http://192.168.0.108/hd3/a.html",function(){
  		$(".wrap").css("width","400px");
  	});
  });
  $("#web_register").click(function(){
  	alert('2');
  });
});
