function outside(){
$.ajax({
type:"get",
url:"o/open.php",
cache:false,
success:function(l){
	$("#outsides").html(l);
}
});
}