<!-- // hide from dumb browsers

function getData(nr){
	
	var responses = new Array("contact","hostingprofs.com");
	return responses[nr]
}

// -->