function myarrtopic(str){
	var re;
	re = /->/g;        // 创建正则表达式模式。
	r = str.replace(re, '<img border=0 src=../../../200bishuiwanres/images/aggic/images/arr.gif width=18 height=7>');   // 交换每一对单词。
	mypagetitle.innerHTML = r;
}