// JavaScript Document

function OneLink(sHostname)
{
	document.location.href = document.location.protocol + "//" + sHostname + document.location.pathname + document.location.search;
}

