/* == COMMON FUNCTIONS USED BY THE WEBSITE == */
function login() {
	alert('Login module is not implemented yet! -- Please check back in couple of weeks\nThank you!');
	return false;
}

function n_archive() {
	alert('There are no newsletters available in the archive!');
}

function move_back() {
	history.back(-1);
}