﻿
var sethome =
'<a href="javascript:void(0)" onclick="SetHome(this)" target="_top">' +
'<img alt="设为首页" title="设为首页" src="/Util/Image/Common/home2.gif" border="0" /></a> '+
'<a href="javascript:void(0)" onclick="AddFavorite()" target="_top">' +
'<img alt="加入收藏夹" title="加入收藏夹" src="/Util/Image/Common/adFav.gif" border="0" /></a>'
document.write(sethome);
