//upright.js
//网站右上角的文字
document.write('<table><tr><td width="100" height="60" align="center">');
document.write('<img src="/images/sign/red_dot.gif" width="5" height="5"> <a href="/aboutus/contact.html#2" target="_blank"><font color="#0033FF">三元桥店</font></a><br>');
document.write('<img src="/images/sign/red_dot.gif" width="5" height="5"> <a href="/aboutus/contact.html#2" target="_blank"><font color="#0033FF">中关村店</font></a><br>');
document.write('<img src="/images/sign/red_dot.gif" width="5" height="5"> <a href="/aboutus/contact.html#2" target="_blank"><font color="#0033FF">阜城门店</font></a><br>');
document.write('<img src="/images/sign/red_dot.gif" width="5" height="5"> <a href="/aboutus/contact.html#2" target="_blank"><font color="#0033FF">东直门店</font></a></td>');
document.write('<td width="100">');
document.write('<img src="/images/sign/post.gif" width="14" height="14" border="0"> <a href="/feedback/formmail.asp" target="_blank"><font color="#000000">在线留言</font></a><br>');
document.write('<img src="/images/sign/crankpin.gif" width="14" height="14"> <a href="#" onclick="bookmarkit()"><font color="#000000">加入收藏</font></a><br>');
document.write('<img src="/images/sign/home.gif" width="14" height="14"> <a href="/"><font color="#000000">网站首页</font></a>');
document.write('</td></tr></table>');

function bookmarkit(){
	window.external.addFavorite('http://www.bjhxsd.com/','华厦时代----办公超市')
}