// JavaScript Document
// This function is for a page-level content sensitive implementation
function OneLink(sHostname)
{
document.location.href = document.location.protocol + "//" +
sHostname + document.location.pathname +
document.location.search;
}