
- 上海双年展新闻发布会在柏林举行
发表于
2009-01-05 04:28:26 阅读 1131 次 评论 1 条 所属文章分类:
柏林连日细雨朦胧,柏林双年展吸引着艺术圈和媒体圈同行们纷纷踏雨而来。今天各国的双年展开幕活动像校庆、更像老同学聚会。 上海双年展已逐渐被国际艺坛熟知,因此,今天上海双年展在iaf召开新闻发布会来了近百位媒体与同行,更是一次不同文化境遇下的现代艺术的碰撞与重释,正因为如此,艺术总像万花筒那样千变万化,遐想无限。 
标签:
看过该文章的最新访客(当月)
最新评论
|
');
}
});
$('#myfaceDlg').click(function(){
$.weeboxs.open('http://blog.artintern.net/dialog/myfacedlg/zhangqing',{
contentType:'ajax',
title:'修改我的头像',
showButton:false,
showCancel:false,
width:550,
height:280
});
});
$('#flinkDlg').click(function(){
$.weeboxs.open('http://blog.artintern.net/dialog/flinkdlg',{
contentType:'ajax',
title:'添加友情链接',
showButton:false,
showCancel:false,
width:420,
height:180
});
});
$('a[@name="eflinkDlg"]').click(function(){
fid = $(this).attr("fid");
$.weeboxs.open('http://blog.artintern.net/dialog/eflinkdlg/'+fid,{
contentType:'ajax',
title:'编辑友情链接',
showButton:false,
showCancel:false,
width:420,
height:180
});
});
$('a[@name="dflinkDlg"]').click(function(){
var fid = $(this).attr("fid");
if(confirm("是否删除?")) {
$.get("http://blog.artintern.net/dialog/dflinkdlg/"+fid,function(){
alert("删除成功!");
location.reload();
});
}
});
$('#musicDlg').click(function(){
$.weeboxs.open('http://blog.artintern.net/dialog/musicdlg',{
contentType:'ajax',
title:'编辑音乐',
showButton:false,
showCancel:false,
width:420,
height:180
});
});
$('#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);
}
});
});
//-->