
      var Days = new Array()
      Days[0] = "Sunday" 
      Days[1] = "Monday" 
      Days[2] = "Tuesday" 
      Days[3] = "Wednesday" 
      Days[4] = "Thursday" 
      Days[5] = "Friday" 
      Days[6] = "Saturday" 
      Days[7] = "7" 

      function getDisplayDate() {
        var sysDate = new Date()
        var newDate1 = sysDate.getMonth()+1+"/"
        var newDate2 = sysDate.getDate()+ "/"
        var newDate3 = sysDate.getFullYear()
        var newDate = newDate1 +newDate2+ newDate3 
        return newDate
        } 
      function getDisplayDay() {
        var sysDate = new Date()
        var newDay = sysDate.getDay() 
        return Days[newDay]
        } 
      function getBrowserName() {
        return navigator.appName
        } 

      function getBrowserVersion() {
        var verString = navigator.appVersion
        return verString.substring(0,3)
        } 

       function addCookie(tag, value) {
        if (tag != null && tag != "") { 
            var expDate = new Date()
            var expString = ""
            expDate.setTime(expDate.getTime() + (1000*60*60*24*90))
            expString = "expires=" + expDate.toGMTString() 
            document.cookie = tag + "=" + escape(value) + ";" + expString + ";"
          }
       } 
	   
	   function delayXFR(donde){
			if (donde != null && donde != "")
				{ document.location = donde;
				}
			else
			  {document.location = "http://www.ecommerce-solutions-al.com" }
 	   }
		
	   function homelink(){
    		top.location="http://www.networkdoctor.com"; 
	   }
 
	   function breakFrames(){
			if (top.frames.length > 0) 
			  { setTimeout('homelink()',500); }
       }


       function getCookie(tag){
         var value = null
         var myCookie = document.cookie + ";"
         var findTag = tag + "="
         var endPos
         
         if (myCookie.length > 0) {
            var beginPos = myCookie.indexOf(findTag)
            if (beginPos != -1) {
               beginPos = beginPos + findTag.length
               endPos = myCookie.indexOf(";",beginPos)
               if (endPos == -1)
                  endPos = myCookie.length
               value = unescape(myCookie.substring(beginPos, endPos))
             }
         }
         return value
       }
       
       function deleteCookie() {
          var Yesterday = 24 * 60 * 60 * 1000
          var expireDate = new Date()
          
          expire.setTime(expireDate.getDate() - Yesterday)
          document.cookie = "Name=nothing; expires=" + expireDate.toGMTString()
       }
       
       function showCookieTag(tag) {
          var cValue = getCookie(tag)
          alert(tag +" is " + cValue)
       }
       
       function IsCookiesActive(tag) {
          var value = navigator.cookieEnabled()
          return value
       }

      function docLastChanged() {
        var miscString = ""
        miscString = "Last updated on " + document.lastModified
        return miscString
        } 

      function pageHeader() {
        var outString = ""
        outString = ""
        document.write(outString)
		outString = ""
        document.write(outString)
		outString = ""
        document.write(outString)
		outString = ""
        } 

      function disclaimer() {
        var outString = ""
        outString = "<p align='center' class='sidebarText' >! DISCLAIMER !&nbsp;</p>"
        document.write(outString)
		outString = "<table><tr><td width='750' align='justify'>"
        document.write(outString)
		outString = "No representation is made of the suitability of these files for any purpose. Use at your own risk."
        document.write(outString)
		outString = "All programs are copyrighted and or trademarked by their respective owners."
        document.write(outString)
		outString = "Some of these programs are trial versions. Some are licensed only for personal or non-commercial use."
        document.write(outString)
		outString = "You must comply with all licensing requirements.</td></tr></table>"
        document.write(outString)
        } 

      function menuBar() {
        var outString = ""
        outString = "<table cols='3' width='760' border='0' cellspacing='0' cellpadding='0'>"
        document.write(outString)
		outString = "<tr bgcolor='#0000CC'><td colspan='3' ><img src='blueline2.gif' alt='' border='0'></td></tr>"
        document.write(outString)
		outString = "<tr><td width='30'><img src='mm_spacer.gif' alt='' width='1' height='1' border='0'></td>"
        document.write(outString)
		outString = "<td width='700' colspan='1' height='24' align='center'>"
        document.write(outString)
		outString = "<table border='0' cellpadding='0' cellspacing='0' id='navigation'>"
        document.write(outString)
		outString = "<tr><td class='navText' align='center' nowrap><a href='http://www.alabamaantiquetractorshow.com/index.html'>HOME</a></td>"
        document.write(outString)
		outString = "<td class='navText' align='center' nowrap><a href='http://www.southernantiqueiron.com/Tractor_Show_Flyer_2008.pdf'>SHOW FLYER</a></td>"
        document.write(outString)
		outString = "<td class='navText' align='center' nowrap><a href='http://maps.yahoo.com/maps_result?addr=301+Politic+Road&csz=36025&country=us&new=1&name=&qty='>MAP</a></td>"
        document.write(outString)
		outString = "<td class='navText' align='center' nowrap><a href='contact.html'>CONTACT</a></td>"
        document.write(outString)
		outString = "</tr></table></td>"
        document.write(outString)
		outString = "<td width='30'><img src='mm_spacer.gif' alt='' width='1' height='1' border='0' ></td>"
        document.write(outString)
		outString = "</tr><tr bgcolor='#0000CC'>"
        document.write(outString)
		outString = "<td colspan='3'><img src='blueline2.gif' alt=''  border='0' ></td>"
        document.write(outString)
		outString = "</tr></table>"
        document.write(outString)
		outString = ""
        } 

  	function underConstruction() {
        var outString = ""
        outString = "<br><br><img src='images/undercon.gif' alt='UnderConstruction' height='117' width='108'>"
        document.write(outString)
        outString = "<br>We are working on this site!<br>Please check back!<br><br>"
        document.write(outString)
	 	}

	function pageFooter() {
        var outString = ""
        outString = "<br><p align='center'><strong><font face='Arial Narrow'>"
        document.write(outString)
        outString = "© Copyright 2011 </font></strong><font color='#0000ff'>"
        document.write(outString)
        outString = "<a href='http://www.networkdoctor.com' target='_blank'>"
        document.write(outString)
		outString = "<strong>Powered by Networkdoctor.com</strong></font></a><strong>"
        document.write(outString)
        outString = "&nbsp; <font face='Arial Narrow'>All rights reserved."
        document.write(outString)
        outString = "</font></strong><br><font face='Arial Narrow' size='2'>"
        document.write(outString)
        outString = "Refer problems to </font><a href='http://www.networkdoctor.com/contact.html'>"
        document.write(outString)
        outString = "<font face='Arial Narrow' color='#800080' size='2'>" 
        document.write(outString)
        outString = "Webmaster</font></a><font face='Arial Narrow' size='2'>"
        document.write(outString)
        outString = "</font><br><font face='Arial Narrow' size='2'>"
        document.write(outString)
        document.write(docLastChanged())
        outString = "</font></p>"
        document.write(outString)
        } 



      function SideMenu() {
	var outString = ""
        outString = "<p><a href='index.html'>Home</a><br>"
        document.write(outString)
        outString = "<a href='forms.html'>Download Forms</a><br>"
        document.write(outString)
        outString = "<a href='contact.html'>Contact Us</a><br></p>"
        document.write(outString)
	}


      function TopMenu() {
	var outString = ""
        outString = "<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='100%' height='85' >"
        document.write(outString)
        outString = "<tr><td width='20%' height='60' valign='top'>"
        document.write(outString)
        outString = "<p align='center'><a href='http://www.google.com' target='_top'>"
        document.write(outString)
        outString = "<img border='0' src='./graphics/welderleft.gif' width='75' height='75'></a></td>"
        document.write(outString)
        outString = "<td width='60%' height='85' valign='top'>"
        document.write(outString)
        outString = "<p align='center'><img border='0' src='./graphics/ndlogo300.jpg'></p>"
        document.write(outString)
        outString = "</td><td width='20%' height='60' valign='top'>"
        document.write(outString)
        outString = "<p align='center'><a href='http://www.yahoo.com' target='_top'>"
        document.write(outString)
        outString = "<img border='0' src='./graphics/welder.gif' width='73' height='75'></a></td>"
        document.write(outString)
        outString = "</tr></table>"
        document.write(outString)
        outString = "<table border='2' cellpadding='0' cellspacing='0' style='border-collapse: collapse' bgcolor='lightblue' width='100%' height='45'>"
        document.write(outString)
        outString = "<tr><td width='16%' align='center'><a href='index.htm' >Home</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='services.htm'>Services</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='contact.htm' >Contact Me</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='Skills.htm' >Skills</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='Download.htm' >Downloads</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='programming.htm' >Programming</a></td>"
        document.write(outString)
        outString = "</tr><tr><td width='16%' align='center'><a href='antivirus.htm' >Anti Virus</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='privacy.htm'>Privacy</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='links.htm'>Links of Interest</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='Education.htm'>Education</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='jimresume.htm'>Resume</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='Education.htm'>Education</a></td></tr><tr>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='isk.htm'>Internet Safety</a></td>"
        document.write(outString)
        outString = "<td width='16%' align='center'><a href='hosspage.htm'>THE&nbsp;HOSS</a></td><td></td>"
        document.write(outString)
        outString = "<td></td><td></td><td width='16%' align='center'><a href='/ZenCart/Index.php'>Test Store Module</a></td>"
        document.write(outString)
        outString = "</tr></table>"
        document.write(outString)
	}



        function docLastChanged() {
           var miscString = ""
           miscString = "Last updated on " + document.lastModified
        return miscString
        } 
        
        
         
