<!--
function popuptxt() {
var wx=window.open('rssjav.htm','','top=100,left=100,width=400,height=200');
wx.document.close();
wx.focus();
}
//-->

