/* pointer the browser window to a new url */
function setTo( url )
{
	var contentPage = new String( url );
	document.location.href = contentPage;
}
