function setforumread(fid,fimg) {
	fimg.src='nimg/nonewposts.gif';
	Polit.AJWS.SetForumRead(fid);
}

function setthreadread(tid,fimg) {
	fimg.src='nimg/nonewposts.gif';
	Polit.AJWS.SetThreadRead(tid);
}

function setpfforumread(fid,fimg) {
	fimg.src='nimg/nonewposts.gif';
	Polit.AJWS.SetPartyForumRead(fid);
}

function setpfthreadread(tid,fimg) {
	fimg.src='nimg/nonewposts.gif';
	Polit.AJWS.SetPartyThreadRead(tid);
}

function setafforumread(fid,fimg) {
	fimg.src='nimg/nonewposts.gif';
	Polit.AJWS.SetAreaForumRead(fid);
}

function setafthreadread(tid,fimg) {
	fimg.src='nimg/nonewposts.gif';
	Polit.AJWS.SetAreaThreadRead(tid);
}



