function changearticleimage(n,url,width,height){
	oo(n+'_link').href = url;
	oo(n).src = "include/showimage.php?imagename=../"+url+"&imagewidth="+width+"&imageheight="+height;
	return false;
}