function changeImage(newsrc)
{
	document.getElementById('mainImage').src='http://'+document.domain+'/images/paper/'+newsrc;
}