// JavaScript Document to restrict access to a page to be only from one other page
function Redirect(links){if(document.referrer==''){window.location.href=links;}}

