function PageChanger(page) {
	document.location=page;
};
function newsletter(urlTo, wSize, hSize)
{
	window.open(urlTo,'navigation','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+wSize+',height='+hSize);
};
