﻿// JScript File

window.onload = function()
{
    
    window.defaultStatus = "www.johnofpatmos.com -- The Official Website of Author Daniel S. Boucher";
    
}

function nav(page)
{

    document.getElementById("i_content").src = page;
    document.getElementById("i_content").location.reload();

}