document.write("<META content='' name='Description'>"
	+ "<META content='' name='Keyword'>"
	+ "<head><title></title></head><body leftMargin=0 topMargin=2 marginheight=2 marginwidth=0>"
	+ "<DIV align='center'><TABLE cellSpacing='0' cellPadding='0' width='770' border='0'>"
	+ "<TBODY><TR>"
	+ "<TD width='187'><A href='http://www.yahqq.com/' target='_blank'><IMG src='/add/images/logo.gif' border='0'></TD><TD vAlign=top>"
	+ "<TABLE class='chinesefont9pt' cellSpacing='0' cellPadding='0' width='100%' border='0'>"
	+ "<TBODY><TR>"
	+ "<TD vAlign='top' height='32'><A href='/forum/view_16.html' target='_blank'><IMG src='/add/img/help_top.gif' border='0'></A></TD>"
	+ "<TD vAlign='center' align='right'><A class='hot' href='http://www.yahqq.com/gallery/' target='_blank'>艺术馆</A> | <A class='hot' href='/blog/' target='_blank'><font color='red'>博客</font></A>  | <A class='hot' href='/article/' target='_blank'>展览馆</A> | <A  class='hot' href='/profile/' target='_blank'>艺术家</A> | <A class='hot' href='/master/' target='_blank'>名家访谈</A> | <A class='hot' href='/callup/' target='_blank'>赛事征集</A> | <A  class='hot' href='/biz/' target=_blank>画廊</A> | <A class='hot' href='/down/' target='_blank'>展览大厅</A> | <A class='hot' href='/article/bank.html' target='_blank'><font color='red'>艺术自助银行</font></A></TD>"
	+ "</TR>"
	+ "<TR><TD align='right'>&nbsp;</TD>"
	+ "<TD align='right'><A  class='hot' href='http://www.yahqq.com/'>首页</A> | <a class='hot' href='/news/' target='_blank'>新闻</a> | <A class='hot' href='/forum/list_1.html' target=_blank>馒头血案</A> | <A class='hot' href='/school/' target='_blank'>院校</A> | <A class='hot' href='/collector/' target='_blank'>收藏 <b>+</b></A> | <A class='hot' href='/media/' target='_blank'>设计传媒</A> | <A  class='hot' href='/maker/' target='_blank'>企业</A> | <a class='hot' href='/gallery/show.asp?classid=1' target='_blank'><font color='red'>作品拍卖</font></a> | <A  class='hot' href='/passport/login.asp' target='_blank'>注册发布</A> | <A class='hot' href='/ztu/index.html' target='_blank'>艺术图库</A></TD>"
	+ "</TR></TBODY></TABLE></TD></TR></TBODY></TABLE>");


image = new Array(10); //定义image为图片数量的数组
image [0] = '/add/img/listbg5.jpg' //背景图象的路径
image [1] = '/add/img/listbg1.jpg'
image [2] = '/add/img/listbg2.jpg'
image [3] = '/add/img/listbg3.jpg'
image [4] = '/add/img/listbg4.jpg'
image [5] = '/add/img/listbg8.jpg'
image [6] = '/add/img/listbg9.jpg'
image [7] = '/add/img/listbg10.jpg'
image [8] = '/add/img/listbg11.jpg'
image [9] = '/add/img/listbg12.jpg'
image [10] = '/add/img/listbg7.jpg'


number = Math.floor(Math.random() * image.length);


function AddFavorite(sURL, sTitle)
{
    try{window.external.addFavorite(sURL, sTitle);}
    catch (e){try{window.sidebar.addPanel(sTitle, sURL, "");}catch (e){alert("加入收藏失败，请使用Ctrl+D进行添加");}}
}