<!--
var hosturl = new String(document.location.hostname);
    hosturl = hosturl.toLowerCase();

function domainnamelink()
   {
   document.write('<a href="'+hosturl+'">'+hosturl+'</a>');
   }

function domainname()
   {
   document.write(hosturl);
   }
function usernameXf()
   {
   return('Webteam');
   }
function Comp_NameXf()
   {
   return('Old Arlington');
   }
function CompNameXf()
   {
   return('OldArlington');
   }
function domainnameXf()
   {
   return(CompNameXf()+'.org');
   }
function State_Namef()
   {
   return('Florida');
   }
function City_Namef()
   {
   return('Jacksonville');
   }






function usernameLC()
   {
   document.write(usernameXf().toLowerCase());
   }
function usernameX()
   {
   document.write(usernameXf());
   }
function Comp_NameX()
   {
   document.write(Comp_NameXf());
   }
function Comp_NameXInc()
   {
   document.write(Comp_NameXf()+', Inc.');
   }
function Comp_NameXIncUC()
   {
   document.write(Comp_NameXf().toUpperCase()+', INC.');
   }
function Business_Address()
   {
   document.write('P.O. Box 15304');
   }
function City_State_Zip()
   {
   document.write(City_Namef()+', FL 32234');
   }
function City_Name()
   {
   document.write(City_Namef());
   }
function State_Name()
   {
   document.write(State_Namef());
   }
function State_NameUC()
   {
   document.write(State_Namef().toUpperCase());
   }
function CompNameX()
   {
   document.write(CompNameXf());
   }
function domainnameLC8()
   {
   document.write('oldarli....');
   }
function domainnameLC()
   {
   document.write(domainnameXf().toLowerCase());
   }
function domainnameX()
   {
   document.write(domainnameXf());
   }
function sendEmail()
   {
   document.write('<a href="mailto:');
   usernameLC();
   document.write('@');
   domainnameX()
   document.write('?subject=e-mail%20Setup%20Completed&amp;Body=Enter%20your%20text%20below:">');
   //document.write('<a href="mailto:webteam@normanstudios.org?subject=e-mail Setup Completed&amp;Body=Enter%20your%20text%20below:">');
   }
function webteam()
   {
   document.write('<a href="mailto:webteam@'+domainnameXf()+'">webteam e-mail</a>');
   }



function webteamtext(tex)
   {
   document.write('<a href="mailto:webteam@'+domainnameXf()+'">tex</a>');
   }
function webteamtextX(tex)
   {
   emailtextDW('webteam',domainnameXf(), tex);
   }
function emailtext(who,tex)
   {
   emailtextDW(who,domainnameXf(), tex);
   }
function emailtextDW(to,domain,tex)
   {
   document.write('<a href="mailto:'+to+'@'+domain+'">'+tex+'</a>');
   }
function contractPageCount()
   {
   return('20');
   }
function contractPageCountDW()
   {
   document.write(contractPageCount());
   }
function currentPageCount()
   {
   return('850');
   }
function extraPageCount()
   {
   return(currentPageCount()-contractPageCount());
   }
function currentPageCountDW(tex)
   {
   document.write(currentPageCount());
   }
function extraPageCountDW(tex)
   {
   document.write(extraPageCount());
   }
function totalValueDW()
   {
   document.write('$'+(currentPageCount()*200));
   }
function extraValueDW()
   {
   document.write('$'+((currentPageCount()-contractPageCount())*200));
   }
//if(typeof value == 'string') value = value.toLowerCase();
//document.write('-------->');
//document.write(hosturl);
//document.write('<--------');

// -->
