徐唯辛的艺术空间
http://blog.artintern.net/xuweixin
复制 |
收藏
以艺术的方式反思和追问历史
');
}
});
$('#myfaceDlg').click(function(){
$.weeboxs.open('http://blog.artintern.net/dialog/myfacedlg/xuweixin',{
contentType:'ajax',
title:'修改我的头像',
showButton:false,
showCancel:false,
width:550,
height:280
});
});
$('#lastnewDlg').click(function(){
$.weeboxs.open('http://blog.artintern.net/dialog/lastnewdlg',{
contentType:'ajax',
title:'显示设置',
showButton:false,
showCancel:false,
width:420,
height:120
});
});
$.ajax({
url: 'http://blog.artintern.net/recommend.php?type=1&rand='+Math.random(),
type: 'GET',
dataType: 'html',
success: function(html){
$("#recommend_article").html(html);
}
});
$.ajax({
url: 'http://blog.artintern.net/recommend.php?type=2&rand='+Math.random(),
type: 'GET',
dataType: 'html',
success: function(html){
$("#recommend_picture").html(html);
}
});
});
//-->