// JavaScript Document

function gotoURL( url ) {
	this.location = url;
}
