
followLink = function(url) {
	top.location = url;
	return false;
};

