﻿function Linkto(url) {
	location.href = url;
}