
//--- ClickThrough ---
function ClickThrough(strSiteBasePath, strWebsite) {
  strUrl = strSiteBasePath + 'click-through.php' +
           '?url=' + strWebsite + '&jsf=1';
  //alert(strUrl);
  window.location = strUrl;
}
