function ws(cs){
	window.status= cs;
	return true;
}
function rs() {
	window.status= 'Welcome to The Ramblers Web Site';
	return true;
}

