// JavaScript Document
// WARNING: Copyright 2010 Jack Waldenmaier. All Rights Reserved.


function go(loc) {
window.location.href = loc;
}


