﻿// JavaScript Document
function GoUrl(urlobj)
{
	this.document.location.href=urlobj;	
}