function action(url) {
	this.url=url;
	location.href = url;
}

