// JavaScript Document
function load(url)
   {
       location.href=url;
   }

