OWASP ZAP - klmaccounting.com

Generated with ZAP on Sat 12 Aug 2023, at 03:24:33

ZAP Version: 2.13.0

Contents

About this report

Report parameters

Contexts

No contexts were selected, so all contexts were included by default.

Sites

The following sites were included:

  • http://www.klmaccounting.com

(If no sites were selected, all sites were included by default.)

An included site must also be within one of the included contexts for its data to be included in the report.

Risk levels

Included: High, Medium, Low, Informational

Excluded: None

Confidence levels

Included: User Confirmed, High, Medium, Low

Excluded: User Confirmed, High, Medium, Low, False Positive

Summaries

Alert counts by risk and confidence

This table shows the number of alerts for each level of risk and confidence included in the report.

(The percentages in brackets represent the count as a percentage of the total number of alerts included in the report, rounded to one decimal place.)

Confidence
User Confirmed High Medium Low Total
Risk High 0
(0.0%)
0
(0.0%)
0
(0.0%)
0
(0.0%)
0
(0.0%)
Medium 0
(0.0%)
1
(7.7%)
1
(7.7%)
1
(7.7%)
3
(23.1%)
Low 0
(0.0%)
0
(0.0%)
6
(46.2%)
1
(7.7%)
7
(53.8%)
Informational 0
(0.0%)
0
(0.0%)
2
(15.4%)
1
(7.7%)
3
(23.1%)
Total 0
(0.0%)
1
(7.7%)
9
(69.2%)
3
(23.1%)
13
(100%)

Alert counts by site and risk

This table shows, for each site for which one or more alerts were raised, the number of alerts raised at each risk level.

Alerts with a confidence level of "False Positive" have been excluded from these counts.

(The numbers in brackets are the number of alerts raised for the site at or above that risk level.)

Risk
High
(= High)
Medium
(>= Medium)
Low
(>= Low)
Informational
(>= Informational)
Site http://www.klmaccounting.com 0
(0)
3
(3)
7
(10)
3
(13)

Alert counts by alert type

This table shows the number of alerts of each alert type, together with the alert type's risk level.

(The percentages in brackets represent each count as a percentage, rounded to one decimal place, of the total number of alerts included in this report.)

Alert type Risk Count
Absence of Anti-CSRF Tokens Medium 215
(1,653.8%)
Content Security Policy (CSP) Header Not Set Medium 65
(500.0%)
HTTP to HTTPS Insecure Transition in Form Post Medium 2
(15.4%)
Big Redirect Detected (Potential Sensitive Information Leak) Low 1
(7.7%)
Cookie No HttpOnly Flag Low 71
(546.2%)
Cookie without SameSite Attribute Low 71
(546.2%)
Cross-Domain JavaScript Source File Inclusion Low 180
(1,384.6%)
Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) Low 65
(500.0%)
Timestamp Disclosure - Unix Low 118
(907.7%)
X-Content-Type-Options Header Missing Low 62
(476.9%)
Information Disclosure - Suspicious Comments Informational 59
(453.8%)
Modern Web Application Informational 59
(453.8%)
Session Management Response Identified Informational 68
(523.1%)
Total 13

Alerts

  1. Risk=Medium, Confidence=High (1)

    1. http://www.klmaccounting.com (1)

      1. Content Security Policy (CSP) Header Not Set (1)
        1. GET http://www.klmaccounting.com/sitemap.xml
          Alert tags
          Alert description

          Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.

          Request
          Request line and header section (254 bytes)
          GET http://www.klmaccounting.com/sitemap.xml HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (335 bytes)
          HTTP/1.1 404 Not Found
          x-powered-by: PHP/5.6.40
          content-type: text/html; charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=pLpnwxdi2q+t7qYWZNtF4wXT73QqaKPqpNTV6uFgUFXNB/JUn/FUMeSJaai/iFksBmbT5Np6LVHbv9lP8n/WaQRybBWiisoS5QAx+EeVK3BUuZyB8ZsFTQ==; Path=/
          content-length: 38
          
          
          Response body (38 bytes)
          <body bgcolor="#A9C6F6">&nbsp;</body>
          
          Solution

          Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.

  2. Risk=Medium, Confidence=Medium (1)

    1. http://www.klmaccounting.com (1)

      1. HTTP to HTTPS Insecure Transition in Form Post (1)
        1. GET http://www.klmaccounting.com/lb-portal.php
          Alert tags
          Alert description

          This check looks for insecure HTTP pages that host HTTPS forms. The issue is that an insecure HTTP page can easily be hijacked through MITM and the secure HTTPS form can be replaced or spoofed.

          Other info

          The response to the following request over HTTP included an HTTPS form tag action attribute value:

          http://www.klmaccounting.com/lb-portal.phpThe context was:

          <form

          name="form"

          style="margin: 0px; padding: 0px;"

          method="post"

          action="https://www.securefirmportal.com/Account/Login/17721">

          <span class="portalUserLabel">

          Username (email)

          </span>

          <input

          class="portalUser focus"

          name="Username"

          type="text" />

          <span class="portalPassLabel">

          Password

          </span>

          <input

          class="portalPass"

          name="Password"

          type="password" />

          <input

          type="image"

          alt="LOGIN"

          value="LOGIN"

          src="/images/galleries/style/jquery/fancybox/images/spacer.gif"

          class="portalSubmit">

          <input

          name="Submit"

          value="clicked"

          type="hidden">

          <span class="portalNewLabel">

          <strong>New Client?</strong><br>

          <a href="https://www.securefirmportal.com/Account/Register/17721">Click Here to Register</a><br>

          <a href="https://www.securefirmportal.com/Account/Login/17721>">Forget Your Password?</a>

          </span>

          </form>

          Request
          Request line and header section (440 bytes)
          GET http://www.klmaccounting.com/lb-portal.php HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          referer: http://www.klmaccounting.com
          Cookie: BNIS_x-bni-jas=rGJv8xgNkrdviTqLLB/Dxf5D675NPffCg6tyO97QC6v8AW+BM540bNqQL6A09jFPZreuV9DxZqwZbrdzNHpXDSLGtENWcp7gNFvmd2t1kFgCVEQyWhPTTQ==
          
          
          Request body (0 bytes)
          Response
          Status line and header section (330 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/html; charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:55 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=hNIiCZVWBYk1TpU2VU1fyTKkawDZeH86z8Mn4yoRZoQnN9aDixjZOJlTdGG4zt+oDPnXBnB1TQlHG27dkZa/omvTLPj8egLIiSwSZ2s4Ef0beECrUSfsLg==; Path=/
          content-length: 4048
          
          
          Response body (4048 bytes)
          <style type="text/css">
          #fancyboxPortal {
          	width:520px;
          	height:310px;
          	background:#000;
          	position:relative;
          	margin:0 auto;
          }
          #fancyboxPortal form, 
          #fancyboxPortal input, #fancyboxPortal textarea {
              font-family: Arial,Helvetica,sans-serif;
              font-size: 14px;
          }
          .portalBkg {
          	width:500px;
          	height:290px;
          	position:absolute;
          	bottom:10px;
          	left:10px;
          	background:
          	url(/images/galleries/style/jquery/fancybox/images/portal-sprite.jpg) #FFF 0 0 no-repeat;
          }
          .portalBkg a {
          	color:#000;
          	text-decoration:underline;
          }
          .portalBkg a:hover {
          	color:#000;
          	text-decoration:none;
          }
          .portalBkg h1,
          .portalBkg h2,
          .portalBkg h3,
          .portalBkg h4 {
          	color:#000;
          }
          .portalLogin {
          	position:absolute;
          	top:20px;
          	left:230px;
          	width:270px;
          	height:270px;
          	font:14px/16px Arial, Helvetica, sans-serif !important;
          	font-weight:normal;
          }
          .portalLogin h1 {
          	font:32px/32px Arial, Helvetica, sans-serif !important;
          	font-weight:bold !important;
          	margin:0;
          }
          .portalLogin h2 {
          	font:19px/19px Arial, Helvetica, sans-serif !important;
          	font-weight:normal !important;
          	margin:0;
          }
          .portalUserLabel {
          	position:absolute;
          	top:80px;
          	left:0;
          	color:#666;
          }
          .portalPassLabel {
          	position:absolute;
          	top:140px;
          	left:0;
          	color:#666;
          }
          .portalNewLabel {
          	position:absolute;
          	top:200px;
          	left:0;
          	color:#000;
          }
          .portalUser {
          	background:url(/images/galleries/style/jquery/fancybox/images/portal-sprite.jpg) #fff 0 -290px no-repeat;
          	width:250px;
          	height:30px;
          	position:absolute;
          	top:95px;
          	left:0;
          	font:16px/30px Arial, Helvetica, sans-serif;
          	color:#666;
          	padding:0 0 0 5px;
          	margin:0;
          	border:0;
          }
          .portalPass {
          	background:url(/images/galleries/style/jquery/fancybox/images/portal-sprite.jpg) #fff 0 -290px no-repeat;
          	width:250px;
          	height:30px;
          	position:absolute;
          	top:155px;
          	left:0;
          	font:16px/30px Arial, Helvetica, sans-serif;
          	color:#666;
          	padding:0 0 0 5px;
          	margin:0;
          	border:0;
          }
          
          .portalSubmit {
          	background:url(/images/galleries/style/jquery/fancybox/images/portal-sprite.jpg) #fff 0 -320px no-repeat;
          	font:16px/37px Arial, Helvetica, sans-serif;
          	text-align:center;
          	font-weight:bold;
          	width:105px;
          	height:40px;
          	position:absolute;
          	top:217px;
          	left:155px;
          }
          .portalSubmit:hover {
          	background:url(/images/galleries/style/jquery/fancybox/images/portal-sprite.jpg) -120px -320px no-repeat;
          }
          </style>
          <div id="fancyboxPortal">
          	<div class="portalBkg">
              	<div class="portalLogin">
                      <h1>Client Portal</h1>
                      <h2>Sign into your account</h2>
                      <form
                      name="form"
                      style="margin: 0px; padding: 0px;"
                      method="post"
                      action="https://www.securefirmportal.com/Account/Login/17721">
                          <span class="portalUserLabel">
                              Username (email)
                          </span>
                              <input 
                              class="portalUser focus"
                              name="Username" 
                              type="text" />
                          <span class="portalPassLabel">
                              Password
                          </span>
                              <input 
                              class="portalPass" 
                              name="Password"  
                              type="password" />
                          <input
                          type="image"
                          alt="LOGIN"
                          value="LOGIN"
                          src="/images/galleries/style/jquery/fancybox/images/spacer.gif"
                          class="portalSubmit">
                          <input 
                          name="Submit" 
                          value="clicked" 
                          type="hidden">
                          <span class="portalNewLabel">
                              <strong>New Client?</strong><br>
                              <a href="https://www.securefirmportal.com/Account/Register/17721">Click Here to Register</a><br>
                              <a href="https://www.securefirmportal.com/Account/Login/17721>">Forget Your Password?</a>
                          </span>
                      </form>
                  </div>
              </div>
          </div>
          Evidence
          https://www.securefirmportal.com/Account/Login/17721
          Solution

          Use HTTPS for landing pages that host secure forms.

  3. Risk=Medium, Confidence=Low (1)

    1. http://www.klmaccounting.com (1)

      1. Absence of Anti-CSRF Tokens (1)
        1. GET http://www.klmaccounting.com
          Alert tags
          Alert description

          No Anti-CSRF tokens were found in a HTML submission form.

          A cross-site request forgery is an attack that involves forcing a victim to send an HTTP request to a target destination without their knowledge or intent in order to perform an action as the victim. The underlying cause is application functionality using predictable URL/form actions in a repeatable way. The nature of the attack is that CSRF exploits the trust that a web site has for a user. By contrast, cross-site scripting (XSS) exploits the trust that a user has for a web site. Like XSS, CSRF attacks are not necessarily cross-site, but they can be. Cross-site request forgery is also known as CSRF, XSRF, one-click attack, session riding, confused deputy, and sea surf.

          CSRF attacks are effective in a number of situations, including:

          * The victim has an active session on the target site.

          * The victim is authenticated via HTTP auth on the target site.

          * The victim is on the same local network as the target site.

          CSRF has primarily been used to perform an action against a target site using the victim's privileges, but recent techniques have been discovered to disclose information by gaining access to the response. The risk of information disclosure is dramatically increased when the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF, allowing the attack to operate within the bounds of the same-origin policy.

          Other info

          No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token] was found in the following HTML form: [Form 1: "__ncforminfo" "EMail" "hCheck" "Name" "recipient" ].

          Request
          Request line and header section (242 bytes)
          GET http://www.klmaccounting.com HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (331 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/html; charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=PDsZeoyZe+5LYyoCkjPR6bgawSxUqJYeYBzpZHDyQxPxt5UldCJOiVxc1yX65HuVXBXExv5LzMgQ57OZ5JXYDWmubpvuZGyHSLSN4W/9T3gEGPFmmwQbIw==; Path=/
          content-length: 43294
          
          
          Response body (43294 bytes)
          <!DOCTYPE html>
          <html lang="en">
          <head>
          
          
          <!-- viewport meta to reset iPhone inital scale -->
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
          
          <!-- IE compatibility mode fix and ChromeFrame -->
          <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
          
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
          
          <!-- Start Stylesheet -->
          <link href="compiled.css?202326134149" rel="stylesheet" />
          
          
          <link rel="stylesheet" href="/images/galleries/style/cpass_reset.css">
          
          <link rel="stylesheet" type="text/css" href="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
          
          <!--[if lt IE 9]>
          <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
          <![endif]-->
          
          
          <!-- css3-mediaqueries.js for IE8 or older -->
          <!--[if lt IE 9]>
          	<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
          <![endif]-->
          
          <!--[if lt IE 7]>
          <script defer type="text/javascript" src="http://www.cpa-site-solutions.com/pngfix.js"></script>
          <![endif]-->
          
          
          
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello.css">
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/animation.css">
          <!--[if IE 7]>
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello-ie7.css">
          <![endif]-->
          
          
          
          
          <title>
          New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC
          </title>
          
          <link rel="icon" href="favicon.ico" type="image/x-icon" />
          <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
          <link rel="canonical" href="http://www.klmaccounting.com">
          
          
          <meta name="description" content="Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.">
          <meta name="keywords" content="QuickBooks, QuickBooks Consultant, Certified QuickBooks Consultant, CPA, Accountant, Tax, Tax Preparation, Wisconsin, New Berlin, Computer consultant, QuickBooks ProAdvisor, Milwaukee, Brookfield">
          
          
          <script language="javascript">
          function hideEmail (emailuser, emaildomain) {
              window.location="mailto:" + emailuser + "@" +emaildomain;
          }
          </script>
           
          </head>
          
          
          <body>
          <a id="top" name="top"></a>
          <!-- .body-wrapper -->
          <div class="body-wrapper">
              <img src="/images/galleries/style/576/back.jpg" class="body-bkg" />
              <div class="container">
                  <!-- .header -->
                  <div class="header">
                      <!-- .logo -->
                      <div class="logo">
                          <a href="index.php">
          <img src="http://cp7.cpasitesolutions.com/~klmaccou/images/logo65.png" alt="New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC" border="0" />
                          </a>
                      <!-- / .logo -->
                      </div>
                      <span class="phone">
                          (262) 788-9659
                      </span>
          			<div class="links">
                          <a href="index.php">Home</a> &nbsp;&bull;&nbsp;
                          <a href="lb-portal.php" class="fancybox">Login</a> &nbsp;&bull;&nbsp;
                          <a href="contact.php">Contact</a>
          			</div>
                      <div class="clearfloat">
                      </div>
                  <!-- / .header -->
                  </div>
                  
                  <!-- .content -->
                  <div class="content">
                      <!-- .nav -->
                      <div class="button nav gradient">
                          <!-- .social -->
                          <div class="social">
                              <a href="http://www.facebook.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Facebook" class="facebook" />
                              </a>
                              <a href="http://www.twitter.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Twitter" class="twitter" />
                              </a>
                              <a href="http://www.linkedin.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="LinkedIn" class="linkedin" />
                              </a>
                              <a href="rssfeed.php" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed" class="rss" />
                              </a>
                          <!-- / .social -->
                          </div>
                          <!-- Start Navbar -->
          <div id="nav-menu" class="moomenu">
          	<ul class="menu" id="nav">
          				<li id="page_1271" class="">
          					<span class="top">
          						<span class="leftBG"></span>
          						<a class="" href="/index.php" target="_top">Home</a>
          						<span class="rightBG"></span>
          						<span class="selector"></span>
          					</span>
          				</li>
          			<li id="page_1214" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/about.php" target="_top">About</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1258" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/firmprofile.php" target="_top">Our Values</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1219" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/employment_opportunities.php" target="_top">Employment Opportunities</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1216" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/blog.php" target="_top">Blog</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_3" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/services.php" target="_top">Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_25" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/indservices.php" target="_top">Services For Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_26" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/personalfinplan.php" target="_top">Personal Financial Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_27" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/estateplan.php" target="_top">Estate Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_4" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/bizservices.php" target="_top">Business Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_5" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/smallbiz.php" target="_top">Small Business Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_14" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/payrollservice.php" target="_top">Payroll</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_15" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cfoservices.php" target="_top">Part-Time CFO Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_16" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/auditing.php" target="_top">Reviews - Compilations</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1212" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/forensic_accounting.php" target="_top">Forensic Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_17" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cashmanagement.php" target="_top">Cash Flow Management</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_18" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bankfinancing.php" target="_top">Bank Financing</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_19" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/valuation.php" target="_top">Business Valuation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_20" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bizplan.php" target="_top">Strategic Business Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_21" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/succession.php" target="_top">Succession Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_22" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/formation.php" target="_top">New Business Formation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_24" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/internalcontrols.php" target="_top">Internal Controls</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1272" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/litigation_support.php" target="_top">Litigation Support</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_29" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/taxservices.php" target="_top">Tax Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_30" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxprep.php" target="_top">Tax Preparation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_31" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxplanning.php" target="_top">Tax Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1221" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/irs-problemshome.php" target="_top">Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						<ul>
          							<li id="page_1225" class="">
          								<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-representation.php" target="_top">IRS Audit Representation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          						<li id="page_1224" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-nonfiledreturns.php" target="_top">Non-Filed Tax Returns</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1226" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-backtaxes.php" target="_top">Back Taxes Owed</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1228" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-payrolltax.php" target="_top">Payroll Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1230" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxliens.php" target="_top">IRS Liens</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1232" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxlevies.php" target="_top">IRS Levies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1234" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-garnishment.php" target="_top">IRS Wage Garnishment</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1236" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxseizures.php" target="_top">IRS Seizures</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1266" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-offercompromise.php" target="_top">Offer In Compromise</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1241" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-paymentplan.php" target="_top">IRS Payment Plan</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1243" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxbankruptcy.php" target="_top">Bankruptcy</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1244" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-spouse.php" target="_top">Innocent Spouse Relief</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1245" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-files.php" target="_top">Get Your IRS File</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          				</ul>
          					</li>				</ul>
          					</li>				<li id="page_6" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/qbmain.php" target="_top">QuickBooks Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_7" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/whyquickbooks.php" target="_top">Why QuickBooks</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_8" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookssetup.php" target="_top">QuickBooks Setup</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_9" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/qbtraining.php" target="_top">QuickBooks Training</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_10" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickanswers.php" target="_top">QuickAnswers</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1273" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookstips.php" target="_top">QuickBooks Tips</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1257" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quicktuneup.php" target="_top">QuickTune-up</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_440" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/buyquickbooks.php" target="_top">Buy QuickBooks and Save</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          			</ul>
          				</li>			</ul>
          				</li>			<li id="page_280" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/newsletter.php" target="_top">Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_281" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/newsletter.php" target="_top">This Month's Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_284" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/archive.php" target="_top">Previous Newsletters</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_282" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">Today's News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_942" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/reports.php" target="_top">Guides</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1151" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/life-events.php" target="_top">Life Events</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1153" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/business-strategies.php" target="_top">Business Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1155" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/investment-strategies.php" target="_top">Investment Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1156" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-businessowners.php" target="_top">Tax Strategies for Business Owners</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1154" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-individuals.php" target="_top">Tax Strategies for Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1159" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/frequently-asked-questions.php" target="_top">Frequently Asked Questions</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_298" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/taxcenter2.php" target="_top">Tax Center</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1161" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrefunds.php" target="_top">Track Your Refund</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1162" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxduedates.php" target="_top">Tax Due Dates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1163" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrates2.php" target="_top">Tax Rates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1164" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxpublications.php" target="_top">IRS Tax Forms and Publications</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1166" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxretention.php" target="_top">Record Retention Guide</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1167" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/statetaxforms.php" target="_top">State Tax Forms</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1168" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="http://www.cpasitesolutions.com/content/calcs/Tax1040.html" target="_blank">1040 Tax Calculator</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_247" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/resources.php" target="_top">Resources</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_252" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/calc-section.php" target="_top">Financial Calculators</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1261" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/clientportal.php" target="_top">Client Portal</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1187" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quick-send.php" target="_top">SecureSend</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_928" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/links.php" target="_top">Internet Links</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_269" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_444" class="">
          				<span class="top"><span class="leftBG"></span>
          <a class="" href="/contact.php" target="_top">Contact</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				</li>
          
          	</ul>
          </div>
          
                      <!-- / .nav -->
                      </div>
          
          
          <div class="feature internal">
          <div  id="styleFeature"  class="internal splash-caption">
             <h3>Home</h3>
                          <span>Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.</span>
          
                      </div>
          
          <div  id="styleFeature"  class="splash-caption">
             <h3>Welcome!</h3>
                          <span>Please call us today - we'll be happy to offer you a <b>free consultation</b>. <br> Thanks for visiting!</span>
          
                      </div>
                
          
          
          <form name="sidebar-form" method="post" id="styleFeature" action="/feedbackmail.php">
          <span>
                                  <h2>Get a <b>free consultation</b></h2>
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          
          <input name="Name" type="text"
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          
          <input name="EMail" type="text"
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          
          <textarea name="Comments" cols="" rows="4"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="float:right;" class="submit gradient3"
          >
          
          </span>
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvsnn-UCU6htAwJWpr_HLvJObyf4ohZXSargIjGmo_4GOswSeKdM_QBhLtXWepBJtB8X-nbpqFWOfp4qj1OH7aXbN-7DbRxsD7YKounBECv0vg=="/></form>
          
          
                      </div>
                      <!-- .internal-title -->
                      <div class="internal-title gradient2">
          
                      <!-- / .internal-title -->
                      </div>
                      <!-- mainbody -->
                      <div class="mainbody">
                          <!-- .twoThird -->
                          <div class="floatLeft twoThird">
                              <style>
          #styleFeature {
          display:block;
          }
          
          #styleFeature.internal {
          	display:none;
          }
          </style>
          
          <center>
          	<table border=0 cellpadding=0 cellspacing=0 align="center" width="80%">
          		<tr>
          			<td>
          				<!-- START CONTENT -->
          				<!-- Start DIV: Text -->
          <div id="Text" style="text-align: left;">
          <h1>New Berlin, WI Accounting Firm, KLM Accounting and Tax Associates, LLC</h1>
          <p>We are a full-service Accounting firm licensed in WI. We offer a broad range of services for business owners, executives, and independent professionals. We are affordable, experienced, and friendly.</p>
          
          <h2>Services for Individuals</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Services for Individuals" src="/images/galleries/style/home/glasses.png">
          <p>Protecting your personal assets has never been more important. Our accounting services safeguard you and your family and optimize all your hard-earned dollars.</p>
          <p align="right"><a href="indservices.php">Find Out More...</a></p>
          
          
          <h2>Business Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Business Services" src="/images/galleries/style/home/chart.png">
          <p>Are you running your business at peak performance? Call on us to increase efficiency, stay in compliance, and boost revenue and profits.</p>
          <p align="right"><a href="bizservices.php">Find Out More...</a></p>
          
          
          <h2>Tax Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Tax Services" src="/images/galleries/style/home/envelope.png">
          <p>Don't pay more in taxes than you have to! Take full advantage of all deductions and credits with our tax planning, compliance, and preparation services.</p>
          <p align="right"><a href="taxservices.php">Find Out More...</a></p>
          
          
          <h2>Quickbooks Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Quickbooks Services" src="/images/galleries/style/home/qb.png">
          <p>There's a reason QuickBooks is the number one business accounting software. Put this robust software to work for you with QuickBooks setup and training.</p>
          <p align="right"><a href="qbmain.php">Find Out More...</a></p>
          </div>
          
          
          				<!-- Start DIV: Footer -->
          <div id="Footer" style="text-align: left;">
          <center>
          	<p>
          		KLM Accounting and Tax Associates, LLC<br />
          		13315 W Lincoln Rd<br />
          		New Berlin, WI 53151<br />
          		<a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></p>
          </center>
          </div>
          
          
          				<!-- END CONTENT -->
          			</td>
          		</tr>
          	</table>
          </center>
          <script type="text/javascript" language="javascript">
          	var activePage = document.getElementById('page_1271'); 
          	if (activePage != null) {
          		activePage.className = 'active'; 
          	}
          	var activePageName = 'home';
          </script>
          
                          <!-- / .twoThird -->
                          </div>
                      <!-- / .mainbody -->
                      </div>
                      
                      <!-- .oneThird -->
                      <div class="floatRight oneThird sidebar">
                          <!-- RSS Feed Reader -->
                          <h3 class="title gradient"><img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed"  /><i class="icon-rss-5"></i> Featured Articles</h3>
                          <!-- .rssFeed -->
                          <div id="rssFeedReader" class="rssFeed">
                          <!-- / .rssFeed -->
                          </div>
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class=" icon-comment-alt-2"></i> Subscribe  </h3>
          <form  method="post" action="http://www.cpaemailmarketing.com/client/campsub.php" 
          		style="margin: 0px; padding: 0px;" >
          		<input type="hidden" name="function" value="customer2" />
          		<input type="hidden" name="un" value="klmaccou" />
          		<input type="hidden" name="custom5" value="klmaccou" />
                  
                  <input type="text" 
                  style="width:100%; margin-top:10px;"
                  name="email"
                  value="E-Mail"
                  onclick="clickclear(this, 'E-Mail')"
          		onblur="clickrecall(this,'E-Mail')" />
          
                  <input type="submit"  class="btn"
                  style="margin-top:10px; margin-bottom:10px; margin-bottom:10px; color: #fff !important;  float:right;"
                  value="Subscribe" 
                  name="submit" />
            </form>
          
          <br class="clearfloat">
          
          <h3  id="styleFeature" class="internal title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-email"></i> Contact Us  </h3>
          <span>
          <form name="sidebar-form" method="post"  class="internal" id="styleFeature" action="/feedbackmail.php">
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          <input name="Name" type="text"
          style="width: 100%; margin-top:10px;" 
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          <input name="Phone_Number" type="text"
          style="width:100%; margin-top:10px;" 
          value="Phone #" 
          onclick="clickclear(this, 'Phone #')"
          onblur="clickrecall(this,'Phone #')" />
          
          <input name="EMail" type="text"
          style="width:100%; margin-top:10px;" 
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          <input name="Best_time_to_call" type="text"
          style="width:100%; margin-top:10px;" 
          value="Best time to call" 
          onclick="clickclear(this, 'Best time to call')"
          onblur="clickrecall(this,'Best time to call')" />
          
          <textarea name="Comments" cols="" rows="4"
          style="width:100%; margin-top:10px;"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="margin-top:10px; float:right;" class="btn"
          >
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvsSshtWzK8z1j2U0-F8UrTc4qShoa6oa3kVqdo8pyumkP0pB4ulj240DDfR0Jc0Cgqxied1SfAi6Cobs2oHt_bVz-_HGq_5_v2xY7G7AG0styDYQbs8k_lt"/></form>
          </span>
          <br class="clearfloat">
          <br>
          <div  id="tax2">
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-calendar-6"></i> Tax Due Dates</h3>
          
          <div  id="cal1Container" class="yui-skin-sam yui-calcontainer single">
          
           </div>
          
          </div>
          <br class="clearfloat">
                          
          
                      <!-- / .oneThird -->
                      </div>
                      <div class="clearfloat">
                      </div>
          
          
          
          
                  <!-- / .content -->
                  </div>
          
          
              <!-- / .container -->
              </div>
              <!-- .footer -->
              <div class="footer">
                  <!-- .container -->
                  <div class="container">
                      <!-- .content -->
                      <div class="content">
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Quick Links</h2>
                              <ul>
                                  <li><a href="calc-section.php">Financial Calculators</a></li>
                                  <li><a href="quick-send.php">Send Us A File</a></li>
                                  <li><a href="taxrefunds.php">Track Your Refund</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2 class="space">&nbsp;</h2>
                              <ul>
                                  <li><a href="taxpublications.php">IRS Tax Forms</a></li>
                                  <li><a href="taxpublications.php">State Tax Forms</a></li>
                                  <li><a href="taxduedates.php">Tax Due Dates</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Contact Us</h2>
                              <ul>
                                  <li><a href="#">Phone: (262) 788-9659</a></li>
                                  <li><a href="#">Fax: (262) 788-9846</a></li>
                                  <li><a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          <div class="clearfloat">
                          </div>
                          <br/>
                          <center>
                            KLM Accounting and Tax Associates, LLC  &nbsp;&bull;&nbsp; 13315 W Lincoln Rd  &nbsp;&bull;&nbsp; New Berlin, WI  53151<br />
                            <!-- Start SPD -->
          <a class="l3" href="https://www.securefirmportal.com/Account/Login/17721">Login</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="search.php">Search</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="sitemap.php">Site Map</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="privacy.php">Privacy Policy</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="disclaimer.php">Disclaimer</a>&nbsp;&nbsp;&nbsp;
                              <!-- End SPD -->
                        </center>
                      <!-- /.content -->
                      </div>
                  <!-- / .container -->
                  </div>
              <!-- / .footer -->
              </div>
          <!-- / .body-wrapper -->
          </div>
          
          <!--scrolling-->
          <div id="scrolltab"></div>
          <!--End Scrolling-->
          
          <!-- jQuery -->
          <script type="text/javascript" src="/images/galleries/style/jquery/jquery.js">
          </script>
          
          <!-- Mobile Menu -->
          <script type="text/javascript">
           // DOM ready
           $(function() {
             
            // Create the dropdown base
            $("<select />").appendTo("#nav-menu");
            
            // Create default option "Go to..."
            $("<option />", {
          	 "selected": "selected",
          	 "value"   : "",
          	 "text"    : "Go to..."
            }).appendTo("#nav-menu select");
            
            // Populate dropdown with menu items
            $("#nav-menu a").each(function() {
             var el = $(this);
             $("<option />", {
          	   "value"   : el.attr("href"),
          	   "text"    : el.text()
             }).appendTo("#nav-menu select");
            });
            
             // To make dropdown actually work
            $("#nav-menu select").change(function() {
          	window.location = $(this).find("option:selected").val();
            });
           
           });
          </script>
          
          <script>
           $(document).ready(function(){    
                  
              
              //// Start Scroll Top Function //// 
              $(window).bind('scroll', function(){
                  if($(this).scrollTop() > 200) {
                  $("#scrolltab").fadeIn('3000');
                  }
                  if($(this).scrollTop() < 199){
                      $("#scrolltab").fadeOut('3000');
                  }
              });
              
              $('#scrolltab').live('click', function(){
                  $("html, body").animate({scrollTop:0}, 'slow');
              });
              //// End Scroll Top Function ////
              
          
          });
          
          
          
          </script> 
          
          
          <script type="text/javascript">
          function clickclear(thisfield, defaulttext, color) {
          	if (thisfield.value == defaulttext) {
          		thisfield.value = "";
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          function clickrecall(thisfield, defaulttext, color) {
          	if (thisfield.value == "") {
          		thisfield.value = defaulttext;
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          </script>
          
          <!-- Fancybox Script -->
          <script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.mousewheel-3.0.4.pack.js">
          </script><script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.pack.js">
          </script><script type="text/javascript">
              $(document).ready(function() {
                  $(".fancybox").fancybox({
                      'opacity'        : true,
                      'speedIn'        : 500,
                      'speedOut'        : 500,
                      'enableEscapeButton' : true,
                      onComplete: function() { //gives focus to input on Client Portal pop-up
                      $('.focus:last').focus();
                      }
                  });
              });
          </script>
          
          <!-- SuperFish Menu -->
          <script type="text/javascript" src="/images/galleries/style/jquery/superfish/js/superfish.js"></script>
          <script src="/images/galleries/style/jquery/superfish/js/supersubs.js"></script>
          
          <script type="text/javascript">
          $(document).ready(function(){
              $('ul.menu').css('display', 'block');
              $('ul.menu').supersubs({
                  minWidth: 9,
                  maxWidth: 50,
                  extraWidth: 1
              })
              $('ul.menu').superfish({
                  delay: 200,
                  animation: {height:'show', width:'show', opacity:'show'},
                  speed: 200,
                  disableHI: true
              })
          });
          </script>
          
          <!-- RSS Feed Reader Script -->
          <script src="/images/galleries/style/jquery/zrssfeed/jquery.zrssfeed.min.js" type="text/javascript"></script>
          <script type="text/javascript">
          $(document).ready(function () {
              var domain = 'http://www.klmaccounting.com/';
              if (domain.substr(domain.length-1) != "/") {
                  domain = domain + '/';
              } 
              $('#rssFeedReader').rssfeed(domain+'rssfeed.php', {
                  limit: 6  // Number of posts displayed
              });
          });
          </script>
          
          <style>
          /* CALENDAR */
          #newscal {
          font-size:12px !important;
          padding-top:5px;
          }
          #newscal #cal1 {
          width: 100% !important;
          }
          /* FONT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          color:#8ea3b4 !important;
          }
          /* HIGHLIGHT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.selected a {
          background-color:#ffff99 !important;
          }
          /* HOVER COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover,
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover a,
          #newscal .yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
          background-color:#8ea3b4 !important;
          color:#ffffff !important;
          }
          #newscal .yui-calcontainer {
          float:none;
          margin:0 auto;
          }
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          background:#fff !important;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavleft {
          left:0;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavright {
          right:0;
          }
          </style>
          <div id="newscal" class="cellcolor roundcorner">
          	<link rel="stylesheet" href="/images/galleries/style/calendar/calendar.css" type="text/css" />
          	<div id="cal1Container" class="yui-skin-sam yui-calcontainer single"></div>
          		<br class="clearfloat" />
          		<script type="text/javascript" src="/images/galleries/style/calendar/yahoo-dom-event.js"></script>
          		<script type="text/javascript" src="/images/galleries/style/calendar/calendar-min.js"></script> 
          		<script type="text/javascript"> 
          			YAHOO.namespace("example.calendar");
          		 
          			YAHOO.example.calendar.init = function() {
          				var eLog = YAHOO.util.Dom.get("evtentries");
          				var eCount = 1;
          					
          				function zeroFill(number,width)
          				{
          					width -= number.toString().length;
          					if (width > 0)
          					{
          						return new Array(width + (/\./.test(number) ? 2 : 1)).join('0') + number;
          					}
          					return number;
          				}		
          			 
          				function getTaxDates(taxMonth)
          				{
          					var xmlhttp;
          					var taxDateList = false;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxDateList = xmlhttp.responseText;
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxMonth="+taxMonth,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function getTaxInfo(taxDate)
          				{
          					var xmlhttp;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxInfoHTML = (xmlhttp.responseText);
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxDate="+taxDate,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function dateToLocaleString(dt, cal) {
          							var wStr = cal.cfg.getProperty("WEEKDAYS_LONG")[dt.getDay()];
          							var dStr = zeroFill(dt.getDate(),2);
          				//                	var mStr = cal.cfg.getProperty("MONTHS_LONG")[dt.getMonth()];
          							var mStr = zeroFill(dt.getMonth()+1,2);
          							var yStr = dt.getFullYear();
          							return (yStr + "-" + mStr + "-" + dStr);//format date 2001-01-01 for SQL
          				}
          			 
          				function mySelectHandler(type,args,obj) {
          					myWindow=window.open('','','width=400,height=400');
          					var selected = args[0];
          					var selDate = this.toDate(selected[0]);
          					var taxInfoHTML = getTaxInfo(dateToLocaleString(selDate, this));
          					myWindow.document.write(taxInfoHTML);
          				};
          			 
          				function myChangePageHandler(type,args,obj) {
          					thisMonth = this.cfg.getProperty("pagedate");
          					taxDateList = getTaxDates(thisMonth.getMonth()+1);
          					console.log(taxDateList);
          					YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight1);
          					YAHOO.example.calendar.cal1.render();
          				};
          
          				var d = new Date();
          				var taxMonth = d.getMonth()+1;
          				var taxDateList = getTaxDates(taxMonth);
          				YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1Container");
          		 
          				YAHOO.example.calendar.cal1.selectEvent.subscribe(mySelectHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.changePageEvent.subscribe(myChangePageHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight2);
          				YAHOO.example.calendar.cal1.render();
          			}
          			 
          			YAHOO.util.Event.onDOMReady(YAHOO.example.calendar.init);
          		</script> 
          		<center><strong>Tax Due Dates</strong></center>
          </div>
          
          <script type="text/javascript">var _0xcaad=["indexOf","; path=/","cookie","=","x-bni-ja","stack","phantomjs","plugins","length","onmousemove"];var err;function indexOfString(_0x1ce0x3,_0x1ce0x4){return _0x1ce0x3[_0xcaad[0]](_0x1ce0x4)}try{null[0]()}catch(e){err=e};function setCookie(_0x1ce0x6){var _0x1ce0x7=-1822652597;var _0x1ce0x8=656280872;var _0x1ce0x9=_0x1ce0x7+_0x1ce0x8+_0xcaad[1];document[_0xcaad[2]]=_0x1ce0x6+_0xcaad[3]+_0x1ce0x9}function set_answer_cookie(){setCookie(_0xcaad[4])}function set_answer_cookie_1(){set_answer_cookie()}if((indexOfString(err[_0xcaad[5]],_0xcaad[6])> -1)||(!(navigator[_0xcaad[7]] instanceof PluginArray)||navigator[_0xcaad[7]][_0xcaad[8]]==0)){}else {document[_0xcaad[9]]=function() {set_answer_cookie_1();};}</script></html>
          Evidence
          <form name="sidebar-form" method="post" id="styleFeature" action="/feedbackmail.php">
          Solution

          Phase: Architecture and Design

          Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.

          For example, use anti-CSRF packages such as the OWASP CSRFGuard.

          Phase: Implementation

          Ensure that your application is free of cross-site scripting issues, because most CSRF defenses can be bypassed using attacker-controlled script.

          Phase: Architecture and Design

          Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330).

          Note that this can be bypassed using XSS.

          Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation.

          Note that this can be bypassed using XSS.

          Use the ESAPI Session Management control.

          This control includes a component for CSRF.

          Do not use the GET method for any request that triggers a state change.

          Phase: Implementation

          Check the HTTP Referer header to see if the request originated from an expected page. This could break legitimate functionality, because users or proxies may have disabled sending the Referer for privacy reasons.

  4. Risk=Low, Confidence=Medium (6)

    1. http://www.klmaccounting.com (6)

      1. Big Redirect Detected (Potential Sensitive Information Leak) (1)
        1. GET http://www.klmaccounting.com/~
          Alert tags
          Alert description

          The server has responded with a redirect that seems to provide a large response. This may indicate that although the server sent a redirect it also responded with body content (which may include sensitive details, PII, etc.).

          Other info

          Location header URI length: 31 [http://www.klmaccounting.com/~/].

          Predicted response size: 331.

          Response Body Length: 707.

          Request
          Request line and header section (439 bytes)
          GET http://www.klmaccounting.com/~ HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          referer: http://www.klmaccounting.com/robots.txt
          Cookie: BNIS_x-bni-jas=W3Bu4yigKej/7O58+Cduu3QuXXoRgdRrEYS3skOjZYrc6yjrAM4IZcqSEvN8j5/uAKXDcgvLbXEMIUtOlaR3RbJCebmLxmDRMl6MQSGkiL5vMZkMJlntVA==
          
          
          Request body (0 bytes)
          Response
          Status line and header section (346 bytes)
          HTTP/1.1 301 Moved Permanently
          content-type: text/html
          date: Sat, 12 Aug 2023 07:44:54 GMT
          location: http://www.klmaccounting.com/~/
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=lx/wVwuKKS8B+33VydXh8G8+bWR1wRJqF1f0DcJUMaUObm6nOkQ9xIMbv9uyLiHcurjNNEyxOtOTgQ/GYGI42HyXoc51hLsarvAb1oj39gh0touOi1kFNg==; Path=/
          content-length: 707
          
          
          Response body (707 bytes)
          <!DOCTYPE html>
          <html style="height:100%">
          <head>
          <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
          <title> 301 Moved Permanently
          </title></head>
          <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
          <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
                  <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
          <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
          </h2>
          <p>The document has been permanently moved.</p>
          </div></div></body></html>
          
          Solution

          Ensure that no sensitive information is leaked via redirect responses. Redirect responses should have almost no content.

      2. Cookie No HttpOnly Flag (1)
        1. GET http://www.klmaccounting.com/robots.txt
          Alert tags
          Alert description

          A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.

          Request
          Request line and header section (253 bytes)
          GET http://www.klmaccounting.com/robots.txt HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (329 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/plain;charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=vF1bCtlUoNEjmUNVeE1+nJvAdcSlVVOCiHaYs8PLGR4NsQHoSJZ4CZCe70RqnLVGb7gdv3DthPjkYSk0ube2QajMHuqQuee80gNfXCpLpqi34AxQjruhzg==; Path=/
          content-length: 912
          
          
          Response body (912 bytes)
          # Allow google, bing, msn, yahoo, amazon
          User-agent: Googlebot
          User-agent: AdsBot-Google
          User-agent: Googlebot-Image
          User-agent: Mediapartners-Google
          User-agent: adsbot
          User-agent: slurp
          User-agent: yandex
          User-agent: twitterbot
          User-agent: baiduspider
          User-agent: bingbot
          User-agent: msnbot
          User-agent: Yahoo
          User-agent: ia_archiver
          User-agent: rogerbot
          User-agent: RavenCrawler
          User-agent: Amazonbot
          User-agent: facebookexternalhit
          User-agent: facebookexternalhit/1.1
          User-agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)
          User-agent: LinkedInBot
          User-agent: LinkedInBot/1.0
          User-agent: LinkedInBot/1.0 (compatible; Mozilla/5.0; Apache-HttpClient +http://www.linkedin.com)
          Disallow: /~*
          Disallow: /*?*
          Disallow:
          Allow: /*?utm_*
          Crawl-delay: 5
          
          User-agent: * # Disallow everyone else
          Disallow: /
          
          Sitemap: http://www.klmaccounting.com/sitemap.xml
          
          Parameter
          BNIS_x-bni-jas
          Evidence
          Set-Cookie: BNIS_x-bni-jas
          Solution

          Ensure that the HttpOnly flag is set for all cookies.

      3. Cookie without SameSite Attribute (1)
        1. GET http://www.klmaccounting.com/robots.txt
          Alert tags
          Alert description

          A cookie has been set without the SameSite attribute, which means that the cookie can be sent as a result of a 'cross-site' request. The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks.

          Request
          Request line and header section (253 bytes)
          GET http://www.klmaccounting.com/robots.txt HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (329 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/plain;charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=vF1bCtlUoNEjmUNVeE1+nJvAdcSlVVOCiHaYs8PLGR4NsQHoSJZ4CZCe70RqnLVGb7gdv3DthPjkYSk0ube2QajMHuqQuee80gNfXCpLpqi34AxQjruhzg==; Path=/
          content-length: 912
          
          
          Response body (912 bytes)
          # Allow google, bing, msn, yahoo, amazon
          User-agent: Googlebot
          User-agent: AdsBot-Google
          User-agent: Googlebot-Image
          User-agent: Mediapartners-Google
          User-agent: adsbot
          User-agent: slurp
          User-agent: yandex
          User-agent: twitterbot
          User-agent: baiduspider
          User-agent: bingbot
          User-agent: msnbot
          User-agent: Yahoo
          User-agent: ia_archiver
          User-agent: rogerbot
          User-agent: RavenCrawler
          User-agent: Amazonbot
          User-agent: facebookexternalhit
          User-agent: facebookexternalhit/1.1
          User-agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)
          User-agent: LinkedInBot
          User-agent: LinkedInBot/1.0
          User-agent: LinkedInBot/1.0 (compatible; Mozilla/5.0; Apache-HttpClient +http://www.linkedin.com)
          Disallow: /~*
          Disallow: /*?*
          Disallow:
          Allow: /*?utm_*
          Crawl-delay: 5
          
          User-agent: * # Disallow everyone else
          Disallow: /
          
          Sitemap: http://www.klmaccounting.com/sitemap.xml
          
          Parameter
          BNIS_x-bni-jas
          Evidence
          Set-Cookie: BNIS_x-bni-jas
          Solution

          Ensure that the SameSite attribute is set to either 'lax' or ideally 'strict' for all cookies.

      4. Cross-Domain JavaScript Source File Inclusion (1)
        1. GET http://www.klmaccounting.com/
          Alert tags
          Alert description

          The page includes one or more script files from a third-party domain.

          Request
          Request line and header section (243 bytes)
          GET http://www.klmaccounting.com/ HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (331 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/html; charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=LAUdt/+++mFZ3Lotz2TGs10w7ij8ER1yFIC4iClPjD8C7C44oXQqosOEXBTQ3Ewg6ZdGTo8pVII0kyma5s7kZzVwHL+/SINHhLQ79cmpJLqTG4CwHqz02g==; Path=/
          content-length: 43295
          
          
          Response body (43295 bytes)
          <!DOCTYPE html>
          <html lang="en">
          <head>
          
          
          <!-- viewport meta to reset iPhone inital scale -->
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
          
          <!-- IE compatibility mode fix and ChromeFrame -->
          <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
          
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
          
          <!-- Start Stylesheet -->
          <link href="compiled.css?202326134149" rel="stylesheet" />
          
          
          <link rel="stylesheet" href="/images/galleries/style/cpass_reset.css">
          
          <link rel="stylesheet" type="text/css" href="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
          
          <!--[if lt IE 9]>
          <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
          <![endif]-->
          
          
          <!-- css3-mediaqueries.js for IE8 or older -->
          <!--[if lt IE 9]>
          	<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
          <![endif]-->
          
          <!--[if lt IE 7]>
          <script defer type="text/javascript" src="http://www.cpa-site-solutions.com/pngfix.js"></script>
          <![endif]-->
          
          
          
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello.css">
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/animation.css">
          <!--[if IE 7]>
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello-ie7.css">
          <![endif]-->
          
          
          
          
          <title>
          New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC
          </title>
          
          <link rel="icon" href="favicon.ico" type="image/x-icon" />
          <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
          <link rel="canonical" href="http://www.klmaccounting.com">
          
          
          <meta name="description" content="Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.">
          <meta name="keywords" content="QuickBooks, QuickBooks Consultant, Certified QuickBooks Consultant, CPA, Accountant, Tax, Tax Preparation, Wisconsin, New Berlin, Computer consultant, QuickBooks ProAdvisor, Milwaukee, Brookfield">
          
          
          <script language="javascript">
          function hideEmail (emailuser, emaildomain) {
              window.location="mailto:" + emailuser + "@" +emaildomain;
          }
          </script>
           
          </head>
          
          
          <body>
          <a id="top" name="top"></a>
          <!-- .body-wrapper -->
          <div class="body-wrapper">
              <img src="/images/galleries/style/576/back.jpg" class="body-bkg" />
              <div class="container">
                  <!-- .header -->
                  <div class="header">
                      <!-- .logo -->
                      <div class="logo">
                          <a href="index.php">
          <img src="http://cp7.cpasitesolutions.com/~klmaccou/images/logo65.png" alt="New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC" border="0" />
                          </a>
                      <!-- / .logo -->
                      </div>
                      <span class="phone">
                          (262) 788-9659
                      </span>
          			<div class="links">
                          <a href="index.php">Home</a> &nbsp;&bull;&nbsp;
                          <a href="lb-portal.php" class="fancybox">Login</a> &nbsp;&bull;&nbsp;
                          <a href="contact.php">Contact</a>
          			</div>
                      <div class="clearfloat">
                      </div>
                  <!-- / .header -->
                  </div>
                  
                  <!-- .content -->
                  <div class="content">
                      <!-- .nav -->
                      <div class="button nav gradient">
                          <!-- .social -->
                          <div class="social">
                              <a href="http://www.facebook.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Facebook" class="facebook" />
                              </a>
                              <a href="http://www.twitter.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Twitter" class="twitter" />
                              </a>
                              <a href="http://www.linkedin.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="LinkedIn" class="linkedin" />
                              </a>
                              <a href="rssfeed.php" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed" class="rss" />
                              </a>
                          <!-- / .social -->
                          </div>
                          <!-- Start Navbar -->
          <div id="nav-menu" class="moomenu">
          	<ul class="menu" id="nav">
          				<li id="page_1271" class="">
          					<span class="top">
          						<span class="leftBG"></span>
          						<a class="" href="/index.php" target="_top">Home</a>
          						<span class="rightBG"></span>
          						<span class="selector"></span>
          					</span>
          				</li>
          			<li id="page_1214" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/about.php" target="_top">About</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1258" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/firmprofile.php" target="_top">Our Values</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1219" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/employment_opportunities.php" target="_top">Employment Opportunities</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1216" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/blog.php" target="_top">Blog</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_3" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/services.php" target="_top">Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_25" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/indservices.php" target="_top">Services For Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_26" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/personalfinplan.php" target="_top">Personal Financial Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_27" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/estateplan.php" target="_top">Estate Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_4" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/bizservices.php" target="_top">Business Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_5" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/smallbiz.php" target="_top">Small Business Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_14" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/payrollservice.php" target="_top">Payroll</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_15" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cfoservices.php" target="_top">Part-Time CFO Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_16" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/auditing.php" target="_top">Reviews - Compilations</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1212" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/forensic_accounting.php" target="_top">Forensic Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_17" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cashmanagement.php" target="_top">Cash Flow Management</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_18" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bankfinancing.php" target="_top">Bank Financing</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_19" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/valuation.php" target="_top">Business Valuation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_20" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bizplan.php" target="_top">Strategic Business Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_21" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/succession.php" target="_top">Succession Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_22" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/formation.php" target="_top">New Business Formation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_24" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/internalcontrols.php" target="_top">Internal Controls</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1272" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/litigation_support.php" target="_top">Litigation Support</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_29" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/taxservices.php" target="_top">Tax Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_30" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxprep.php" target="_top">Tax Preparation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_31" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxplanning.php" target="_top">Tax Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1221" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/irs-problemshome.php" target="_top">Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						<ul>
          							<li id="page_1225" class="">
          								<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-representation.php" target="_top">IRS Audit Representation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          						<li id="page_1224" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-nonfiledreturns.php" target="_top">Non-Filed Tax Returns</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1226" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-backtaxes.php" target="_top">Back Taxes Owed</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1228" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-payrolltax.php" target="_top">Payroll Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1230" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxliens.php" target="_top">IRS Liens</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1232" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxlevies.php" target="_top">IRS Levies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1234" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-garnishment.php" target="_top">IRS Wage Garnishment</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1236" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxseizures.php" target="_top">IRS Seizures</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1266" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-offercompromise.php" target="_top">Offer In Compromise</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1241" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-paymentplan.php" target="_top">IRS Payment Plan</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1243" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxbankruptcy.php" target="_top">Bankruptcy</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1244" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-spouse.php" target="_top">Innocent Spouse Relief</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1245" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-files.php" target="_top">Get Your IRS File</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          				</ul>
          					</li>				</ul>
          					</li>				<li id="page_6" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/qbmain.php" target="_top">QuickBooks Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_7" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/whyquickbooks.php" target="_top">Why QuickBooks</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_8" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookssetup.php" target="_top">QuickBooks Setup</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_9" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/qbtraining.php" target="_top">QuickBooks Training</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_10" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickanswers.php" target="_top">QuickAnswers</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1273" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookstips.php" target="_top">QuickBooks Tips</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1257" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quicktuneup.php" target="_top">QuickTune-up</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_440" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/buyquickbooks.php" target="_top">Buy QuickBooks and Save</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          			</ul>
          				</li>			</ul>
          				</li>			<li id="page_280" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/newsletter.php" target="_top">Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_281" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/newsletter.php" target="_top">This Month's Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_284" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/archive.php" target="_top">Previous Newsletters</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_282" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">Today's News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_942" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/reports.php" target="_top">Guides</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1151" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/life-events.php" target="_top">Life Events</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1153" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/business-strategies.php" target="_top">Business Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1155" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/investment-strategies.php" target="_top">Investment Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1156" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-businessowners.php" target="_top">Tax Strategies for Business Owners</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1154" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-individuals.php" target="_top">Tax Strategies for Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1159" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/frequently-asked-questions.php" target="_top">Frequently Asked Questions</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_298" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/taxcenter2.php" target="_top">Tax Center</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1161" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrefunds.php" target="_top">Track Your Refund</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1162" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxduedates.php" target="_top">Tax Due Dates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1163" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrates2.php" target="_top">Tax Rates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1164" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxpublications.php" target="_top">IRS Tax Forms and Publications</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1166" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxretention.php" target="_top">Record Retention Guide</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1167" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/statetaxforms.php" target="_top">State Tax Forms</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1168" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="http://www.cpasitesolutions.com/content/calcs/Tax1040.html" target="_blank">1040 Tax Calculator</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_247" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/resources.php" target="_top">Resources</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_252" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/calc-section.php" target="_top">Financial Calculators</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1261" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/clientportal.php" target="_top">Client Portal</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1187" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quick-send.php" target="_top">SecureSend</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_928" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/links.php" target="_top">Internet Links</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_269" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_444" class="">
          				<span class="top"><span class="leftBG"></span>
          <a class="" href="/contact.php" target="_top">Contact</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				</li>
          
          	</ul>
          </div>
          
                      <!-- / .nav -->
                      </div>
          
          
          <div class="feature internal">
          <div  id="styleFeature"  class="internal splash-caption">
             <h3>Home</h3>
                          <span>Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.</span>
          
                      </div>
          
          <div  id="styleFeature"  class="splash-caption">
             <h3>Welcome!</h3>
                          <span>Please call us today - we'll be happy to offer you a <b>free consultation</b>. <br> Thanks for visiting!</span>
          
                      </div>
                
          
          
          <form name="sidebar-form" method="post" id="styleFeature" action="/feedbackmail.php">
          <span>
                                  <h2>Get a <b>free consultation</b></h2>
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          
          <input name="Name" type="text"
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          
          <input name="EMail" type="text"
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          
          <textarea name="Comments" cols="" rows="4"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="float:right;" class="submit gradient3"
          >
          
          </span>
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvtwCs7HzYgMxcpHFiignWi8EEPOOIMskZTuI1kwjfnJxwWns3yRrcT-kD_da6JurSlH7uimiYheE_F0tgFya8ANAKGYzrSFOpwpi0jTHFEY3A=="/></form>
          
          
                      </div>
                      <!-- .internal-title -->
                      <div class="internal-title gradient2">
          
                      <!-- / .internal-title -->
                      </div>
                      <!-- mainbody -->
                      <div class="mainbody">
                          <!-- .twoThird -->
                          <div class="floatLeft twoThird">
                              <style>
          #styleFeature {
          display:block;
          }
          
          #styleFeature.internal {
          	display:none;
          }
          </style>
          
          <center>
          	<table border=0 cellpadding=0 cellspacing=0 align="center" width="80%">
          		<tr>
          			<td>
          				<!-- START CONTENT -->
          				<!-- Start DIV: Text -->
          <div id="Text" style="text-align: left;">
          <h1>New Berlin, WI Accounting Firm, KLM Accounting and Tax Associates, LLC</h1>
          <p>We are a full-service Accounting firm licensed in WI. We offer a broad range of services for business owners, executives, and independent professionals. We are affordable, experienced, and friendly.</p>
          
          <h2>Services for Individuals</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Services for Individuals" src="/images/galleries/style/home/glasses.png">
          <p>Protecting your personal assets has never been more important. Our accounting services safeguard you and your family and optimize all your hard-earned dollars.</p>
          <p align="right"><a href="indservices.php">Find Out More...</a></p>
          
          
          <h2>Business Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Business Services" src="/images/galleries/style/home/chart.png">
          <p>Are you running your business at peak performance? Call on us to increase efficiency, stay in compliance, and boost revenue and profits.</p>
          <p align="right"><a href="bizservices.php">Find Out More...</a></p>
          
          
          <h2>Tax Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Tax Services" src="/images/galleries/style/home/envelope.png">
          <p>Don't pay more in taxes than you have to! Take full advantage of all deductions and credits with our tax planning, compliance, and preparation services.</p>
          <p align="right"><a href="taxservices.php">Find Out More...</a></p>
          
          
          <h2>Quickbooks Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Quickbooks Services" src="/images/galleries/style/home/qb.png">
          <p>There's a reason QuickBooks is the number one business accounting software. Put this robust software to work for you with QuickBooks setup and training.</p>
          <p align="right"><a href="qbmain.php">Find Out More...</a></p>
          </div>
          
          
          				<!-- Start DIV: Footer -->
          <div id="Footer" style="text-align: left;">
          <center>
          	<p>
          		KLM Accounting and Tax Associates, LLC<br />
          		13315 W Lincoln Rd<br />
          		New Berlin, WI 53151<br />
          		<a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></p>
          </center>
          </div>
          
          
          				<!-- END CONTENT -->
          			</td>
          		</tr>
          	</table>
          </center>
          <script type="text/javascript" language="javascript">
          	var activePage = document.getElementById('page_1271'); 
          	if (activePage != null) {
          		activePage.className = 'active'; 
          	}
          	var activePageName = 'home';
          </script>
          
                          <!-- / .twoThird -->
                          </div>
                      <!-- / .mainbody -->
                      </div>
                      
                      <!-- .oneThird -->
                      <div class="floatRight oneThird sidebar">
                          <!-- RSS Feed Reader -->
                          <h3 class="title gradient"><img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed"  /><i class="icon-rss-5"></i> Featured Articles</h3>
                          <!-- .rssFeed -->
                          <div id="rssFeedReader" class="rssFeed">
                          <!-- / .rssFeed -->
                          </div>
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class=" icon-comment-alt-2"></i> Subscribe  </h3>
          <form  method="post" action="http://www.cpaemailmarketing.com/client/campsub.php" 
          		style="margin: 0px; padding: 0px;" >
          		<input type="hidden" name="function" value="customer2" />
          		<input type="hidden" name="un" value="klmaccou" />
          		<input type="hidden" name="custom5" value="klmaccou" />
                  
                  <input type="text" 
                  style="width:100%; margin-top:10px;"
                  name="email"
                  value="E-Mail"
                  onclick="clickclear(this, 'E-Mail')"
          		onblur="clickrecall(this,'E-Mail')" />
          
                  <input type="submit"  class="btn"
                  style="margin-top:10px; margin-bottom:10px; margin-bottom:10px; color: #fff !important;  float:right;"
                  value="Subscribe" 
                  name="submit" />
            </form>
          
          <br class="clearfloat">
          
          <h3  id="styleFeature" class="internal title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-email"></i> Contact Us  </h3>
          <span>
          <form name="sidebar-form" method="post"  class="internal" id="styleFeature" action="/feedbackmail.php">
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          <input name="Name" type="text"
          style="width: 100%; margin-top:10px;" 
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          <input name="Phone_Number" type="text"
          style="width:100%; margin-top:10px;" 
          value="Phone #" 
          onclick="clickclear(this, 'Phone #')"
          onblur="clickrecall(this,'Phone #')" />
          
          <input name="EMail" type="text"
          style="width:100%; margin-top:10px;" 
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          <input name="Best_time_to_call" type="text"
          style="width:100%; margin-top:10px;" 
          value="Best time to call" 
          onclick="clickclear(this, 'Best time to call')"
          onblur="clickrecall(this,'Best time to call')" />
          
          <textarea name="Comments" cols="" rows="4"
          style="width:100%; margin-top:10px;"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="margin-top:10px; float:right;" class="btn"
          >
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvuZVUJLkbbDByfHUE8GD9e3yDLa50--kp96wYIoB731Zmgtp0BtHZ0wPdt9Hwwieq-zGhmm2pJE1AMjgOMhQX4jjR0v2dupP5EqC3hAMpFZxt7JjZ5SU6XS"/></form>
          </span>
          <br class="clearfloat">
          <br>
          <div  id="tax2">
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-calendar-6"></i> Tax Due Dates</h3>
          
          <div  id="cal1Container" class="yui-skin-sam yui-calcontainer single">
          
           </div>
          
          </div>
          <br class="clearfloat">
                          
          
                      <!-- / .oneThird -->
                      </div>
                      <div class="clearfloat">
                      </div>
          
          
          
          
                  <!-- / .content -->
                  </div>
          
          
              <!-- / .container -->
              </div>
              <!-- .footer -->
              <div class="footer">
                  <!-- .container -->
                  <div class="container">
                      <!-- .content -->
                      <div class="content">
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Quick Links</h2>
                              <ul>
                                  <li><a href="calc-section.php">Financial Calculators</a></li>
                                  <li><a href="quick-send.php">Send Us A File</a></li>
                                  <li><a href="taxrefunds.php">Track Your Refund</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2 class="space">&nbsp;</h2>
                              <ul>
                                  <li><a href="taxpublications.php">IRS Tax Forms</a></li>
                                  <li><a href="taxpublications.php">State Tax Forms</a></li>
                                  <li><a href="taxduedates.php">Tax Due Dates</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Contact Us</h2>
                              <ul>
                                  <li><a href="#">Phone: (262) 788-9659</a></li>
                                  <li><a href="#">Fax: (262) 788-9846</a></li>
                                  <li><a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          <div class="clearfloat">
                          </div>
                          <br/>
                          <center>
                            KLM Accounting and Tax Associates, LLC  &nbsp;&bull;&nbsp; 13315 W Lincoln Rd  &nbsp;&bull;&nbsp; New Berlin, WI  53151<br />
                            <!-- Start SPD -->
          <a class="l3" href="https://www.securefirmportal.com/Account/Login/17721">Login</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="search.php">Search</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="sitemap.php">Site Map</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="privacy.php">Privacy Policy</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="disclaimer.php">Disclaimer</a>&nbsp;&nbsp;&nbsp;
                              <!-- End SPD -->
                        </center>
                      <!-- /.content -->
                      </div>
                  <!-- / .container -->
                  </div>
              <!-- / .footer -->
              </div>
          <!-- / .body-wrapper -->
          </div>
          
          <!--scrolling-->
          <div id="scrolltab"></div>
          <!--End Scrolling-->
          
          <!-- jQuery -->
          <script type="text/javascript" src="/images/galleries/style/jquery/jquery.js">
          </script>
          
          <!-- Mobile Menu -->
          <script type="text/javascript">
           // DOM ready
           $(function() {
             
            // Create the dropdown base
            $("<select />").appendTo("#nav-menu");
            
            // Create default option "Go to..."
            $("<option />", {
          	 "selected": "selected",
          	 "value"   : "",
          	 "text"    : "Go to..."
            }).appendTo("#nav-menu select");
            
            // Populate dropdown with menu items
            $("#nav-menu a").each(function() {
             var el = $(this);
             $("<option />", {
          	   "value"   : el.attr("href"),
          	   "text"    : el.text()
             }).appendTo("#nav-menu select");
            });
            
             // To make dropdown actually work
            $("#nav-menu select").change(function() {
          	window.location = $(this).find("option:selected").val();
            });
           
           });
          </script>
          
          <script>
           $(document).ready(function(){    
                  
              
              //// Start Scroll Top Function //// 
              $(window).bind('scroll', function(){
                  if($(this).scrollTop() > 200) {
                  $("#scrolltab").fadeIn('3000');
                  }
                  if($(this).scrollTop() < 199){
                      $("#scrolltab").fadeOut('3000');
                  }
              });
              
              $('#scrolltab').live('click', function(){
                  $("html, body").animate({scrollTop:0}, 'slow');
              });
              //// End Scroll Top Function ////
              
          
          });
          
          
          
          </script> 
          
          
          <script type="text/javascript">
          function clickclear(thisfield, defaulttext, color) {
          	if (thisfield.value == defaulttext) {
          		thisfield.value = "";
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          function clickrecall(thisfield, defaulttext, color) {
          	if (thisfield.value == "") {
          		thisfield.value = defaulttext;
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          </script>
          
          <!-- Fancybox Script -->
          <script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.mousewheel-3.0.4.pack.js">
          </script><script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.pack.js">
          </script><script type="text/javascript">
              $(document).ready(function() {
                  $(".fancybox").fancybox({
                      'opacity'        : true,
                      'speedIn'        : 500,
                      'speedOut'        : 500,
                      'enableEscapeButton' : true,
                      onComplete: function() { //gives focus to input on Client Portal pop-up
                      $('.focus:last').focus();
                      }
                  });
              });
          </script>
          
          <!-- SuperFish Menu -->
          <script type="text/javascript" src="/images/galleries/style/jquery/superfish/js/superfish.js"></script>
          <script src="/images/galleries/style/jquery/superfish/js/supersubs.js"></script>
          
          <script type="text/javascript">
          $(document).ready(function(){
              $('ul.menu').css('display', 'block');
              $('ul.menu').supersubs({
                  minWidth: 9,
                  maxWidth: 50,
                  extraWidth: 1
              })
              $('ul.menu').superfish({
                  delay: 200,
                  animation: {height:'show', width:'show', opacity:'show'},
                  speed: 200,
                  disableHI: true
              })
          });
          </script>
          
          <!-- RSS Feed Reader Script -->
          <script src="/images/galleries/style/jquery/zrssfeed/jquery.zrssfeed.min.js" type="text/javascript"></script>
          <script type="text/javascript">
          $(document).ready(function () {
              var domain = 'http://www.klmaccounting.com/';
              if (domain.substr(domain.length-1) != "/") {
                  domain = domain + '/';
              } 
              $('#rssFeedReader').rssfeed(domain+'rssfeed.php', {
                  limit: 6  // Number of posts displayed
              });
          });
          </script>
          
          <style>
          /* CALENDAR */
          #newscal {
          font-size:12px !important;
          padding-top:5px;
          }
          #newscal #cal1 {
          width: 100% !important;
          }
          /* FONT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          color:#8ea3b4 !important;
          }
          /* HIGHLIGHT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.selected a {
          background-color:#ffff99 !important;
          }
          /* HOVER COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover,
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover a,
          #newscal .yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
          background-color:#8ea3b4 !important;
          color:#ffffff !important;
          }
          #newscal .yui-calcontainer {
          float:none;
          margin:0 auto;
          }
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          background:#fff !important;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavleft {
          left:0;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavright {
          right:0;
          }
          </style>
          <div id="newscal" class="cellcolor roundcorner">
          	<link rel="stylesheet" href="/images/galleries/style/calendar/calendar.css" type="text/css" />
          	<div id="cal1Container" class="yui-skin-sam yui-calcontainer single"></div>
          		<br class="clearfloat" />
          		<script type="text/javascript" src="/images/galleries/style/calendar/yahoo-dom-event.js"></script>
          		<script type="text/javascript" src="/images/galleries/style/calendar/calendar-min.js"></script> 
          		<script type="text/javascript"> 
          			YAHOO.namespace("example.calendar");
          		 
          			YAHOO.example.calendar.init = function() {
          				var eLog = YAHOO.util.Dom.get("evtentries");
          				var eCount = 1;
          					
          				function zeroFill(number,width)
          				{
          					width -= number.toString().length;
          					if (width > 0)
          					{
          						return new Array(width + (/\./.test(number) ? 2 : 1)).join('0') + number;
          					}
          					return number;
          				}		
          			 
          				function getTaxDates(taxMonth)
          				{
          					var xmlhttp;
          					var taxDateList = false;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxDateList = xmlhttp.responseText;
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxMonth="+taxMonth,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function getTaxInfo(taxDate)
          				{
          					var xmlhttp;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxInfoHTML = (xmlhttp.responseText);
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxDate="+taxDate,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function dateToLocaleString(dt, cal) {
          							var wStr = cal.cfg.getProperty("WEEKDAYS_LONG")[dt.getDay()];
          							var dStr = zeroFill(dt.getDate(),2);
          				//                	var mStr = cal.cfg.getProperty("MONTHS_LONG")[dt.getMonth()];
          							var mStr = zeroFill(dt.getMonth()+1,2);
          							var yStr = dt.getFullYear();
          							return (yStr + "-" + mStr + "-" + dStr);//format date 2001-01-01 for SQL
          				}
          			 
          				function mySelectHandler(type,args,obj) {
          					myWindow=window.open('','','width=400,height=400');
          					var selected = args[0];
          					var selDate = this.toDate(selected[0]);
          					var taxInfoHTML = getTaxInfo(dateToLocaleString(selDate, this));
          					myWindow.document.write(taxInfoHTML);
          				};
          			 
          				function myChangePageHandler(type,args,obj) {
          					thisMonth = this.cfg.getProperty("pagedate");
          					taxDateList = getTaxDates(thisMonth.getMonth()+1);
          					console.log(taxDateList);
          					YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight1);
          					YAHOO.example.calendar.cal1.render();
          				};
          
          				var d = new Date();
          				var taxMonth = d.getMonth()+1;
          				var taxDateList = getTaxDates(taxMonth);
          				YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1Container");
          		 
          				YAHOO.example.calendar.cal1.selectEvent.subscribe(mySelectHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.changePageEvent.subscribe(myChangePageHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight2);
          				YAHOO.example.calendar.cal1.render();
          			}
          			 
          			YAHOO.util.Event.onDOMReady(YAHOO.example.calendar.init);
          		</script> 
          		<center><strong>Tax Due Dates</strong></center>
          </div>
          
          <script type="text/javascript">var _0xcaad=["indexOf","; path=/","cookie","=","x-bni-ja","stack","phantomjs","plugins","length","onmousemove"];var err;function indexOfString(_0x1ce0x3,_0x1ce0x4){return _0x1ce0x3[_0xcaad[0]](_0x1ce0x4)}try{null[0]()}catch(e){err=e};function setCookie(_0x1ce0x6){var _0x1ce0x7=-1822652597;var _0x1ce0x8=1430279134;var _0x1ce0x9=_0x1ce0x7+_0x1ce0x8+_0xcaad[1];document[_0xcaad[2]]=_0x1ce0x6+_0xcaad[3]+_0x1ce0x9}function set_answer_cookie(){setCookie(_0xcaad[4])}function set_answer_cookie_1(){set_answer_cookie()}if((indexOfString(err[_0xcaad[5]],_0xcaad[6])> -1)||(!(navigator[_0xcaad[7]] instanceof PluginArray)||navigator[_0xcaad[7]][_0xcaad[8]]==0)){}else {document[_0xcaad[9]]=function() {set_answer_cookie_1();};}</script></html>
          Parameter
          http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js
          Evidence
          <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
          Solution

          Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.

      5. Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s) (1)
        1. GET http://www.klmaccounting.com/sitemap.xml
          Alert tags
          Alert description

          The web/application server is leaking information via one or more "X-Powered-By" HTTP response headers. Access to such information may facilitate attackers identifying other frameworks/components your web application is reliant upon and the vulnerabilities such components may be subject to.

          Request
          Request line and header section (254 bytes)
          GET http://www.klmaccounting.com/sitemap.xml HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (335 bytes)
          HTTP/1.1 404 Not Found
          x-powered-by: PHP/5.6.40
          content-type: text/html; charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=pLpnwxdi2q+t7qYWZNtF4wXT73QqaKPqpNTV6uFgUFXNB/JUn/FUMeSJaai/iFksBmbT5Np6LVHbv9lP8n/WaQRybBWiisoS5QAx+EeVK3BUuZyB8ZsFTQ==; Path=/
          content-length: 38
          
          
          Response body (38 bytes)
          <body bgcolor="#A9C6F6">&nbsp;</body>
          
          Evidence
          x-powered-by: PHP/5.6.40
          Solution

          Ensure that your web server, application server, load balancer, etc. is configured to suppress "X-Powered-By" headers.

      6. X-Content-Type-Options Header Missing (1)
        1. GET http://www.klmaccounting.com/robots.txt
          Alert tags
          Alert description

          The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.

          Other info

          This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.

          At "High" threshold this scan rule will not alert on client or server error responses.

          Request
          Request line and header section (253 bytes)
          GET http://www.klmaccounting.com/robots.txt HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (329 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/plain;charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=vF1bCtlUoNEjmUNVeE1+nJvAdcSlVVOCiHaYs8PLGR4NsQHoSJZ4CZCe70RqnLVGb7gdv3DthPjkYSk0ube2QajMHuqQuee80gNfXCpLpqi34AxQjruhzg==; Path=/
          content-length: 912
          
          
          Response body (912 bytes)
          # Allow google, bing, msn, yahoo, amazon
          User-agent: Googlebot
          User-agent: AdsBot-Google
          User-agent: Googlebot-Image
          User-agent: Mediapartners-Google
          User-agent: adsbot
          User-agent: slurp
          User-agent: yandex
          User-agent: twitterbot
          User-agent: baiduspider
          User-agent: bingbot
          User-agent: msnbot
          User-agent: Yahoo
          User-agent: ia_archiver
          User-agent: rogerbot
          User-agent: RavenCrawler
          User-agent: Amazonbot
          User-agent: facebookexternalhit
          User-agent: facebookexternalhit/1.1
          User-agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)
          User-agent: LinkedInBot
          User-agent: LinkedInBot/1.0
          User-agent: LinkedInBot/1.0 (compatible; Mozilla/5.0; Apache-HttpClient +http://www.linkedin.com)
          Disallow: /~*
          Disallow: /*?*
          Disallow:
          Allow: /*?utm_*
          Crawl-delay: 5
          
          User-agent: * # Disallow everyone else
          Disallow: /
          
          Sitemap: http://www.klmaccounting.com/sitemap.xml
          
          Parameter
          x-content-type-options
          Solution

          Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.

          If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.

  5. Risk=Low, Confidence=Low (1)

    1. http://www.klmaccounting.com (1)

      1. Timestamp Disclosure - Unix (1)
        1. GET http://www.klmaccounting.com
          Alert tags
          Alert description

          A timestamp was disclosed by the application/web server - Unix

          Other info

          1822652597, which evaluates to: 2027-10-04 07:23:17

          Request
          Request line and header section (242 bytes)
          GET http://www.klmaccounting.com HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (331 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/html; charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=PDsZeoyZe+5LYyoCkjPR6bgawSxUqJYeYBzpZHDyQxPxt5UldCJOiVxc1yX65HuVXBXExv5LzMgQ57OZ5JXYDWmubpvuZGyHSLSN4W/9T3gEGPFmmwQbIw==; Path=/
          content-length: 43294
          
          
          Response body (43294 bytes)
          <!DOCTYPE html>
          <html lang="en">
          <head>
          
          
          <!-- viewport meta to reset iPhone inital scale -->
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
          
          <!-- IE compatibility mode fix and ChromeFrame -->
          <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
          
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
          
          <!-- Start Stylesheet -->
          <link href="compiled.css?202326134149" rel="stylesheet" />
          
          
          <link rel="stylesheet" href="/images/galleries/style/cpass_reset.css">
          
          <link rel="stylesheet" type="text/css" href="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
          
          <!--[if lt IE 9]>
          <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
          <![endif]-->
          
          
          <!-- css3-mediaqueries.js for IE8 or older -->
          <!--[if lt IE 9]>
          	<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
          <![endif]-->
          
          <!--[if lt IE 7]>
          <script defer type="text/javascript" src="http://www.cpa-site-solutions.com/pngfix.js"></script>
          <![endif]-->
          
          
          
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello.css">
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/animation.css">
          <!--[if IE 7]>
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello-ie7.css">
          <![endif]-->
          
          
          
          
          <title>
          New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC
          </title>
          
          <link rel="icon" href="favicon.ico" type="image/x-icon" />
          <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
          <link rel="canonical" href="http://www.klmaccounting.com">
          
          
          <meta name="description" content="Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.">
          <meta name="keywords" content="QuickBooks, QuickBooks Consultant, Certified QuickBooks Consultant, CPA, Accountant, Tax, Tax Preparation, Wisconsin, New Berlin, Computer consultant, QuickBooks ProAdvisor, Milwaukee, Brookfield">
          
          
          <script language="javascript">
          function hideEmail (emailuser, emaildomain) {
              window.location="mailto:" + emailuser + "@" +emaildomain;
          }
          </script>
           
          </head>
          
          
          <body>
          <a id="top" name="top"></a>
          <!-- .body-wrapper -->
          <div class="body-wrapper">
              <img src="/images/galleries/style/576/back.jpg" class="body-bkg" />
              <div class="container">
                  <!-- .header -->
                  <div class="header">
                      <!-- .logo -->
                      <div class="logo">
                          <a href="index.php">
          <img src="http://cp7.cpasitesolutions.com/~klmaccou/images/logo65.png" alt="New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC" border="0" />
                          </a>
                      <!-- / .logo -->
                      </div>
                      <span class="phone">
                          (262) 788-9659
                      </span>
          			<div class="links">
                          <a href="index.php">Home</a> &nbsp;&bull;&nbsp;
                          <a href="lb-portal.php" class="fancybox">Login</a> &nbsp;&bull;&nbsp;
                          <a href="contact.php">Contact</a>
          			</div>
                      <div class="clearfloat">
                      </div>
                  <!-- / .header -->
                  </div>
                  
                  <!-- .content -->
                  <div class="content">
                      <!-- .nav -->
                      <div class="button nav gradient">
                          <!-- .social -->
                          <div class="social">
                              <a href="http://www.facebook.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Facebook" class="facebook" />
                              </a>
                              <a href="http://www.twitter.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Twitter" class="twitter" />
                              </a>
                              <a href="http://www.linkedin.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="LinkedIn" class="linkedin" />
                              </a>
                              <a href="rssfeed.php" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed" class="rss" />
                              </a>
                          <!-- / .social -->
                          </div>
                          <!-- Start Navbar -->
          <div id="nav-menu" class="moomenu">
          	<ul class="menu" id="nav">
          				<li id="page_1271" class="">
          					<span class="top">
          						<span class="leftBG"></span>
          						<a class="" href="/index.php" target="_top">Home</a>
          						<span class="rightBG"></span>
          						<span class="selector"></span>
          					</span>
          				</li>
          			<li id="page_1214" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/about.php" target="_top">About</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1258" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/firmprofile.php" target="_top">Our Values</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1219" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/employment_opportunities.php" target="_top">Employment Opportunities</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1216" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/blog.php" target="_top">Blog</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_3" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/services.php" target="_top">Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_25" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/indservices.php" target="_top">Services For Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_26" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/personalfinplan.php" target="_top">Personal Financial Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_27" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/estateplan.php" target="_top">Estate Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_4" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/bizservices.php" target="_top">Business Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_5" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/smallbiz.php" target="_top">Small Business Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_14" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/payrollservice.php" target="_top">Payroll</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_15" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cfoservices.php" target="_top">Part-Time CFO Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_16" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/auditing.php" target="_top">Reviews - Compilations</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1212" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/forensic_accounting.php" target="_top">Forensic Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_17" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cashmanagement.php" target="_top">Cash Flow Management</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_18" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bankfinancing.php" target="_top">Bank Financing</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_19" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/valuation.php" target="_top">Business Valuation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_20" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bizplan.php" target="_top">Strategic Business Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_21" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/succession.php" target="_top">Succession Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_22" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/formation.php" target="_top">New Business Formation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_24" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/internalcontrols.php" target="_top">Internal Controls</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1272" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/litigation_support.php" target="_top">Litigation Support</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_29" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/taxservices.php" target="_top">Tax Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_30" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxprep.php" target="_top">Tax Preparation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_31" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxplanning.php" target="_top">Tax Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1221" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/irs-problemshome.php" target="_top">Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						<ul>
          							<li id="page_1225" class="">
          								<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-representation.php" target="_top">IRS Audit Representation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          						<li id="page_1224" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-nonfiledreturns.php" target="_top">Non-Filed Tax Returns</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1226" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-backtaxes.php" target="_top">Back Taxes Owed</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1228" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-payrolltax.php" target="_top">Payroll Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1230" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxliens.php" target="_top">IRS Liens</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1232" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxlevies.php" target="_top">IRS Levies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1234" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-garnishment.php" target="_top">IRS Wage Garnishment</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1236" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxseizures.php" target="_top">IRS Seizures</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1266" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-offercompromise.php" target="_top">Offer In Compromise</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1241" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-paymentplan.php" target="_top">IRS Payment Plan</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1243" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxbankruptcy.php" target="_top">Bankruptcy</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1244" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-spouse.php" target="_top">Innocent Spouse Relief</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1245" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-files.php" target="_top">Get Your IRS File</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          				</ul>
          					</li>				</ul>
          					</li>				<li id="page_6" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/qbmain.php" target="_top">QuickBooks Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_7" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/whyquickbooks.php" target="_top">Why QuickBooks</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_8" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookssetup.php" target="_top">QuickBooks Setup</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_9" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/qbtraining.php" target="_top">QuickBooks Training</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_10" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickanswers.php" target="_top">QuickAnswers</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1273" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookstips.php" target="_top">QuickBooks Tips</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1257" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quicktuneup.php" target="_top">QuickTune-up</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_440" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/buyquickbooks.php" target="_top">Buy QuickBooks and Save</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          			</ul>
          				</li>			</ul>
          				</li>			<li id="page_280" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/newsletter.php" target="_top">Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_281" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/newsletter.php" target="_top">This Month's Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_284" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/archive.php" target="_top">Previous Newsletters</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_282" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">Today's News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_942" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/reports.php" target="_top">Guides</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1151" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/life-events.php" target="_top">Life Events</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1153" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/business-strategies.php" target="_top">Business Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1155" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/investment-strategies.php" target="_top">Investment Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1156" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-businessowners.php" target="_top">Tax Strategies for Business Owners</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1154" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-individuals.php" target="_top">Tax Strategies for Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1159" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/frequently-asked-questions.php" target="_top">Frequently Asked Questions</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_298" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/taxcenter2.php" target="_top">Tax Center</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1161" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrefunds.php" target="_top">Track Your Refund</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1162" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxduedates.php" target="_top">Tax Due Dates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1163" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrates2.php" target="_top">Tax Rates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1164" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxpublications.php" target="_top">IRS Tax Forms and Publications</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1166" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxretention.php" target="_top">Record Retention Guide</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1167" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/statetaxforms.php" target="_top">State Tax Forms</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1168" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="http://www.cpasitesolutions.com/content/calcs/Tax1040.html" target="_blank">1040 Tax Calculator</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_247" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/resources.php" target="_top">Resources</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_252" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/calc-section.php" target="_top">Financial Calculators</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1261" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/clientportal.php" target="_top">Client Portal</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1187" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quick-send.php" target="_top">SecureSend</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_928" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/links.php" target="_top">Internet Links</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_269" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_444" class="">
          				<span class="top"><span class="leftBG"></span>
          <a class="" href="/contact.php" target="_top">Contact</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				</li>
          
          	</ul>
          </div>
          
                      <!-- / .nav -->
                      </div>
          
          
          <div class="feature internal">
          <div  id="styleFeature"  class="internal splash-caption">
             <h3>Home</h3>
                          <span>Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.</span>
          
                      </div>
          
          <div  id="styleFeature"  class="splash-caption">
             <h3>Welcome!</h3>
                          <span>Please call us today - we'll be happy to offer you a <b>free consultation</b>. <br> Thanks for visiting!</span>
          
                      </div>
                
          
          
          <form name="sidebar-form" method="post" id="styleFeature" action="/feedbackmail.php">
          <span>
                                  <h2>Get a <b>free consultation</b></h2>
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          
          <input name="Name" type="text"
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          
          <input name="EMail" type="text"
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          
          <textarea name="Comments" cols="" rows="4"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="float:right;" class="submit gradient3"
          >
          
          </span>
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvsnn-UCU6htAwJWpr_HLvJObyf4ohZXSargIjGmo_4GOswSeKdM_QBhLtXWepBJtB8X-nbpqFWOfp4qj1OH7aXbN-7DbRxsD7YKounBECv0vg=="/></form>
          
          
                      </div>
                      <!-- .internal-title -->
                      <div class="internal-title gradient2">
          
                      <!-- / .internal-title -->
                      </div>
                      <!-- mainbody -->
                      <div class="mainbody">
                          <!-- .twoThird -->
                          <div class="floatLeft twoThird">
                              <style>
          #styleFeature {
          display:block;
          }
          
          #styleFeature.internal {
          	display:none;
          }
          </style>
          
          <center>
          	<table border=0 cellpadding=0 cellspacing=0 align="center" width="80%">
          		<tr>
          			<td>
          				<!-- START CONTENT -->
          				<!-- Start DIV: Text -->
          <div id="Text" style="text-align: left;">
          <h1>New Berlin, WI Accounting Firm, KLM Accounting and Tax Associates, LLC</h1>
          <p>We are a full-service Accounting firm licensed in WI. We offer a broad range of services for business owners, executives, and independent professionals. We are affordable, experienced, and friendly.</p>
          
          <h2>Services for Individuals</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Services for Individuals" src="/images/galleries/style/home/glasses.png">
          <p>Protecting your personal assets has never been more important. Our accounting services safeguard you and your family and optimize all your hard-earned dollars.</p>
          <p align="right"><a href="indservices.php">Find Out More...</a></p>
          
          
          <h2>Business Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Business Services" src="/images/galleries/style/home/chart.png">
          <p>Are you running your business at peak performance? Call on us to increase efficiency, stay in compliance, and boost revenue and profits.</p>
          <p align="right"><a href="bizservices.php">Find Out More...</a></p>
          
          
          <h2>Tax Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Tax Services" src="/images/galleries/style/home/envelope.png">
          <p>Don't pay more in taxes than you have to! Take full advantage of all deductions and credits with our tax planning, compliance, and preparation services.</p>
          <p align="right"><a href="taxservices.php">Find Out More...</a></p>
          
          
          <h2>Quickbooks Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Quickbooks Services" src="/images/galleries/style/home/qb.png">
          <p>There's a reason QuickBooks is the number one business accounting software. Put this robust software to work for you with QuickBooks setup and training.</p>
          <p align="right"><a href="qbmain.php">Find Out More...</a></p>
          </div>
          
          
          				<!-- Start DIV: Footer -->
          <div id="Footer" style="text-align: left;">
          <center>
          	<p>
          		KLM Accounting and Tax Associates, LLC<br />
          		13315 W Lincoln Rd<br />
          		New Berlin, WI 53151<br />
          		<a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></p>
          </center>
          </div>
          
          
          				<!-- END CONTENT -->
          			</td>
          		</tr>
          	</table>
          </center>
          <script type="text/javascript" language="javascript">
          	var activePage = document.getElementById('page_1271'); 
          	if (activePage != null) {
          		activePage.className = 'active'; 
          	}
          	var activePageName = 'home';
          </script>
          
                          <!-- / .twoThird -->
                          </div>
                      <!-- / .mainbody -->
                      </div>
                      
                      <!-- .oneThird -->
                      <div class="floatRight oneThird sidebar">
                          <!-- RSS Feed Reader -->
                          <h3 class="title gradient"><img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed"  /><i class="icon-rss-5"></i> Featured Articles</h3>
                          <!-- .rssFeed -->
                          <div id="rssFeedReader" class="rssFeed">
                          <!-- / .rssFeed -->
                          </div>
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class=" icon-comment-alt-2"></i> Subscribe  </h3>
          <form  method="post" action="http://www.cpaemailmarketing.com/client/campsub.php" 
          		style="margin: 0px; padding: 0px;" >
          		<input type="hidden" name="function" value="customer2" />
          		<input type="hidden" name="un" value="klmaccou" />
          		<input type="hidden" name="custom5" value="klmaccou" />
                  
                  <input type="text" 
                  style="width:100%; margin-top:10px;"
                  name="email"
                  value="E-Mail"
                  onclick="clickclear(this, 'E-Mail')"
          		onblur="clickrecall(this,'E-Mail')" />
          
                  <input type="submit"  class="btn"
                  style="margin-top:10px; margin-bottom:10px; margin-bottom:10px; color: #fff !important;  float:right;"
                  value="Subscribe" 
                  name="submit" />
            </form>
          
          <br class="clearfloat">
          
          <h3  id="styleFeature" class="internal title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-email"></i> Contact Us  </h3>
          <span>
          <form name="sidebar-form" method="post"  class="internal" id="styleFeature" action="/feedbackmail.php">
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          <input name="Name" type="text"
          style="width: 100%; margin-top:10px;" 
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          <input name="Phone_Number" type="text"
          style="width:100%; margin-top:10px;" 
          value="Phone #" 
          onclick="clickclear(this, 'Phone #')"
          onblur="clickrecall(this,'Phone #')" />
          
          <input name="EMail" type="text"
          style="width:100%; margin-top:10px;" 
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          <input name="Best_time_to_call" type="text"
          style="width:100%; margin-top:10px;" 
          value="Best time to call" 
          onclick="clickclear(this, 'Best time to call')"
          onblur="clickrecall(this,'Best time to call')" />
          
          <textarea name="Comments" cols="" rows="4"
          style="width:100%; margin-top:10px;"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="margin-top:10px; float:right;" class="btn"
          >
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvsSshtWzK8z1j2U0-F8UrTc4qShoa6oa3kVqdo8pyumkP0pB4ulj240DDfR0Jc0Cgqxied1SfAi6Cobs2oHt_bVz-_HGq_5_v2xY7G7AG0styDYQbs8k_lt"/></form>
          </span>
          <br class="clearfloat">
          <br>
          <div  id="tax2">
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-calendar-6"></i> Tax Due Dates</h3>
          
          <div  id="cal1Container" class="yui-skin-sam yui-calcontainer single">
          
           </div>
          
          </div>
          <br class="clearfloat">
                          
          
                      <!-- / .oneThird -->
                      </div>
                      <div class="clearfloat">
                      </div>
          
          
          
          
                  <!-- / .content -->
                  </div>
          
          
              <!-- / .container -->
              </div>
              <!-- .footer -->
              <div class="footer">
                  <!-- .container -->
                  <div class="container">
                      <!-- .content -->
                      <div class="content">
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Quick Links</h2>
                              <ul>
                                  <li><a href="calc-section.php">Financial Calculators</a></li>
                                  <li><a href="quick-send.php">Send Us A File</a></li>
                                  <li><a href="taxrefunds.php">Track Your Refund</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2 class="space">&nbsp;</h2>
                              <ul>
                                  <li><a href="taxpublications.php">IRS Tax Forms</a></li>
                                  <li><a href="taxpublications.php">State Tax Forms</a></li>
                                  <li><a href="taxduedates.php">Tax Due Dates</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Contact Us</h2>
                              <ul>
                                  <li><a href="#">Phone: (262) 788-9659</a></li>
                                  <li><a href="#">Fax: (262) 788-9846</a></li>
                                  <li><a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          <div class="clearfloat">
                          </div>
                          <br/>
                          <center>
                            KLM Accounting and Tax Associates, LLC  &nbsp;&bull;&nbsp; 13315 W Lincoln Rd  &nbsp;&bull;&nbsp; New Berlin, WI  53151<br />
                            <!-- Start SPD -->
          <a class="l3" href="https://www.securefirmportal.com/Account/Login/17721">Login</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="search.php">Search</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="sitemap.php">Site Map</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="privacy.php">Privacy Policy</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="disclaimer.php">Disclaimer</a>&nbsp;&nbsp;&nbsp;
                              <!-- End SPD -->
                        </center>
                      <!-- /.content -->
                      </div>
                  <!-- / .container -->
                  </div>
              <!-- / .footer -->
              </div>
          <!-- / .body-wrapper -->
          </div>
          
          <!--scrolling-->
          <div id="scrolltab"></div>
          <!--End Scrolling-->
          
          <!-- jQuery -->
          <script type="text/javascript" src="/images/galleries/style/jquery/jquery.js">
          </script>
          
          <!-- Mobile Menu -->
          <script type="text/javascript">
           // DOM ready
           $(function() {
             
            // Create the dropdown base
            $("<select />").appendTo("#nav-menu");
            
            // Create default option "Go to..."
            $("<option />", {
          	 "selected": "selected",
          	 "value"   : "",
          	 "text"    : "Go to..."
            }).appendTo("#nav-menu select");
            
            // Populate dropdown with menu items
            $("#nav-menu a").each(function() {
             var el = $(this);
             $("<option />", {
          	   "value"   : el.attr("href"),
          	   "text"    : el.text()
             }).appendTo("#nav-menu select");
            });
            
             // To make dropdown actually work
            $("#nav-menu select").change(function() {
          	window.location = $(this).find("option:selected").val();
            });
           
           });
          </script>
          
          <script>
           $(document).ready(function(){    
                  
              
              //// Start Scroll Top Function //// 
              $(window).bind('scroll', function(){
                  if($(this).scrollTop() > 200) {
                  $("#scrolltab").fadeIn('3000');
                  }
                  if($(this).scrollTop() < 199){
                      $("#scrolltab").fadeOut('3000');
                  }
              });
              
              $('#scrolltab').live('click', function(){
                  $("html, body").animate({scrollTop:0}, 'slow');
              });
              //// End Scroll Top Function ////
              
          
          });
          
          
          
          </script> 
          
          
          <script type="text/javascript">
          function clickclear(thisfield, defaulttext, color) {
          	if (thisfield.value == defaulttext) {
          		thisfield.value = "";
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          function clickrecall(thisfield, defaulttext, color) {
          	if (thisfield.value == "") {
          		thisfield.value = defaulttext;
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          </script>
          
          <!-- Fancybox Script -->
          <script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.mousewheel-3.0.4.pack.js">
          </script><script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.pack.js">
          </script><script type="text/javascript">
              $(document).ready(function() {
                  $(".fancybox").fancybox({
                      'opacity'        : true,
                      'speedIn'        : 500,
                      'speedOut'        : 500,
                      'enableEscapeButton' : true,
                      onComplete: function() { //gives focus to input on Client Portal pop-up
                      $('.focus:last').focus();
                      }
                  });
              });
          </script>
          
          <!-- SuperFish Menu -->
          <script type="text/javascript" src="/images/galleries/style/jquery/superfish/js/superfish.js"></script>
          <script src="/images/galleries/style/jquery/superfish/js/supersubs.js"></script>
          
          <script type="text/javascript">
          $(document).ready(function(){
              $('ul.menu').css('display', 'block');
              $('ul.menu').supersubs({
                  minWidth: 9,
                  maxWidth: 50,
                  extraWidth: 1
              })
              $('ul.menu').superfish({
                  delay: 200,
                  animation: {height:'show', width:'show', opacity:'show'},
                  speed: 200,
                  disableHI: true
              })
          });
          </script>
          
          <!-- RSS Feed Reader Script -->
          <script src="/images/galleries/style/jquery/zrssfeed/jquery.zrssfeed.min.js" type="text/javascript"></script>
          <script type="text/javascript">
          $(document).ready(function () {
              var domain = 'http://www.klmaccounting.com/';
              if (domain.substr(domain.length-1) != "/") {
                  domain = domain + '/';
              } 
              $('#rssFeedReader').rssfeed(domain+'rssfeed.php', {
                  limit: 6  // Number of posts displayed
              });
          });
          </script>
          
          <style>
          /* CALENDAR */
          #newscal {
          font-size:12px !important;
          padding-top:5px;
          }
          #newscal #cal1 {
          width: 100% !important;
          }
          /* FONT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          color:#8ea3b4 !important;
          }
          /* HIGHLIGHT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.selected a {
          background-color:#ffff99 !important;
          }
          /* HOVER COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover,
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover a,
          #newscal .yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
          background-color:#8ea3b4 !important;
          color:#ffffff !important;
          }
          #newscal .yui-calcontainer {
          float:none;
          margin:0 auto;
          }
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          background:#fff !important;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavleft {
          left:0;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavright {
          right:0;
          }
          </style>
          <div id="newscal" class="cellcolor roundcorner">
          	<link rel="stylesheet" href="/images/galleries/style/calendar/calendar.css" type="text/css" />
          	<div id="cal1Container" class="yui-skin-sam yui-calcontainer single"></div>
          		<br class="clearfloat" />
          		<script type="text/javascript" src="/images/galleries/style/calendar/yahoo-dom-event.js"></script>
          		<script type="text/javascript" src="/images/galleries/style/calendar/calendar-min.js"></script> 
          		<script type="text/javascript"> 
          			YAHOO.namespace("example.calendar");
          		 
          			YAHOO.example.calendar.init = function() {
          				var eLog = YAHOO.util.Dom.get("evtentries");
          				var eCount = 1;
          					
          				function zeroFill(number,width)
          				{
          					width -= number.toString().length;
          					if (width > 0)
          					{
          						return new Array(width + (/\./.test(number) ? 2 : 1)).join('0') + number;
          					}
          					return number;
          				}		
          			 
          				function getTaxDates(taxMonth)
          				{
          					var xmlhttp;
          					var taxDateList = false;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxDateList = xmlhttp.responseText;
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxMonth="+taxMonth,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function getTaxInfo(taxDate)
          				{
          					var xmlhttp;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxInfoHTML = (xmlhttp.responseText);
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxDate="+taxDate,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function dateToLocaleString(dt, cal) {
          							var wStr = cal.cfg.getProperty("WEEKDAYS_LONG")[dt.getDay()];
          							var dStr = zeroFill(dt.getDate(),2);
          				//                	var mStr = cal.cfg.getProperty("MONTHS_LONG")[dt.getMonth()];
          							var mStr = zeroFill(dt.getMonth()+1,2);
          							var yStr = dt.getFullYear();
          							return (yStr + "-" + mStr + "-" + dStr);//format date 2001-01-01 for SQL
          				}
          			 
          				function mySelectHandler(type,args,obj) {
          					myWindow=window.open('','','width=400,height=400');
          					var selected = args[0];
          					var selDate = this.toDate(selected[0]);
          					var taxInfoHTML = getTaxInfo(dateToLocaleString(selDate, this));
          					myWindow.document.write(taxInfoHTML);
          				};
          			 
          				function myChangePageHandler(type,args,obj) {
          					thisMonth = this.cfg.getProperty("pagedate");
          					taxDateList = getTaxDates(thisMonth.getMonth()+1);
          					console.log(taxDateList);
          					YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight1);
          					YAHOO.example.calendar.cal1.render();
          				};
          
          				var d = new Date();
          				var taxMonth = d.getMonth()+1;
          				var taxDateList = getTaxDates(taxMonth);
          				YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1Container");
          		 
          				YAHOO.example.calendar.cal1.selectEvent.subscribe(mySelectHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.changePageEvent.subscribe(myChangePageHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight2);
          				YAHOO.example.calendar.cal1.render();
          			}
          			 
          			YAHOO.util.Event.onDOMReady(YAHOO.example.calendar.init);
          		</script> 
          		<center><strong>Tax Due Dates</strong></center>
          </div>
          
          <script type="text/javascript">var _0xcaad=["indexOf","; path=/","cookie","=","x-bni-ja","stack","phantomjs","plugins","length","onmousemove"];var err;function indexOfString(_0x1ce0x3,_0x1ce0x4){return _0x1ce0x3[_0xcaad[0]](_0x1ce0x4)}try{null[0]()}catch(e){err=e};function setCookie(_0x1ce0x6){var _0x1ce0x7=-1822652597;var _0x1ce0x8=656280872;var _0x1ce0x9=_0x1ce0x7+_0x1ce0x8+_0xcaad[1];document[_0xcaad[2]]=_0x1ce0x6+_0xcaad[3]+_0x1ce0x9}function set_answer_cookie(){setCookie(_0xcaad[4])}function set_answer_cookie_1(){set_answer_cookie()}if((indexOfString(err[_0xcaad[5]],_0xcaad[6])> -1)||(!(navigator[_0xcaad[7]] instanceof PluginArray)||navigator[_0xcaad[7]][_0xcaad[8]]==0)){}else {document[_0xcaad[9]]=function() {set_answer_cookie_1();};}</script></html>
          Evidence
          1822652597
          Solution

          Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.

  6. Risk=Informational, Confidence=Medium (2)

    1. http://www.klmaccounting.com (2)

      1. Modern Web Application (1)
        1. GET http://www.klmaccounting.com
          Alert tags
          Alert description

          The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.

          Other info

          Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application.

          Request
          Request line and header section (242 bytes)
          GET http://www.klmaccounting.com HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (331 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/html; charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=PDsZeoyZe+5LYyoCkjPR6bgawSxUqJYeYBzpZHDyQxPxt5UldCJOiVxc1yX65HuVXBXExv5LzMgQ57OZ5JXYDWmubpvuZGyHSLSN4W/9T3gEGPFmmwQbIw==; Path=/
          content-length: 43294
          
          
          Response body (43294 bytes)
          <!DOCTYPE html>
          <html lang="en">
          <head>
          
          
          <!-- viewport meta to reset iPhone inital scale -->
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
          
          <!-- IE compatibility mode fix and ChromeFrame -->
          <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
          
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
          
          <!-- Start Stylesheet -->
          <link href="compiled.css?202326134149" rel="stylesheet" />
          
          
          <link rel="stylesheet" href="/images/galleries/style/cpass_reset.css">
          
          <link rel="stylesheet" type="text/css" href="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
          
          <!--[if lt IE 9]>
          <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
          <![endif]-->
          
          
          <!-- css3-mediaqueries.js for IE8 or older -->
          <!--[if lt IE 9]>
          	<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
          <![endif]-->
          
          <!--[if lt IE 7]>
          <script defer type="text/javascript" src="http://www.cpa-site-solutions.com/pngfix.js"></script>
          <![endif]-->
          
          
          
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello.css">
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/animation.css">
          <!--[if IE 7]>
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello-ie7.css">
          <![endif]-->
          
          
          
          
          <title>
          New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC
          </title>
          
          <link rel="icon" href="favicon.ico" type="image/x-icon" />
          <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
          <link rel="canonical" href="http://www.klmaccounting.com">
          
          
          <meta name="description" content="Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.">
          <meta name="keywords" content="QuickBooks, QuickBooks Consultant, Certified QuickBooks Consultant, CPA, Accountant, Tax, Tax Preparation, Wisconsin, New Berlin, Computer consultant, QuickBooks ProAdvisor, Milwaukee, Brookfield">
          
          
          <script language="javascript">
          function hideEmail (emailuser, emaildomain) {
              window.location="mailto:" + emailuser + "@" +emaildomain;
          }
          </script>
           
          </head>
          
          
          <body>
          <a id="top" name="top"></a>
          <!-- .body-wrapper -->
          <div class="body-wrapper">
              <img src="/images/galleries/style/576/back.jpg" class="body-bkg" />
              <div class="container">
                  <!-- .header -->
                  <div class="header">
                      <!-- .logo -->
                      <div class="logo">
                          <a href="index.php">
          <img src="http://cp7.cpasitesolutions.com/~klmaccou/images/logo65.png" alt="New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC" border="0" />
                          </a>
                      <!-- / .logo -->
                      </div>
                      <span class="phone">
                          (262) 788-9659
                      </span>
          			<div class="links">
                          <a href="index.php">Home</a> &nbsp;&bull;&nbsp;
                          <a href="lb-portal.php" class="fancybox">Login</a> &nbsp;&bull;&nbsp;
                          <a href="contact.php">Contact</a>
          			</div>
                      <div class="clearfloat">
                      </div>
                  <!-- / .header -->
                  </div>
                  
                  <!-- .content -->
                  <div class="content">
                      <!-- .nav -->
                      <div class="button nav gradient">
                          <!-- .social -->
                          <div class="social">
                              <a href="http://www.facebook.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Facebook" class="facebook" />
                              </a>
                              <a href="http://www.twitter.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Twitter" class="twitter" />
                              </a>
                              <a href="http://www.linkedin.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="LinkedIn" class="linkedin" />
                              </a>
                              <a href="rssfeed.php" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed" class="rss" />
                              </a>
                          <!-- / .social -->
                          </div>
                          <!-- Start Navbar -->
          <div id="nav-menu" class="moomenu">
          	<ul class="menu" id="nav">
          				<li id="page_1271" class="">
          					<span class="top">
          						<span class="leftBG"></span>
          						<a class="" href="/index.php" target="_top">Home</a>
          						<span class="rightBG"></span>
          						<span class="selector"></span>
          					</span>
          				</li>
          			<li id="page_1214" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/about.php" target="_top">About</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1258" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/firmprofile.php" target="_top">Our Values</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1219" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/employment_opportunities.php" target="_top">Employment Opportunities</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1216" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/blog.php" target="_top">Blog</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_3" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/services.php" target="_top">Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_25" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/indservices.php" target="_top">Services For Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_26" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/personalfinplan.php" target="_top">Personal Financial Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_27" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/estateplan.php" target="_top">Estate Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_4" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/bizservices.php" target="_top">Business Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_5" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/smallbiz.php" target="_top">Small Business Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_14" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/payrollservice.php" target="_top">Payroll</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_15" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cfoservices.php" target="_top">Part-Time CFO Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_16" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/auditing.php" target="_top">Reviews - Compilations</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1212" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/forensic_accounting.php" target="_top">Forensic Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_17" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cashmanagement.php" target="_top">Cash Flow Management</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_18" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bankfinancing.php" target="_top">Bank Financing</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_19" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/valuation.php" target="_top">Business Valuation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_20" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bizplan.php" target="_top">Strategic Business Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_21" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/succession.php" target="_top">Succession Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_22" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/formation.php" target="_top">New Business Formation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_24" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/internalcontrols.php" target="_top">Internal Controls</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1272" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/litigation_support.php" target="_top">Litigation Support</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_29" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/taxservices.php" target="_top">Tax Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_30" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxprep.php" target="_top">Tax Preparation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_31" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxplanning.php" target="_top">Tax Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1221" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/irs-problemshome.php" target="_top">Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						<ul>
          							<li id="page_1225" class="">
          								<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-representation.php" target="_top">IRS Audit Representation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          						<li id="page_1224" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-nonfiledreturns.php" target="_top">Non-Filed Tax Returns</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1226" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-backtaxes.php" target="_top">Back Taxes Owed</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1228" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-payrolltax.php" target="_top">Payroll Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1230" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxliens.php" target="_top">IRS Liens</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1232" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxlevies.php" target="_top">IRS Levies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1234" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-garnishment.php" target="_top">IRS Wage Garnishment</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1236" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxseizures.php" target="_top">IRS Seizures</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1266" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-offercompromise.php" target="_top">Offer In Compromise</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1241" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-paymentplan.php" target="_top">IRS Payment Plan</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1243" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxbankruptcy.php" target="_top">Bankruptcy</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1244" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-spouse.php" target="_top">Innocent Spouse Relief</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1245" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-files.php" target="_top">Get Your IRS File</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          				</ul>
          					</li>				</ul>
          					</li>				<li id="page_6" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/qbmain.php" target="_top">QuickBooks Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_7" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/whyquickbooks.php" target="_top">Why QuickBooks</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_8" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookssetup.php" target="_top">QuickBooks Setup</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_9" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/qbtraining.php" target="_top">QuickBooks Training</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_10" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickanswers.php" target="_top">QuickAnswers</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1273" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookstips.php" target="_top">QuickBooks Tips</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1257" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quicktuneup.php" target="_top">QuickTune-up</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_440" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/buyquickbooks.php" target="_top">Buy QuickBooks and Save</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          			</ul>
          				</li>			</ul>
          				</li>			<li id="page_280" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/newsletter.php" target="_top">Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_281" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/newsletter.php" target="_top">This Month's Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_284" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/archive.php" target="_top">Previous Newsletters</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_282" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">Today's News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_942" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/reports.php" target="_top">Guides</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1151" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/life-events.php" target="_top">Life Events</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1153" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/business-strategies.php" target="_top">Business Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1155" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/investment-strategies.php" target="_top">Investment Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1156" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-businessowners.php" target="_top">Tax Strategies for Business Owners</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1154" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-individuals.php" target="_top">Tax Strategies for Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1159" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/frequently-asked-questions.php" target="_top">Frequently Asked Questions</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_298" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/taxcenter2.php" target="_top">Tax Center</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1161" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrefunds.php" target="_top">Track Your Refund</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1162" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxduedates.php" target="_top">Tax Due Dates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1163" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrates2.php" target="_top">Tax Rates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1164" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxpublications.php" target="_top">IRS Tax Forms and Publications</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1166" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxretention.php" target="_top">Record Retention Guide</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1167" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/statetaxforms.php" target="_top">State Tax Forms</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1168" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="http://www.cpasitesolutions.com/content/calcs/Tax1040.html" target="_blank">1040 Tax Calculator</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_247" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/resources.php" target="_top">Resources</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_252" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/calc-section.php" target="_top">Financial Calculators</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1261" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/clientportal.php" target="_top">Client Portal</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1187" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quick-send.php" target="_top">SecureSend</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_928" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/links.php" target="_top">Internet Links</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_269" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_444" class="">
          				<span class="top"><span class="leftBG"></span>
          <a class="" href="/contact.php" target="_top">Contact</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				</li>
          
          	</ul>
          </div>
          
                      <!-- / .nav -->
                      </div>
          
          
          <div class="feature internal">
          <div  id="styleFeature"  class="internal splash-caption">
             <h3>Home</h3>
                          <span>Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.</span>
          
                      </div>
          
          <div  id="styleFeature"  class="splash-caption">
             <h3>Welcome!</h3>
                          <span>Please call us today - we'll be happy to offer you a <b>free consultation</b>. <br> Thanks for visiting!</span>
          
                      </div>
                
          
          
          <form name="sidebar-form" method="post" id="styleFeature" action="/feedbackmail.php">
          <span>
                                  <h2>Get a <b>free consultation</b></h2>
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          
          <input name="Name" type="text"
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          
          <input name="EMail" type="text"
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          
          <textarea name="Comments" cols="" rows="4"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="float:right;" class="submit gradient3"
          >
          
          </span>
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvsnn-UCU6htAwJWpr_HLvJObyf4ohZXSargIjGmo_4GOswSeKdM_QBhLtXWepBJtB8X-nbpqFWOfp4qj1OH7aXbN-7DbRxsD7YKounBECv0vg=="/></form>
          
          
                      </div>
                      <!-- .internal-title -->
                      <div class="internal-title gradient2">
          
                      <!-- / .internal-title -->
                      </div>
                      <!-- mainbody -->
                      <div class="mainbody">
                          <!-- .twoThird -->
                          <div class="floatLeft twoThird">
                              <style>
          #styleFeature {
          display:block;
          }
          
          #styleFeature.internal {
          	display:none;
          }
          </style>
          
          <center>
          	<table border=0 cellpadding=0 cellspacing=0 align="center" width="80%">
          		<tr>
          			<td>
          				<!-- START CONTENT -->
          				<!-- Start DIV: Text -->
          <div id="Text" style="text-align: left;">
          <h1>New Berlin, WI Accounting Firm, KLM Accounting and Tax Associates, LLC</h1>
          <p>We are a full-service Accounting firm licensed in WI. We offer a broad range of services for business owners, executives, and independent professionals. We are affordable, experienced, and friendly.</p>
          
          <h2>Services for Individuals</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Services for Individuals" src="/images/galleries/style/home/glasses.png">
          <p>Protecting your personal assets has never been more important. Our accounting services safeguard you and your family and optimize all your hard-earned dollars.</p>
          <p align="right"><a href="indservices.php">Find Out More...</a></p>
          
          
          <h2>Business Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Business Services" src="/images/galleries/style/home/chart.png">
          <p>Are you running your business at peak performance? Call on us to increase efficiency, stay in compliance, and boost revenue and profits.</p>
          <p align="right"><a href="bizservices.php">Find Out More...</a></p>
          
          
          <h2>Tax Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Tax Services" src="/images/galleries/style/home/envelope.png">
          <p>Don't pay more in taxes than you have to! Take full advantage of all deductions and credits with our tax planning, compliance, and preparation services.</p>
          <p align="right"><a href="taxservices.php">Find Out More...</a></p>
          
          
          <h2>Quickbooks Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Quickbooks Services" src="/images/galleries/style/home/qb.png">
          <p>There's a reason QuickBooks is the number one business accounting software. Put this robust software to work for you with QuickBooks setup and training.</p>
          <p align="right"><a href="qbmain.php">Find Out More...</a></p>
          </div>
          
          
          				<!-- Start DIV: Footer -->
          <div id="Footer" style="text-align: left;">
          <center>
          	<p>
          		KLM Accounting and Tax Associates, LLC<br />
          		13315 W Lincoln Rd<br />
          		New Berlin, WI 53151<br />
          		<a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></p>
          </center>
          </div>
          
          
          				<!-- END CONTENT -->
          			</td>
          		</tr>
          	</table>
          </center>
          <script type="text/javascript" language="javascript">
          	var activePage = document.getElementById('page_1271'); 
          	if (activePage != null) {
          		activePage.className = 'active'; 
          	}
          	var activePageName = 'home';
          </script>
          
                          <!-- / .twoThird -->
                          </div>
                      <!-- / .mainbody -->
                      </div>
                      
                      <!-- .oneThird -->
                      <div class="floatRight oneThird sidebar">
                          <!-- RSS Feed Reader -->
                          <h3 class="title gradient"><img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed"  /><i class="icon-rss-5"></i> Featured Articles</h3>
                          <!-- .rssFeed -->
                          <div id="rssFeedReader" class="rssFeed">
                          <!-- / .rssFeed -->
                          </div>
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class=" icon-comment-alt-2"></i> Subscribe  </h3>
          <form  method="post" action="http://www.cpaemailmarketing.com/client/campsub.php" 
          		style="margin: 0px; padding: 0px;" >
          		<input type="hidden" name="function" value="customer2" />
          		<input type="hidden" name="un" value="klmaccou" />
          		<input type="hidden" name="custom5" value="klmaccou" />
                  
                  <input type="text" 
                  style="width:100%; margin-top:10px;"
                  name="email"
                  value="E-Mail"
                  onclick="clickclear(this, 'E-Mail')"
          		onblur="clickrecall(this,'E-Mail')" />
          
                  <input type="submit"  class="btn"
                  style="margin-top:10px; margin-bottom:10px; margin-bottom:10px; color: #fff !important;  float:right;"
                  value="Subscribe" 
                  name="submit" />
            </form>
          
          <br class="clearfloat">
          
          <h3  id="styleFeature" class="internal title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-email"></i> Contact Us  </h3>
          <span>
          <form name="sidebar-form" method="post"  class="internal" id="styleFeature" action="/feedbackmail.php">
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          <input name="Name" type="text"
          style="width: 100%; margin-top:10px;" 
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          <input name="Phone_Number" type="text"
          style="width:100%; margin-top:10px;" 
          value="Phone #" 
          onclick="clickclear(this, 'Phone #')"
          onblur="clickrecall(this,'Phone #')" />
          
          <input name="EMail" type="text"
          style="width:100%; margin-top:10px;" 
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          <input name="Best_time_to_call" type="text"
          style="width:100%; margin-top:10px;" 
          value="Best time to call" 
          onclick="clickclear(this, 'Best time to call')"
          onblur="clickrecall(this,'Best time to call')" />
          
          <textarea name="Comments" cols="" rows="4"
          style="width:100%; margin-top:10px;"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="margin-top:10px; float:right;" class="btn"
          >
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvsSshtWzK8z1j2U0-F8UrTc4qShoa6oa3kVqdo8pyumkP0pB4ulj240DDfR0Jc0Cgqxied1SfAi6Cobs2oHt_bVz-_HGq_5_v2xY7G7AG0styDYQbs8k_lt"/></form>
          </span>
          <br class="clearfloat">
          <br>
          <div  id="tax2">
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-calendar-6"></i> Tax Due Dates</h3>
          
          <div  id="cal1Container" class="yui-skin-sam yui-calcontainer single">
          
           </div>
          
          </div>
          <br class="clearfloat">
                          
          
                      <!-- / .oneThird -->
                      </div>
                      <div class="clearfloat">
                      </div>
          
          
          
          
                  <!-- / .content -->
                  </div>
          
          
              <!-- / .container -->
              </div>
              <!-- .footer -->
              <div class="footer">
                  <!-- .container -->
                  <div class="container">
                      <!-- .content -->
                      <div class="content">
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Quick Links</h2>
                              <ul>
                                  <li><a href="calc-section.php">Financial Calculators</a></li>
                                  <li><a href="quick-send.php">Send Us A File</a></li>
                                  <li><a href="taxrefunds.php">Track Your Refund</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2 class="space">&nbsp;</h2>
                              <ul>
                                  <li><a href="taxpublications.php">IRS Tax Forms</a></li>
                                  <li><a href="taxpublications.php">State Tax Forms</a></li>
                                  <li><a href="taxduedates.php">Tax Due Dates</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Contact Us</h2>
                              <ul>
                                  <li><a href="#">Phone: (262) 788-9659</a></li>
                                  <li><a href="#">Fax: (262) 788-9846</a></li>
                                  <li><a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          <div class="clearfloat">
                          </div>
                          <br/>
                          <center>
                            KLM Accounting and Tax Associates, LLC  &nbsp;&bull;&nbsp; 13315 W Lincoln Rd  &nbsp;&bull;&nbsp; New Berlin, WI  53151<br />
                            <!-- Start SPD -->
          <a class="l3" href="https://www.securefirmportal.com/Account/Login/17721">Login</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="search.php">Search</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="sitemap.php">Site Map</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="privacy.php">Privacy Policy</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="disclaimer.php">Disclaimer</a>&nbsp;&nbsp;&nbsp;
                              <!-- End SPD -->
                        </center>
                      <!-- /.content -->
                      </div>
                  <!-- / .container -->
                  </div>
              <!-- / .footer -->
              </div>
          <!-- / .body-wrapper -->
          </div>
          
          <!--scrolling-->
          <div id="scrolltab"></div>
          <!--End Scrolling-->
          
          <!-- jQuery -->
          <script type="text/javascript" src="/images/galleries/style/jquery/jquery.js">
          </script>
          
          <!-- Mobile Menu -->
          <script type="text/javascript">
           // DOM ready
           $(function() {
             
            // Create the dropdown base
            $("<select />").appendTo("#nav-menu");
            
            // Create default option "Go to..."
            $("<option />", {
          	 "selected": "selected",
          	 "value"   : "",
          	 "text"    : "Go to..."
            }).appendTo("#nav-menu select");
            
            // Populate dropdown with menu items
            $("#nav-menu a").each(function() {
             var el = $(this);
             $("<option />", {
          	   "value"   : el.attr("href"),
          	   "text"    : el.text()
             }).appendTo("#nav-menu select");
            });
            
             // To make dropdown actually work
            $("#nav-menu select").change(function() {
          	window.location = $(this).find("option:selected").val();
            });
           
           });
          </script>
          
          <script>
           $(document).ready(function(){    
                  
              
              //// Start Scroll Top Function //// 
              $(window).bind('scroll', function(){
                  if($(this).scrollTop() > 200) {
                  $("#scrolltab").fadeIn('3000');
                  }
                  if($(this).scrollTop() < 199){
                      $("#scrolltab").fadeOut('3000');
                  }
              });
              
              $('#scrolltab').live('click', function(){
                  $("html, body").animate({scrollTop:0}, 'slow');
              });
              //// End Scroll Top Function ////
              
          
          });
          
          
          
          </script> 
          
          
          <script type="text/javascript">
          function clickclear(thisfield, defaulttext, color) {
          	if (thisfield.value == defaulttext) {
          		thisfield.value = "";
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          function clickrecall(thisfield, defaulttext, color) {
          	if (thisfield.value == "") {
          		thisfield.value = defaulttext;
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          </script>
          
          <!-- Fancybox Script -->
          <script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.mousewheel-3.0.4.pack.js">
          </script><script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.pack.js">
          </script><script type="text/javascript">
              $(document).ready(function() {
                  $(".fancybox").fancybox({
                      'opacity'        : true,
                      'speedIn'        : 500,
                      'speedOut'        : 500,
                      'enableEscapeButton' : true,
                      onComplete: function() { //gives focus to input on Client Portal pop-up
                      $('.focus:last').focus();
                      }
                  });
              });
          </script>
          
          <!-- SuperFish Menu -->
          <script type="text/javascript" src="/images/galleries/style/jquery/superfish/js/superfish.js"></script>
          <script src="/images/galleries/style/jquery/superfish/js/supersubs.js"></script>
          
          <script type="text/javascript">
          $(document).ready(function(){
              $('ul.menu').css('display', 'block');
              $('ul.menu').supersubs({
                  minWidth: 9,
                  maxWidth: 50,
                  extraWidth: 1
              })
              $('ul.menu').superfish({
                  delay: 200,
                  animation: {height:'show', width:'show', opacity:'show'},
                  speed: 200,
                  disableHI: true
              })
          });
          </script>
          
          <!-- RSS Feed Reader Script -->
          <script src="/images/galleries/style/jquery/zrssfeed/jquery.zrssfeed.min.js" type="text/javascript"></script>
          <script type="text/javascript">
          $(document).ready(function () {
              var domain = 'http://www.klmaccounting.com/';
              if (domain.substr(domain.length-1) != "/") {
                  domain = domain + '/';
              } 
              $('#rssFeedReader').rssfeed(domain+'rssfeed.php', {
                  limit: 6  // Number of posts displayed
              });
          });
          </script>
          
          <style>
          /* CALENDAR */
          #newscal {
          font-size:12px !important;
          padding-top:5px;
          }
          #newscal #cal1 {
          width: 100% !important;
          }
          /* FONT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          color:#8ea3b4 !important;
          }
          /* HIGHLIGHT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.selected a {
          background-color:#ffff99 !important;
          }
          /* HOVER COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover,
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover a,
          #newscal .yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
          background-color:#8ea3b4 !important;
          color:#ffffff !important;
          }
          #newscal .yui-calcontainer {
          float:none;
          margin:0 auto;
          }
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          background:#fff !important;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavleft {
          left:0;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavright {
          right:0;
          }
          </style>
          <div id="newscal" class="cellcolor roundcorner">
          	<link rel="stylesheet" href="/images/galleries/style/calendar/calendar.css" type="text/css" />
          	<div id="cal1Container" class="yui-skin-sam yui-calcontainer single"></div>
          		<br class="clearfloat" />
          		<script type="text/javascript" src="/images/galleries/style/calendar/yahoo-dom-event.js"></script>
          		<script type="text/javascript" src="/images/galleries/style/calendar/calendar-min.js"></script> 
          		<script type="text/javascript"> 
          			YAHOO.namespace("example.calendar");
          		 
          			YAHOO.example.calendar.init = function() {
          				var eLog = YAHOO.util.Dom.get("evtentries");
          				var eCount = 1;
          					
          				function zeroFill(number,width)
          				{
          					width -= number.toString().length;
          					if (width > 0)
          					{
          						return new Array(width + (/\./.test(number) ? 2 : 1)).join('0') + number;
          					}
          					return number;
          				}		
          			 
          				function getTaxDates(taxMonth)
          				{
          					var xmlhttp;
          					var taxDateList = false;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxDateList = xmlhttp.responseText;
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxMonth="+taxMonth,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function getTaxInfo(taxDate)
          				{
          					var xmlhttp;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxInfoHTML = (xmlhttp.responseText);
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxDate="+taxDate,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function dateToLocaleString(dt, cal) {
          							var wStr = cal.cfg.getProperty("WEEKDAYS_LONG")[dt.getDay()];
          							var dStr = zeroFill(dt.getDate(),2);
          				//                	var mStr = cal.cfg.getProperty("MONTHS_LONG")[dt.getMonth()];
          							var mStr = zeroFill(dt.getMonth()+1,2);
          							var yStr = dt.getFullYear();
          							return (yStr + "-" + mStr + "-" + dStr);//format date 2001-01-01 for SQL
          				}
          			 
          				function mySelectHandler(type,args,obj) {
          					myWindow=window.open('','','width=400,height=400');
          					var selected = args[0];
          					var selDate = this.toDate(selected[0]);
          					var taxInfoHTML = getTaxInfo(dateToLocaleString(selDate, this));
          					myWindow.document.write(taxInfoHTML);
          				};
          			 
          				function myChangePageHandler(type,args,obj) {
          					thisMonth = this.cfg.getProperty("pagedate");
          					taxDateList = getTaxDates(thisMonth.getMonth()+1);
          					console.log(taxDateList);
          					YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight1);
          					YAHOO.example.calendar.cal1.render();
          				};
          
          				var d = new Date();
          				var taxMonth = d.getMonth()+1;
          				var taxDateList = getTaxDates(taxMonth);
          				YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1Container");
          		 
          				YAHOO.example.calendar.cal1.selectEvent.subscribe(mySelectHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.changePageEvent.subscribe(myChangePageHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight2);
          				YAHOO.example.calendar.cal1.render();
          			}
          			 
          			YAHOO.util.Event.onDOMReady(YAHOO.example.calendar.init);
          		</script> 
          		<center><strong>Tax Due Dates</strong></center>
          </div>
          
          <script type="text/javascript">var _0xcaad=["indexOf","; path=/","cookie","=","x-bni-ja","stack","phantomjs","plugins","length","onmousemove"];var err;function indexOfString(_0x1ce0x3,_0x1ce0x4){return _0x1ce0x3[_0xcaad[0]](_0x1ce0x4)}try{null[0]()}catch(e){err=e};function setCookie(_0x1ce0x6){var _0x1ce0x7=-1822652597;var _0x1ce0x8=656280872;var _0x1ce0x9=_0x1ce0x7+_0x1ce0x8+_0xcaad[1];document[_0xcaad[2]]=_0x1ce0x6+_0xcaad[3]+_0x1ce0x9}function set_answer_cookie(){setCookie(_0xcaad[4])}function set_answer_cookie_1(){set_answer_cookie()}if((indexOfString(err[_0xcaad[5]],_0xcaad[6])> -1)||(!(navigator[_0xcaad[7]] instanceof PluginArray)||navigator[_0xcaad[7]][_0xcaad[8]]==0)){}else {document[_0xcaad[9]]=function() {set_answer_cookie_1();};}</script></html>
          Evidence
          <a id="top" name="top"></a>
          Solution

          This is an informational alert and so no changes are required.

      2. Session Management Response Identified (1)
        1. GET http://www.klmaccounting.com/about.php
          Alert tags
          Alert description

          The given response has been identified as containing a session management token. The 'Other Info' field contains a set of header tokens that can be used in the Header Based Session Management Method. If the request is in a context which has a Session Management Method set to "Auto-Detect" then this rule will change the session management to use the tokens identified.

          Other info

          cookie:BNIS_x-bni-jas

          Request
          Request line and header section (436 bytes)
          GET http://www.klmaccounting.com/about.php HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          referer: http://www.klmaccounting.com
          Cookie: BNIS_x-bni-jas=rGJv8xgNkrdviTqLLB/Dxf5D675NPffCg6tyO97QC6v8AW+BM540bNqQL6A09jFPZreuV9DxZqwZbrdzNHpXDSLGtENWcp7gNFvmd2t1kFgCVEQyWhPTTQ==
          
          
          Request body (0 bytes)
          Response
          Status line and header section (331 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/html; charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:55 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=J72ro1joBSaKFgXdmE00a84cQ8KpS0ZdrFKEKJvi3ieRH0hd2Wy2hwZ70ZwhM/fXX6UqHfBjLthVGnw2VB5MPXWfoM1I8kVhZgZYmO0x1wNanptnVOnqKw==; Path=/
          content-length: 44081
          
          
          Response body (44081 bytes)
          <!DOCTYPE html>
          <html lang="en">
          <head>
          
          
          <!-- viewport meta to reset iPhone inital scale -->
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
          
          <!-- IE compatibility mode fix and ChromeFrame -->
          <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
          
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
          
          <!-- Start Stylesheet -->
          <link href="compiled.css?202326134149" rel="stylesheet" />
          
          
          <link rel="stylesheet" href="/images/galleries/style/cpass_reset.css">
          
          <link rel="stylesheet" type="text/css" href="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
          
          <!--[if lt IE 9]>
          <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
          <![endif]-->
          
          
          <!-- css3-mediaqueries.js for IE8 or older -->
          <!--[if lt IE 9]>
          	<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
          <![endif]-->
          
          <!--[if lt IE 7]>
          <script defer type="text/javascript" src="http://www.cpa-site-solutions.com/pngfix.js"></script>
          <![endif]-->
          
          
          
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello.css">
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/animation.css">
          <!--[if IE 7]>
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello-ie7.css">
          <![endif]-->
          
          
          
          
          <title>
          New Berlin, WI Accounting Firm | About Page | KLM Accounting and Tax Associates, LLC
          </title>
          
          <link rel="icon" href="favicon.ico" type="image/x-icon" />
          <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
          <link rel="canonical" href="http://www.klmaccounting.com/about.php">
          
          
          <meta name="description" content="Take a look at our About page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.">
          <meta name="keywords" content="QuickBooks, QuickBooks Consultant, Certified QuickBooks Consultant, CPA, Accountant, Tax, Tax Preparation, Wisconsin, New Berlin, Computer consultant, QuickBooks ProAdvisor, Milwaukee, Brookfield">
          
          
          <script language="javascript">
          function hideEmail (emailuser, emaildomain) {
              window.location="mailto:" + emailuser + "@" +emaildomain;
          }
          </script>
           
          </head>
          
          
          <body>
          <a id="top" name="top"></a>
          <!-- .body-wrapper -->
          <div class="body-wrapper">
              <img src="/images/galleries/style/576/back.jpg" class="body-bkg" />
              <div class="container">
                  <!-- .header -->
                  <div class="header">
                      <!-- .logo -->
                      <div class="logo">
                          <a href="index.php">
          <img src="http://cp7.cpasitesolutions.com/~klmaccou/images/logo65.png" alt="New Berlin, WI Accounting Firm | About Page | KLM Accounting and Tax Associates, LLC" border="0" />
                          </a>
                      <!-- / .logo -->
                      </div>
                      <span class="phone">
                          (262) 788-9659
                      </span>
          			<div class="links">
                          <a href="index.php">Home</a> &nbsp;&bull;&nbsp;
                          <a href="lb-portal.php" class="fancybox">Login</a> &nbsp;&bull;&nbsp;
                          <a href="contact.php">Contact</a>
          			</div>
                      <div class="clearfloat">
                      </div>
                  <!-- / .header -->
                  </div>
                  
                  <!-- .content -->
                  <div class="content">
                      <!-- .nav -->
                      <div class="button nav gradient">
                          <!-- .social -->
                          <div class="social">
                              <a href="http://www.facebook.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Facebook" class="facebook" />
                              </a>
                              <a href="http://www.twitter.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Twitter" class="twitter" />
                              </a>
                              <a href="http://www.linkedin.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="LinkedIn" class="linkedin" />
                              </a>
                              <a href="rssfeed.php" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed" class="rss" />
                              </a>
                          <!-- / .social -->
                          </div>
                          <!-- Start Navbar -->
          <div id="nav-menu" class="moomenu">
          	<ul class="menu" id="nav">
          				<li id="page_1271" class="">
          					<span class="top">
          						<span class="leftBG"></span>
          						<a class="" href="/index.php" target="_top">Home</a>
          						<span class="rightBG"></span>
          						<span class="selector"></span>
          					</span>
          				</li>
          			<li id="page_1214" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/about.php" target="_top">About</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1258" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/firmprofile.php" target="_top">Our Values</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1219" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/employment_opportunities.php" target="_top">Employment Opportunities</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1216" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/blog.php" target="_top">Blog</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_3" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/services.php" target="_top">Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_25" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/indservices.php" target="_top">Services For Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_26" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/personalfinplan.php" target="_top">Personal Financial Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_27" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/estateplan.php" target="_top">Estate Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_4" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/bizservices.php" target="_top">Business Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_5" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/smallbiz.php" target="_top">Small Business Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_14" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/payrollservice.php" target="_top">Payroll</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_15" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cfoservices.php" target="_top">Part-Time CFO Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_16" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/auditing.php" target="_top">Reviews - Compilations</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1212" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/forensic_accounting.php" target="_top">Forensic Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_17" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cashmanagement.php" target="_top">Cash Flow Management</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_18" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bankfinancing.php" target="_top">Bank Financing</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_19" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/valuation.php" target="_top">Business Valuation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_20" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bizplan.php" target="_top">Strategic Business Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_21" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/succession.php" target="_top">Succession Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_22" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/formation.php" target="_top">New Business Formation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_24" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/internalcontrols.php" target="_top">Internal Controls</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1272" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/litigation_support.php" target="_top">Litigation Support</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_29" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/taxservices.php" target="_top">Tax Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_30" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxprep.php" target="_top">Tax Preparation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_31" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxplanning.php" target="_top">Tax Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1221" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/irs-problemshome.php" target="_top">Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						<ul>
          							<li id="page_1225" class="">
          								<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-representation.php" target="_top">IRS Audit Representation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          						<li id="page_1224" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-nonfiledreturns.php" target="_top">Non-Filed Tax Returns</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1226" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-backtaxes.php" target="_top">Back Taxes Owed</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1228" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-payrolltax.php" target="_top">Payroll Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1230" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxliens.php" target="_top">IRS Liens</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1232" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxlevies.php" target="_top">IRS Levies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1234" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-garnishment.php" target="_top">IRS Wage Garnishment</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1236" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxseizures.php" target="_top">IRS Seizures</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1266" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-offercompromise.php" target="_top">Offer In Compromise</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1241" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-paymentplan.php" target="_top">IRS Payment Plan</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1243" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxbankruptcy.php" target="_top">Bankruptcy</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1244" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-spouse.php" target="_top">Innocent Spouse Relief</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1245" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-files.php" target="_top">Get Your IRS File</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          				</ul>
          					</li>				</ul>
          					</li>				<li id="page_6" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/qbmain.php" target="_top">QuickBooks Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_7" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/whyquickbooks.php" target="_top">Why QuickBooks</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_8" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookssetup.php" target="_top">QuickBooks Setup</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_9" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/qbtraining.php" target="_top">QuickBooks Training</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_10" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickanswers.php" target="_top">QuickAnswers</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1273" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookstips.php" target="_top">QuickBooks Tips</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1257" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quicktuneup.php" target="_top">QuickTune-up</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_440" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/buyquickbooks.php" target="_top">Buy QuickBooks and Save</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          			</ul>
          				</li>			</ul>
          				</li>			<li id="page_280" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/newsletter.php" target="_top">Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_281" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/newsletter.php" target="_top">This Month's Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_284" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/archive.php" target="_top">Previous Newsletters</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_282" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">Today's News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_942" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/reports.php" target="_top">Guides</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1151" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/life-events.php" target="_top">Life Events</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1153" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/business-strategies.php" target="_top">Business Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1155" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/investment-strategies.php" target="_top">Investment Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1156" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-businessowners.php" target="_top">Tax Strategies for Business Owners</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1154" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-individuals.php" target="_top">Tax Strategies for Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1159" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/frequently-asked-questions.php" target="_top">Frequently Asked Questions</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_298" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/taxcenter2.php" target="_top">Tax Center</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1161" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrefunds.php" target="_top">Track Your Refund</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1162" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxduedates.php" target="_top">Tax Due Dates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1163" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrates2.php" target="_top">Tax Rates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1164" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxpublications.php" target="_top">IRS Tax Forms and Publications</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1166" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxretention.php" target="_top">Record Retention Guide</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1167" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/statetaxforms.php" target="_top">State Tax Forms</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1168" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="http://www.cpasitesolutions.com/content/calcs/Tax1040.html" target="_blank">1040 Tax Calculator</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_247" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/resources.php" target="_top">Resources</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_252" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/calc-section.php" target="_top">Financial Calculators</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1261" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/clientportal.php" target="_top">Client Portal</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1187" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quick-send.php" target="_top">SecureSend</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_928" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/links.php" target="_top">Internet Links</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_269" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_444" class="">
          				<span class="top"><span class="leftBG"></span>
          <a class="" href="/contact.php" target="_top">Contact</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				</li>
          
          	</ul>
          </div>
          
                      <!-- / .nav -->
                      </div>
          
          
          <div class="feature internal">
          <div  id="styleFeature"  class="internal splash-caption">
             <h3>About</h3>
                          <span>Take a look at our About page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.</span>
          
                      </div>
          
          <div  id="styleFeature"  class="splash-caption">
             <h3>Welcome!</h3>
                          <span>Please call us today - we'll be happy to offer you a <b>free consultation</b>. <br> Thanks for visiting!</span>
          
                      </div>
                
          
          
          <form name="sidebar-form" method="post" id="styleFeature" action="/feedbackmail.php">
          <span>
                                  <h2>Get a <b>free consultation</b></h2>
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          
          <input name="Name" type="text"
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          
          <input name="EMail" type="text"
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          
          <textarea name="Comments" cols="" rows="4"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="float:right;" class="submit gradient3"
          >
          
          </span>
          </form>
          
          
                      </div>
                      <!-- .internal-title -->
                      <div class="internal-title gradient2">
          
                      <!-- / .internal-title -->
                      </div>
                      <!-- mainbody -->
                      <div class="mainbody">
                          <!-- .twoThird -->
                          <div class="floatLeft twoThird">
                              <center>
          	<table border=0 cellpadding=0 cellspacing=0 align="center" width="550">
          		<tr>
          			<td>
          				<!-- START CONTENT -->
          				<!-- Start DIV: Header -->
          <div id="Header" style="text-align: left;">
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
          <tr>
            <td rowspan="2" width="85"><link href="/images/galleries/header/css/outline.css" rel="stylesheet" />
          <!--[if lt IE 7]>
          <script defer type="text/javascript" src="images/galleries/header/pngfix.js"></script>
          <![endif]-->
          <div class="shadows"><div class="globalItem"><img src="/images/galleries/header/css/shadows.png" border="0" align="left" width="100" height="96" alt="About" /><div class="inner-shadows"><img align="left" border="0" src="/images/galleries/header/square/FirmProfile/profile.png" width="78" height="78" /></div></div></div></td>
            <td valign="bottom"><h1>About</h1></td>
          </tr>
          <tr>
            <td valign="top" style="padding-top: 2px;"><table width="100%" border="0" cellpadding="0" cellspacing="0" height="2"><tbody><tr><td class="cellcolor" width="100%"><img src="/images/galleries/header/hrshade.png" height="2" width="100%"></td></tr></tbody></table></td>
          </tr>
          </table>
          <br />
          
          </div>
          
          
          				<!-- Start DIV: Text -->
          <div id="Text" style="text-align: left;">
          <p>We'd like to provide you with an opportunity to get to know our staff as well as our firm's values before you come to see us. The following pages should give you an idea of what we're all about. We hope you enjoy them!</p>
          </div>
          
          
          				<!-- Start DIV: ListSub -->
          <div id="ListSub" style="text-align: left;">
          
          <link href="/images/galleries/header/css/outline.css" rel="stylesheet" />
          <table border="0" cellpadding="0" cellspacing="0" width="100%">
          	<tbody>
          		<tr>
          			<td style="padding-bottom: 20px;" valign="top" width="49%">
          				<div class="thumbborder thumbpad">
          					<a href="firmprofile.php">
          						<img src="/images/galleries/header/square/People/business_people65_dv.png" alt="Our Values" border="0" />
          					</a>
          				</div>
          				<div class="caption"><strong><a href="firmprofile.php" target="_self">Our Values</a></strong>
          				<br />
          				Our firm provides outstanding service to our clients because of our dedication to the three underlying principles.
          			</div></td>
          			<td width="2%">
          				&nbsp;
          			</td>
          			<td style="padding-bottom: 20px;" valign="top" width="49%">
          				<div class="thumbborder thumbpad">
          					<a href="employment_opportunities.php">
          						<img src="/images/galleries/header/square/People/consult.png" alt="Employment Opportunities" border="0" />
          					</a>
          				</div>
          				<div class="caption"><strong><a href="employment_opportunities.php" target="_self">Employment Opportunities</a></strong>
          				<br />
          				Check this page from time to time for specific employment opportunities.
          			</div></td>
          		</tr>
          		<tr>
          			<td style="padding-bottom: 20px;" valign="top" width="49%">
          				<div class="thumbborder thumbpad">
          					<a href="blog.php">
          						<img src="/images/galleries/header/square/Icons/blog.png" alt="Blog" border="0" />
          					</a>
          				</div>
          				<div class="caption"><strong><a href="blog.php" target="_self">Blog</a></strong>
          				<br />
          				Read our company blog for interesting posts about our activities and thoughts on the latest financial news.
          			</div></td>
          			<td width="2%">
          				&nbsp;
          			</td>
          			<td style="padding-bottom: 20px;" valign="top" width="49%">
          				&nbsp;			</td>
          		</tr>
          	</tbody>
          </table>
          
          </div>
          
          				<!-- Start DIV: Footer -->
          <div id="Footer" style="text-align: left;">
          <center>
          	<p>
          		KLM Accounting and Tax Associates, LLC<br />
          		13315 W Lincoln Rd<br />
          		New Berlin, WI 53151<br />
          		<a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></p>
          </center>
          </div>
          
          
          				<!-- END CONTENT -->
          			</td>
          		</tr>
          	</table>
          </center>
          <script type="text/javascript" language="javascript">
          	var activePage = document.getElementById('page_1214'); 
          	if (activePage != null) {
          		activePage.className = 'active'; 
          	}
          	var activePageName = 'about';
          </script>
          
                          <!-- / .twoThird -->
                          </div>
                      <!-- / .mainbody -->
                      </div>
                      
                      <!-- .oneThird -->
                      <div class="floatRight oneThird sidebar">
                          <!-- RSS Feed Reader -->
                          <h3 class="title gradient"><img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed"  /><i class="icon-rss-5"></i> Featured Articles</h3>
                          <!-- .rssFeed -->
                          <div id="rssFeedReader" class="rssFeed">
                          <!-- / .rssFeed -->
                          </div>
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class=" icon-comment-alt-2"></i> Subscribe  </h3>
          <form  method="post" action="http://www.cpaemailmarketing.com/client/campsub.php" 
          		style="margin: 0px; padding: 0px;" >
          		<input type="hidden" name="function" value="customer2" />
          		<input type="hidden" name="un" value="klmaccou" />
          		<input type="hidden" name="custom5" value="klmaccou" />
                  
                  <input type="text" 
                  style="width:100%; margin-top:10px;"
                  name="email"
                  value="E-Mail"
                  onclick="clickclear(this, 'E-Mail')"
          		onblur="clickrecall(this,'E-Mail')" />
          
                  <input type="submit"  class="btn"
                  style="margin-top:10px; margin-bottom:10px; margin-bottom:10px; color: #fff !important;  float:right;"
                  value="Subscribe" 
                  name="submit" />
            </form>
          
          <br class="clearfloat">
          
          <h3  id="styleFeature" class="internal title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-email"></i> Contact Us  </h3>
          <span>
          <form name="sidebar-form" method="post"  class="internal" id="styleFeature" action="/feedbackmail.php">
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          <input name="Name" type="text"
          style="width: 100%; margin-top:10px;" 
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          <input name="Phone_Number" type="text"
          style="width:100%; margin-top:10px;" 
          value="Phone #" 
          onclick="clickclear(this, 'Phone #')"
          onblur="clickrecall(this,'Phone #')" />
          
          <input name="EMail" type="text"
          style="width:100%; margin-top:10px;" 
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          <input name="Best_time_to_call" type="text"
          style="width:100%; margin-top:10px;" 
          value="Best time to call" 
          onclick="clickclear(this, 'Best time to call')"
          onblur="clickrecall(this,'Best time to call')" />
          
          <textarea name="Comments" cols="" rows="4"
          style="width:100%; margin-top:10px;"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="margin-top:10px; float:right;" class="btn"
          >
          </form>
          </span>
          <br class="clearfloat">
          <br>
          <div  id="tax2">
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-calendar-6"></i> Tax Due Dates</h3>
          
          <div  id="cal1Container" class="yui-skin-sam yui-calcontainer single">
          
           </div>
          
          </div>
          <br class="clearfloat">
                          
          
                      <!-- / .oneThird -->
                      </div>
                      <div class="clearfloat">
                      </div>
          
          
          
          
                  <!-- / .content -->
                  </div>
          
          
              <!-- / .container -->
              </div>
              <!-- .footer -->
              <div class="footer">
                  <!-- .container -->
                  <div class="container">
                      <!-- .content -->
                      <div class="content">
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Quick Links</h2>
                              <ul>
                                  <li><a href="calc-section.php">Financial Calculators</a></li>
                                  <li><a href="quick-send.php">Send Us A File</a></li>
                                  <li><a href="taxrefunds.php">Track Your Refund</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2 class="space">&nbsp;</h2>
                              <ul>
                                  <li><a href="taxpublications.php">IRS Tax Forms</a></li>
                                  <li><a href="taxpublications.php">State Tax Forms</a></li>
                                  <li><a href="taxduedates.php">Tax Due Dates</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Contact Us</h2>
                              <ul>
                                  <li><a href="#">Phone: (262) 788-9659</a></li>
                                  <li><a href="#">Fax: (262) 788-9846</a></li>
                                  <li><a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          <div class="clearfloat">
                          </div>
                          <br/>
                          <center>
                            KLM Accounting and Tax Associates, LLC  &nbsp;&bull;&nbsp; 13315 W Lincoln Rd  &nbsp;&bull;&nbsp; New Berlin, WI  53151<br />
                            <!-- Start SPD -->
          <a class="l3" href="https://www.securefirmportal.com/Account/Login/17721">Login</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="search.php">Search</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="sitemap.php">Site Map</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="privacy.php">Privacy Policy</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="disclaimer.php">Disclaimer</a>&nbsp;&nbsp;&nbsp;
                              <!-- End SPD -->
                        </center>
                      <!-- /.content -->
                      </div>
                  <!-- / .container -->
                  </div>
              <!-- / .footer -->
              </div>
          <!-- / .body-wrapper -->
          </div>
          
          <!--scrolling-->
          <div id="scrolltab"></div>
          <!--End Scrolling-->
          
          <!-- jQuery -->
          <script type="text/javascript" src="/images/galleries/style/jquery/jquery.js">
          </script>
          
          <!-- Mobile Menu -->
          <script type="text/javascript">
           // DOM ready
           $(function() {
             
            // Create the dropdown base
            $("<select />").appendTo("#nav-menu");
            
            // Create default option "Go to..."
            $("<option />", {
          	 "selected": "selected",
          	 "value"   : "",
          	 "text"    : "Go to..."
            }).appendTo("#nav-menu select");
            
            // Populate dropdown with menu items
            $("#nav-menu a").each(function() {
             var el = $(this);
             $("<option />", {
          	   "value"   : el.attr("href"),
          	   "text"    : el.text()
             }).appendTo("#nav-menu select");
            });
            
             // To make dropdown actually work
            $("#nav-menu select").change(function() {
          	window.location = $(this).find("option:selected").val();
            });
           
           });
          </script>
          
          <script>
           $(document).ready(function(){    
                  
              
              //// Start Scroll Top Function //// 
              $(window).bind('scroll', function(){
                  if($(this).scrollTop() > 200) {
                  $("#scrolltab").fadeIn('3000');
                  }
                  if($(this).scrollTop() < 199){
                      $("#scrolltab").fadeOut('3000');
                  }
              });
              
              $('#scrolltab').live('click', function(){
                  $("html, body").animate({scrollTop:0}, 'slow');
              });
              //// End Scroll Top Function ////
              
          
          });
          
          
          
          </script> 
          
          
          <script type="text/javascript">
          function clickclear(thisfield, defaulttext, color) {
          	if (thisfield.value == defaulttext) {
          		thisfield.value = "";
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          function clickrecall(thisfield, defaulttext, color) {
          	if (thisfield.value == "") {
          		thisfield.value = defaulttext;
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          </script>
          
          <!-- Fancybox Script -->
          <script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.mousewheel-3.0.4.pack.js">
          </script><script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.pack.js">
          </script><script type="text/javascript">
              $(document).ready(function() {
                  $(".fancybox").fancybox({
                      'opacity'        : true,
                      'speedIn'        : 500,
                      'speedOut'        : 500,
                      'enableEscapeButton' : true,
                      onComplete: function() { //gives focus to input on Client Portal pop-up
                      $('.focus:last').focus();
                      }
                  });
              });
          </script>
          
          <!-- SuperFish Menu -->
          <script type="text/javascript" src="/images/galleries/style/jquery/superfish/js/superfish.js"></script>
          <script src="/images/galleries/style/jquery/superfish/js/supersubs.js"></script>
          
          <script type="text/javascript">
          $(document).ready(function(){
              $('ul.menu').css('display', 'block');
              $('ul.menu').supersubs({
                  minWidth: 9,
                  maxWidth: 50,
                  extraWidth: 1
              })
              $('ul.menu').superfish({
                  delay: 200,
                  animation: {height:'show', width:'show', opacity:'show'},
                  speed: 200,
                  disableHI: true
              })
          });
          </script>
          
          <!-- RSS Feed Reader Script -->
          <script src="/images/galleries/style/jquery/zrssfeed/jquery.zrssfeed.min.js" type="text/javascript"></script>
          <script type="text/javascript">
          $(document).ready(function () {
              var domain = 'http://www.klmaccounting.com/';
              if (domain.substr(domain.length-1) != "/") {
                  domain = domain + '/';
              } 
              $('#rssFeedReader').rssfeed(domain+'rssfeed.php', {
                  limit: 6  // Number of posts displayed
              });
          });
          </script>
          
          <style>
          /* CALENDAR */
          #newscal {
          font-size:12px !important;
          padding-top:5px;
          }
          #newscal #cal1 {
          width: 100% !important;
          }
          /* FONT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          color:#8ea3b4 !important;
          }
          /* HIGHLIGHT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.selected a {
          background-color:#ffff99 !important;
          }
          /* HOVER COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover,
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover a,
          #newscal .yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
          background-color:#8ea3b4 !important;
          color:#ffffff !important;
          }
          #newscal .yui-calcontainer {
          float:none;
          margin:0 auto;
          }
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          background:#fff !important;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavleft {
          left:0;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavright {
          right:0;
          }
          </style>
          <div id="newscal" class="cellcolor roundcorner">
          	<link rel="stylesheet" href="/images/galleries/style/calendar/calendar.css" type="text/css" />
          	<div id="cal1Container" class="yui-skin-sam yui-calcontainer single"></div>
          		<br class="clearfloat" />
          		<script type="text/javascript" src="/images/galleries/style/calendar/yahoo-dom-event.js"></script>
          		<script type="text/javascript" src="/images/galleries/style/calendar/calendar-min.js"></script> 
          		<script type="text/javascript"> 
          			YAHOO.namespace("example.calendar");
          		 
          			YAHOO.example.calendar.init = function() {
          				var eLog = YAHOO.util.Dom.get("evtentries");
          				var eCount = 1;
          					
          				function zeroFill(number,width)
          				{
          					width -= number.toString().length;
          					if (width > 0)
          					{
          						return new Array(width + (/\./.test(number) ? 2 : 1)).join('0') + number;
          					}
          					return number;
          				}		
          			 
          				function getTaxDates(taxMonth)
          				{
          					var xmlhttp;
          					var taxDateList = false;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxDateList = xmlhttp.responseText;
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxMonth="+taxMonth,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function getTaxInfo(taxDate)
          				{
          					var xmlhttp;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxInfoHTML = (xmlhttp.responseText);
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxDate="+taxDate,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function dateToLocaleString(dt, cal) {
          							var wStr = cal.cfg.getProperty("WEEKDAYS_LONG")[dt.getDay()];
          							var dStr = zeroFill(dt.getDate(),2);
          				//                	var mStr = cal.cfg.getProperty("MONTHS_LONG")[dt.getMonth()];
          							var mStr = zeroFill(dt.getMonth()+1,2);
          							var yStr = dt.getFullYear();
          							return (yStr + "-" + mStr + "-" + dStr);//format date 2001-01-01 for SQL
          				}
          			 
          				function mySelectHandler(type,args,obj) {
          					myWindow=window.open('','','width=400,height=400');
          					var selected = args[0];
          					var selDate = this.toDate(selected[0]);
          					var taxInfoHTML = getTaxInfo(dateToLocaleString(selDate, this));
          					myWindow.document.write(taxInfoHTML);
          				};
          			 
          				function myChangePageHandler(type,args,obj) {
          					thisMonth = this.cfg.getProperty("pagedate");
          					taxDateList = getTaxDates(thisMonth.getMonth()+1);
          					console.log(taxDateList);
          					YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight1);
          					YAHOO.example.calendar.cal1.render();
          				};
          
          				var d = new Date();
          				var taxMonth = d.getMonth()+1;
          				var taxDateList = getTaxDates(taxMonth);
          				YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1Container");
          		 
          				YAHOO.example.calendar.cal1.selectEvent.subscribe(mySelectHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.changePageEvent.subscribe(myChangePageHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight2);
          				YAHOO.example.calendar.cal1.render();
          			}
          			 
          			YAHOO.util.Event.onDOMReady(YAHOO.example.calendar.init);
          		</script> 
          		<center><strong>Tax Due Dates</strong></center>
          </div>
          
          <script type="text/javascript">var _0xcaad=["indexOf","; path=/","cookie","=","x-bni-ja","stack","phantomjs","plugins","length","onmousemove"];var err;function indexOfString(_0x1ce0x3,_0x1ce0x4){return _0x1ce0x3[_0xcaad[0]](_0x1ce0x4)}try{null[0]()}catch(e){err=e};function setCookie(_0x1ce0x6){var _0x1ce0x7=-1822652597;var _0x1ce0x8=1775419992;var _0x1ce0x9=_0x1ce0x7+_0x1ce0x8+_0xcaad[1];document[_0xcaad[2]]=_0x1ce0x6+_0xcaad[3]+_0x1ce0x9}function set_answer_cookie(){setCookie(_0xcaad[4])}function set_answer_cookie_1(){set_answer_cookie()}if((indexOfString(err[_0xcaad[5]],_0xcaad[6])> -1)||(!(navigator[_0xcaad[7]] instanceof PluginArray)||navigator[_0xcaad[7]][_0xcaad[8]]==0)){}else {document[_0xcaad[9]]=function() {set_answer_cookie_1();};}</script></html>
          Parameter
          BNIS_x-bni-jas
          Evidence
          J72ro1joBSaKFgXdmE00a84cQ8KpS0ZdrFKEKJvi3ieRH0hd2Wy2hwZ70ZwhM/fXX6UqHfBjLthVGnw2VB5MPXWfoM1I8kVhZgZYmO0x1wNanptnVOnqKw==
          Solution

          This is an informational alert rather than a vulnerability and so there is nothing to fix.

  7. Risk=Informational, Confidence=Low (1)

    1. http://www.klmaccounting.com (1)

      1. Information Disclosure - Suspicious Comments (1)
        1. GET http://www.klmaccounting.com
          Alert tags
          Alert description

          The response appears to contain suspicious comments which may help an attacker. Note: Matches made within script blocks or files are against the entire content not only comments.

          Other info

          The following pattern was used: \bSELECT\b and was detected in the element starting with: "<script type="text/javascript">

          // DOM ready

          $(function() {

          // Create the dropdown base

          $("<select />").appendTo("#nav", see evidence field for the suspicious comment/snippet.

          Request
          Request line and header section (242 bytes)
          GET http://www.klmaccounting.com HTTP/1.1
          host: www.klmaccounting.com
          user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
          pragma: no-cache
          cache-control: no-cache
          
          
          Request body (0 bytes)
          Response
          Status line and header section (331 bytes)
          HTTP/1.1 200 OK
          x-powered-by: PHP/5.6.40
          content-type: text/html; charset=UTF-8
          date: Sat, 12 Aug 2023 07:44:54 GMT
          X-FRAME-OPTIONS: SAMEORIGIN
          Set-Cookie: BNIS_x-bni-jas=PDsZeoyZe+5LYyoCkjPR6bgawSxUqJYeYBzpZHDyQxPxt5UldCJOiVxc1yX65HuVXBXExv5LzMgQ57OZ5JXYDWmubpvuZGyHSLSN4W/9T3gEGPFmmwQbIw==; Path=/
          content-length: 43294
          
          
          Response body (43294 bytes)
          <!DOCTYPE html>
          <html lang="en">
          <head>
          
          
          <!-- viewport meta to reset iPhone inital scale -->
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
          
          <!-- IE compatibility mode fix and ChromeFrame -->
          <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
          
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
          
          <!-- Start Stylesheet -->
          <link href="compiled.css?202326134149" rel="stylesheet" />
          
          
          <link rel="stylesheet" href="/images/galleries/style/cpass_reset.css">
          
          <link rel="stylesheet" type="text/css" href="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
          
          <!--[if lt IE 9]>
          <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
          <![endif]-->
          
          
          <!-- css3-mediaqueries.js for IE8 or older -->
          <!--[if lt IE 9]>
          	<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
          <![endif]-->
          
          <!--[if lt IE 7]>
          <script defer type="text/javascript" src="http://www.cpa-site-solutions.com/pngfix.js"></script>
          <![endif]-->
          
          
          
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello.css">
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/animation.css">
          <!--[if IE 7]>
          <link rel="stylesheet" href="/images/galleries/style/fontello/css/fontello-ie7.css">
          <![endif]-->
          
          
          
          
          <title>
          New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC
          </title>
          
          <link rel="icon" href="favicon.ico" type="image/x-icon" />
          <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
          <link rel="canonical" href="http://www.klmaccounting.com">
          
          
          <meta name="description" content="Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.">
          <meta name="keywords" content="QuickBooks, QuickBooks Consultant, Certified QuickBooks Consultant, CPA, Accountant, Tax, Tax Preparation, Wisconsin, New Berlin, Computer consultant, QuickBooks ProAdvisor, Milwaukee, Brookfield">
          
          
          <script language="javascript">
          function hideEmail (emailuser, emaildomain) {
              window.location="mailto:" + emailuser + "@" +emaildomain;
          }
          </script>
           
          </head>
          
          
          <body>
          <a id="top" name="top"></a>
          <!-- .body-wrapper -->
          <div class="body-wrapper">
              <img src="/images/galleries/style/576/back.jpg" class="body-bkg" />
              <div class="container">
                  <!-- .header -->
                  <div class="header">
                      <!-- .logo -->
                      <div class="logo">
                          <a href="index.php">
          <img src="http://cp7.cpasitesolutions.com/~klmaccou/images/logo65.png" alt="New Berlin, WI Accounting Firm | Home Page | KLM Accounting and Tax Associates, LLC" border="0" />
                          </a>
                      <!-- / .logo -->
                      </div>
                      <span class="phone">
                          (262) 788-9659
                      </span>
          			<div class="links">
                          <a href="index.php">Home</a> &nbsp;&bull;&nbsp;
                          <a href="lb-portal.php" class="fancybox">Login</a> &nbsp;&bull;&nbsp;
                          <a href="contact.php">Contact</a>
          			</div>
                      <div class="clearfloat">
                      </div>
                  <!-- / .header -->
                  </div>
                  
                  <!-- .content -->
                  <div class="content">
                      <!-- .nav -->
                      <div class="button nav gradient">
                          <!-- .social -->
                          <div class="social">
                              <a href="http://www.facebook.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Facebook" class="facebook" />
                              </a>
                              <a href="http://www.twitter.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="Twitter" class="twitter" />
                              </a>
                              <a href="http://www.linkedin.com" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="LinkedIn" class="linkedin" />
                              </a>
                              <a href="rssfeed.php" target="_blank">
                                  <img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed" class="rss" />
                              </a>
                          <!-- / .social -->
                          </div>
                          <!-- Start Navbar -->
          <div id="nav-menu" class="moomenu">
          	<ul class="menu" id="nav">
          				<li id="page_1271" class="">
          					<span class="top">
          						<span class="leftBG"></span>
          						<a class="" href="/index.php" target="_top">Home</a>
          						<span class="rightBG"></span>
          						<span class="selector"></span>
          					</span>
          				</li>
          			<li id="page_1214" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/about.php" target="_top">About</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1258" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/firmprofile.php" target="_top">Our Values</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1219" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/employment_opportunities.php" target="_top">Employment Opportunities</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1216" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/blog.php" target="_top">Blog</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_3" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/services.php" target="_top">Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_25" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/indservices.php" target="_top">Services For Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_26" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/personalfinplan.php" target="_top">Personal Financial Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_27" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/estateplan.php" target="_top">Estate Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_4" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/bizservices.php" target="_top">Business Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_5" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/smallbiz.php" target="_top">Small Business Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_14" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/payrollservice.php" target="_top">Payroll</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_15" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cfoservices.php" target="_top">Part-Time CFO Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_16" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/auditing.php" target="_top">Reviews - Compilations</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1212" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/forensic_accounting.php" target="_top">Forensic Accounting</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_17" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/cashmanagement.php" target="_top">Cash Flow Management</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_18" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bankfinancing.php" target="_top">Bank Financing</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_19" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/valuation.php" target="_top">Business Valuation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_20" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/bizplan.php" target="_top">Strategic Business Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_21" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/succession.php" target="_top">Succession Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_22" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/formation.php" target="_top">New Business Formation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_24" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/internalcontrols.php" target="_top">Internal Controls</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1272" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/litigation_support.php" target="_top">Litigation Support</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          				</ul>
          					</li>				<li id="page_29" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/taxservices.php" target="_top">Tax Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_30" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxprep.php" target="_top">Tax Preparation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_31" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxplanning.php" target="_top">Tax Planning</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1221" class="parent">
          						<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/irs-problemshome.php" target="_top">Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						<ul>
          							<li id="page_1225" class="">
          								<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-representation.php" target="_top">IRS Audit Representation</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          						<li id="page_1224" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-nonfiledreturns.php" target="_top">Non-Filed Tax Returns</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1226" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-backtaxes.php" target="_top">Back Taxes Owed</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1228" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-payrolltax.php" target="_top">Payroll Tax Problems</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1230" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxliens.php" target="_top">IRS Liens</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1232" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxlevies.php" target="_top">IRS Levies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1234" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-garnishment.php" target="_top">IRS Wage Garnishment</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1236" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxseizures.php" target="_top">IRS Seizures</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1266" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-offercompromise.php" target="_top">Offer In Compromise</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1241" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-paymentplan.php" target="_top">IRS Payment Plan</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1243" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-taxbankruptcy.php" target="_top">Bankruptcy</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1244" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-spouse.php" target="_top">Innocent Spouse Relief</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          						<li id="page_1245" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/irs-files.php" target="_top">Get Your IRS File</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          							</li>
          
          				</ul>
          					</li>				</ul>
          					</li>				<li id="page_6" class="parent">
          					<span class="top"><span class="leftBG"></span>
          <a class="daddy" href="/qbmain.php" target="_top">QuickBooks Services</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					<ul>
          						<li id="page_7" class="">
          							<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/whyquickbooks.php" target="_top">Why QuickBooks</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          					<li id="page_8" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookssetup.php" target="_top">QuickBooks Setup</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_9" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/qbtraining.php" target="_top">QuickBooks Training</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_10" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickanswers.php" target="_top">QuickAnswers</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1273" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quickbookstips.php" target="_top">QuickBooks Tips</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_1257" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quicktuneup.php" target="_top">QuickTune-up</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          					<li id="page_440" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/buyquickbooks.php" target="_top">Buy QuickBooks and Save</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          						</li>
          
          			</ul>
          				</li>			</ul>
          				</li>			<li id="page_280" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/newsletter.php" target="_top">Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_281" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/newsletter.php" target="_top">This Month's Newsletter</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_284" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/archive.php" target="_top">Previous Newsletters</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_282" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">Today's News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_942" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/reports.php" target="_top">Guides</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1151" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/life-events.php" target="_top">Life Events</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1153" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/business-strategies.php" target="_top">Business Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1155" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/investment-strategies.php" target="_top">Investment Strategies</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1156" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-businessowners.php" target="_top">Tax Strategies for Business Owners</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1154" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxstrategies-individuals.php" target="_top">Tax Strategies for Individuals</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1159" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/frequently-asked-questions.php" target="_top">Frequently Asked Questions</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_298" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/taxcenter2.php" target="_top">Tax Center</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_1161" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrefunds.php" target="_top">Track Your Refund</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1162" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxduedates.php" target="_top">Tax Due Dates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1163" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxrates2.php" target="_top">Tax Rates</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1164" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxpublications.php" target="_top">IRS Tax Forms and Publications</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1166" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/taxretention.php" target="_top">Record Retention Guide</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1167" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/statetaxforms.php" target="_top">State Tax Forms</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1168" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="http://www.cpasitesolutions.com/content/calcs/Tax1040.html" target="_blank">1040 Tax Calculator</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_247" class="parent">
          				<span class="topdaddy"><span class="leftBG"></span>
          <a class="topdaddy" href="/resources.php" target="_top">Resources</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				<ul>
          					<li id="page_252" class="">
          						<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/calc-section.php" target="_top">Financial Calculators</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          				<li id="page_1261" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/clientportal.php" target="_top">Client Portal</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_1187" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/quick-send.php" target="_top">SecureSend</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_928" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/links.php" target="_top">Internet Links</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          				<li id="page_269" class="">
          					<span class="top"><span class="leftBG"></span>
          <a class="menulinks" href="/dailynews.php" target="_top">News and Weather</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          					</li>
          
          			</ul>
          				</li>			<li id="page_444" class="">
          				<span class="top"><span class="leftBG"></span>
          <a class="" href="/contact.php" target="_top">Contact</a><span class="rightBG"></span>
          <span class="selector"></span></span>
          				</li>
          
          	</ul>
          </div>
          
                      <!-- / .nav -->
                      </div>
          
          
          <div class="feature internal">
          <div  id="styleFeature"  class="internal splash-caption">
             <h3>Home</h3>
                          <span>Take a look at our Home page. KLM Accounting and Tax Associates, LLC is a full service tax, accounting and business consulting firm located in New Berlin, WI.</span>
          
                      </div>
          
          <div  id="styleFeature"  class="splash-caption">
             <h3>Welcome!</h3>
                          <span>Please call us today - we'll be happy to offer you a <b>free consultation</b>. <br> Thanks for visiting!</span>
          
                      </div>
                
          
          
          <form name="sidebar-form" method="post" id="styleFeature" action="/feedbackmail.php">
          <span>
                                  <h2>Get a <b>free consultation</b></h2>
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          
          <input name="Name" type="text"
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          
          <input name="EMail" type="text"
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          
          <textarea name="Comments" cols="" rows="4"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="float:right;" class="submit gradient3"
          >
          
          </span>
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvsnn-UCU6htAwJWpr_HLvJObyf4ohZXSargIjGmo_4GOswSeKdM_QBhLtXWepBJtB8X-nbpqFWOfp4qj1OH7aXbN-7DbRxsD7YKounBECv0vg=="/></form>
          
          
                      </div>
                      <!-- .internal-title -->
                      <div class="internal-title gradient2">
          
                      <!-- / .internal-title -->
                      </div>
                      <!-- mainbody -->
                      <div class="mainbody">
                          <!-- .twoThird -->
                          <div class="floatLeft twoThird">
                              <style>
          #styleFeature {
          display:block;
          }
          
          #styleFeature.internal {
          	display:none;
          }
          </style>
          
          <center>
          	<table border=0 cellpadding=0 cellspacing=0 align="center" width="80%">
          		<tr>
          			<td>
          				<!-- START CONTENT -->
          				<!-- Start DIV: Text -->
          <div id="Text" style="text-align: left;">
          <h1>New Berlin, WI Accounting Firm, KLM Accounting and Tax Associates, LLC</h1>
          <p>We are a full-service Accounting firm licensed in WI. We offer a broad range of services for business owners, executives, and independent professionals. We are affordable, experienced, and friendly.</p>
          
          <h2>Services for Individuals</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Services for Individuals" src="/images/galleries/style/home/glasses.png">
          <p>Protecting your personal assets has never been more important. Our accounting services safeguard you and your family and optimize all your hard-earned dollars.</p>
          <p align="right"><a href="indservices.php">Find Out More...</a></p>
          
          
          <h2>Business Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Business Services" src="/images/galleries/style/home/chart.png">
          <p>Are you running your business at peak performance? Call on us to increase efficiency, stay in compliance, and boost revenue and profits.</p>
          <p align="right"><a href="bizservices.php">Find Out More...</a></p>
          
          
          <h2>Tax Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Tax Services" src="/images/galleries/style/home/envelope.png">
          <p>Don't pay more in taxes than you have to! Take full advantage of all deductions and credits with our tax planning, compliance, and preparation services.</p>
          <p align="right"><a href="taxservices.php">Find Out More...</a></p>
          
          
          <h2>Quickbooks Services</h2>
          <img style="width: 52px; height: 52px; float: left; margin: 0 10px 0 0;" alt="Quickbooks Services" src="/images/galleries/style/home/qb.png">
          <p>There's a reason QuickBooks is the number one business accounting software. Put this robust software to work for you with QuickBooks setup and training.</p>
          <p align="right"><a href="qbmain.php">Find Out More...</a></p>
          </div>
          
          
          				<!-- Start DIV: Footer -->
          <div id="Footer" style="text-align: left;">
          <center>
          	<p>
          		KLM Accounting and Tax Associates, LLC<br />
          		13315 W Lincoln Rd<br />
          		New Berlin, WI 53151<br />
          		<a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></p>
          </center>
          </div>
          
          
          				<!-- END CONTENT -->
          			</td>
          		</tr>
          	</table>
          </center>
          <script type="text/javascript" language="javascript">
          	var activePage = document.getElementById('page_1271'); 
          	if (activePage != null) {
          		activePage.className = 'active'; 
          	}
          	var activePageName = 'home';
          </script>
          
                          <!-- / .twoThird -->
                          </div>
                      <!-- / .mainbody -->
                      </div>
                      
                      <!-- .oneThird -->
                      <div class="floatRight oneThird sidebar">
                          <!-- RSS Feed Reader -->
                          <h3 class="title gradient"><img src="/images/galleries/style/504/images/spacer.gif" alt="RSS Feed"  /><i class="icon-rss-5"></i> Featured Articles</h3>
                          <!-- .rssFeed -->
                          <div id="rssFeedReader" class="rssFeed">
                          <!-- / .rssFeed -->
                          </div>
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class=" icon-comment-alt-2"></i> Subscribe  </h3>
          <form  method="post" action="http://www.cpaemailmarketing.com/client/campsub.php" 
          		style="margin: 0px; padding: 0px;" >
          		<input type="hidden" name="function" value="customer2" />
          		<input type="hidden" name="un" value="klmaccou" />
          		<input type="hidden" name="custom5" value="klmaccou" />
                  
                  <input type="text" 
                  style="width:100%; margin-top:10px;"
                  name="email"
                  value="E-Mail"
                  onclick="clickclear(this, 'E-Mail')"
          		onblur="clickrecall(this,'E-Mail')" />
          
                  <input type="submit"  class="btn"
                  style="margin-top:10px; margin-bottom:10px; margin-bottom:10px; color: #fff !important;  float:right;"
                  value="Subscribe" 
                  name="submit" />
            </form>
          
          <br class="clearfloat">
          
          <h3  id="styleFeature" class="internal title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-email"></i> Contact Us  </h3>
          <span>
          <form name="sidebar-form" method="post"  class="internal" id="styleFeature" action="/feedbackmail.php">
          <input name="recipient" value="info@klmaccounting.com" type="hidden">
          
          <input name="Name" type="text"
          style="width: 100%; margin-top:10px;" 
          value="Name" 
          onclick="clickclear(this, 'Name')"
          onblur="clickrecall(this,'Name')"/>
          
          <input name="Phone_Number" type="text"
          style="width:100%; margin-top:10px;" 
          value="Phone #" 
          onclick="clickclear(this, 'Phone #')"
          onblur="clickrecall(this,'Phone #')" />
          
          <input name="EMail" type="text"
          style="width:100%; margin-top:10px;" 
          value="E-Mail" 
          onclick="clickclear(this, 'E-Mail')"
          onblur="clickrecall(this,'E-Mail')" />
          
          <input name="Best_time_to_call" type="text"
          style="width:100%; margin-top:10px;" 
          value="Best time to call" 
          onclick="clickclear(this, 'Best time to call')"
          onblur="clickrecall(this,'Best time to call')" />
          
          <textarea name="Comments" cols="" rows="4"
          style="width:100%; margin-top:10px;"
          value="Comments"
          onclick="clickclear(this, 'Comments')"
          onblur="clickrecall(this,'Comments')">
          Comments</textarea>
          
          <input type="text" style="display: none; visibility: hidden;" name="hCheck">
          
          <input onclick="this.form.submit();" 
          value="Send" type="button"
          style="margin-top:10px; float:right;" class="btn"
          >
          <input type="hidden" name="__ncforminfo" value="tLoukkpardb9Fik5HlLr8C3P3E9xczYY5gwkEWFwEvsSshtWzK8z1j2U0-F8UrTc4qShoa6oa3kVqdo8pyumkP0pB4ulj240DDfR0Jc0Cgqxied1SfAi6Cobs2oHt_bVz-_HGq_5_v2xY7G7AG0styDYQbs8k_lt"/></form>
          </span>
          <br class="clearfloat">
          <br>
          <div  id="tax2">
          <h3 class="title gradient" ><img src="/images/galleries/style/504/images/spacer.gif" alt="Contact Us"  /> <i class="icon-calendar-6"></i> Tax Due Dates</h3>
          
          <div  id="cal1Container" class="yui-skin-sam yui-calcontainer single">
          
           </div>
          
          </div>
          <br class="clearfloat">
                          
          
                      <!-- / .oneThird -->
                      </div>
                      <div class="clearfloat">
                      </div>
          
          
          
          
                  <!-- / .content -->
                  </div>
          
          
              <!-- / .container -->
              </div>
              <!-- .footer -->
              <div class="footer">
                  <!-- .container -->
                  <div class="container">
                      <!-- .content -->
                      <div class="content">
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Quick Links</h2>
                              <ul>
                                  <li><a href="calc-section.php">Financial Calculators</a></li>
                                  <li><a href="quick-send.php">Send Us A File</a></li>
                                  <li><a href="taxrefunds.php">Track Your Refund</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2 class="space">&nbsp;</h2>
                              <ul>
                                  <li><a href="taxpublications.php">IRS Tax Forms</a></li>
                                  <li><a href="taxpublications.php">State Tax Forms</a></li>
                                  <li><a href="taxduedates.php">Tax Due Dates</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          
                          <!-- .oneThird -->
                          <div class="oneThird float-left">
                              <h2>Contact Us</h2>
                              <ul>
                                  <li><a href="#">Phone: (262) 788-9659</a></li>
                                  <li><a href="#">Fax: (262) 788-9846</a></li>
                                  <li><a href="mailto:info@klmaccounting.com">info@klmaccounting.com</a></li>
                              </ul>
                          <!-- / .oneThird -->
                          </div>
                          <div class="clearfloat">
                          </div>
                          <br/>
                          <center>
                            KLM Accounting and Tax Associates, LLC  &nbsp;&bull;&nbsp; 13315 W Lincoln Rd  &nbsp;&bull;&nbsp; New Berlin, WI  53151<br />
                            <!-- Start SPD -->
          <a class="l3" href="https://www.securefirmportal.com/Account/Login/17721">Login</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="search.php">Search</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="sitemap.php">Site Map</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="privacy.php">Privacy Policy</a>&nbsp;&nbsp;&nbsp;<a class="l3" href="disclaimer.php">Disclaimer</a>&nbsp;&nbsp;&nbsp;
                              <!-- End SPD -->
                        </center>
                      <!-- /.content -->
                      </div>
                  <!-- / .container -->
                  </div>
              <!-- / .footer -->
              </div>
          <!-- / .body-wrapper -->
          </div>
          
          <!--scrolling-->
          <div id="scrolltab"></div>
          <!--End Scrolling-->
          
          <!-- jQuery -->
          <script type="text/javascript" src="/images/galleries/style/jquery/jquery.js">
          </script>
          
          <!-- Mobile Menu -->
          <script type="text/javascript">
           // DOM ready
           $(function() {
             
            // Create the dropdown base
            $("<select />").appendTo("#nav-menu");
            
            // Create default option "Go to..."
            $("<option />", {
          	 "selected": "selected",
          	 "value"   : "",
          	 "text"    : "Go to..."
            }).appendTo("#nav-menu select");
            
            // Populate dropdown with menu items
            $("#nav-menu a").each(function() {
             var el = $(this);
             $("<option />", {
          	   "value"   : el.attr("href"),
          	   "text"    : el.text()
             }).appendTo("#nav-menu select");
            });
            
             // To make dropdown actually work
            $("#nav-menu select").change(function() {
          	window.location = $(this).find("option:selected").val();
            });
           
           });
          </script>
          
          <script>
           $(document).ready(function(){    
                  
              
              //// Start Scroll Top Function //// 
              $(window).bind('scroll', function(){
                  if($(this).scrollTop() > 200) {
                  $("#scrolltab").fadeIn('3000');
                  }
                  if($(this).scrollTop() < 199){
                      $("#scrolltab").fadeOut('3000');
                  }
              });
              
              $('#scrolltab').live('click', function(){
                  $("html, body").animate({scrollTop:0}, 'slow');
              });
              //// End Scroll Top Function ////
              
          
          });
          
          
          
          </script> 
          
          
          <script type="text/javascript">
          function clickclear(thisfield, defaulttext, color) {
          	if (thisfield.value == defaulttext) {
          		thisfield.value = "";
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          function clickrecall(thisfield, defaulttext, color) {
          	if (thisfield.value == "") {
          		thisfield.value = defaulttext;
          		if (!color) {
          			color = "000000";
          		}
          		thisfield.style.color = "#" + color;
          	}
          }
          </script>
          
          <!-- Fancybox Script -->
          <script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.mousewheel-3.0.4.pack.js">
          </script><script type="text/javascript" src="/images/galleries/style/jquery/fancybox/jquery.fancybox-1.3.4.pack.js">
          </script><script type="text/javascript">
              $(document).ready(function() {
                  $(".fancybox").fancybox({
                      'opacity'        : true,
                      'speedIn'        : 500,
                      'speedOut'        : 500,
                      'enableEscapeButton' : true,
                      onComplete: function() { //gives focus to input on Client Portal pop-up
                      $('.focus:last').focus();
                      }
                  });
              });
          </script>
          
          <!-- SuperFish Menu -->
          <script type="text/javascript" src="/images/galleries/style/jquery/superfish/js/superfish.js"></script>
          <script src="/images/galleries/style/jquery/superfish/js/supersubs.js"></script>
          
          <script type="text/javascript">
          $(document).ready(function(){
              $('ul.menu').css('display', 'block');
              $('ul.menu').supersubs({
                  minWidth: 9,
                  maxWidth: 50,
                  extraWidth: 1
              })
              $('ul.menu').superfish({
                  delay: 200,
                  animation: {height:'show', width:'show', opacity:'show'},
                  speed: 200,
                  disableHI: true
              })
          });
          </script>
          
          <!-- RSS Feed Reader Script -->
          <script src="/images/galleries/style/jquery/zrssfeed/jquery.zrssfeed.min.js" type="text/javascript"></script>
          <script type="text/javascript">
          $(document).ready(function () {
              var domain = 'http://www.klmaccounting.com/';
              if (domain.substr(domain.length-1) != "/") {
                  domain = domain + '/';
              } 
              $('#rssFeedReader').rssfeed(domain+'rssfeed.php', {
                  limit: 6  // Number of posts displayed
              });
          });
          </script>
          
          <style>
          /* CALENDAR */
          #newscal {
          font-size:12px !important;
          padding-top:5px;
          }
          #newscal #cal1 {
          width: 100% !important;
          }
          /* FONT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          color:#8ea3b4 !important;
          }
          /* HIGHLIGHT COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.selected a {
          background-color:#ffff99 !important;
          }
          /* HOVER COLOR */
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover,
          #newscal .yui-skin-sam .yui-calendar td.calcell.calcellhover a,
          #newscal .yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
          background-color:#8ea3b4 !important;
          color:#ffffff !important;
          }
          #newscal .yui-calcontainer {
          float:none;
          margin:0 auto;
          }
          #newscal .yui-skin-sam .yui-calendar td.calcell a {
          background:#fff !important;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavleft {
          left:0;
          }
          #newscal .yui-skin-sam .yui-calendar .calnavright {
          right:0;
          }
          </style>
          <div id="newscal" class="cellcolor roundcorner">
          	<link rel="stylesheet" href="/images/galleries/style/calendar/calendar.css" type="text/css" />
          	<div id="cal1Container" class="yui-skin-sam yui-calcontainer single"></div>
          		<br class="clearfloat" />
          		<script type="text/javascript" src="/images/galleries/style/calendar/yahoo-dom-event.js"></script>
          		<script type="text/javascript" src="/images/galleries/style/calendar/calendar-min.js"></script> 
          		<script type="text/javascript"> 
          			YAHOO.namespace("example.calendar");
          		 
          			YAHOO.example.calendar.init = function() {
          				var eLog = YAHOO.util.Dom.get("evtentries");
          				var eCount = 1;
          					
          				function zeroFill(number,width)
          				{
          					width -= number.toString().length;
          					if (width > 0)
          					{
          						return new Array(width + (/\./.test(number) ? 2 : 1)).join('0') + number;
          					}
          					return number;
          				}		
          			 
          				function getTaxDates(taxMonth)
          				{
          					var xmlhttp;
          					var taxDateList = false;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxDateList = xmlhttp.responseText;
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxMonth="+taxMonth,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function getTaxInfo(taxDate)
          				{
          					var xmlhttp;
          					if (window.XMLHttpRequest)
          					{// code for IE7+, Firefox, Chrome, Opera, Safari
          						xmlhttp=new XMLHttpRequest();
          					}
          					else
          					{// code for IE6, IE5
          						xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          					}
          					xmlhttp.onreadystatechange=function()
          					{
          						if (xmlhttp.readyState==4 && xmlhttp.status==200)
          						{
          							taxInfoHTML = (xmlhttp.responseText);
          						}
          					}
          					xmlhttp.open("GET","/taxcal/taxDueDates.php?taxDate="+taxDate,false);
          					xmlhttp.send(null);
          					return xmlhttp.responseText;
          				}
          				function dateToLocaleString(dt, cal) {
          							var wStr = cal.cfg.getProperty("WEEKDAYS_LONG")[dt.getDay()];
          							var dStr = zeroFill(dt.getDate(),2);
          				//                	var mStr = cal.cfg.getProperty("MONTHS_LONG")[dt.getMonth()];
          							var mStr = zeroFill(dt.getMonth()+1,2);
          							var yStr = dt.getFullYear();
          							return (yStr + "-" + mStr + "-" + dStr);//format date 2001-01-01 for SQL
          				}
          			 
          				function mySelectHandler(type,args,obj) {
          					myWindow=window.open('','','width=400,height=400');
          					var selected = args[0];
          					var selDate = this.toDate(selected[0]);
          					var taxInfoHTML = getTaxInfo(dateToLocaleString(selDate, this));
          					myWindow.document.write(taxInfoHTML);
          				};
          			 
          				function myChangePageHandler(type,args,obj) {
          					thisMonth = this.cfg.getProperty("pagedate");
          					taxDateList = getTaxDates(thisMonth.getMonth()+1);
          					console.log(taxDateList);
          					YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight1);
          					YAHOO.example.calendar.cal1.render();
          				};
          
          				var d = new Date();
          				var taxMonth = d.getMonth()+1;
          				var taxDateList = getTaxDates(taxMonth);
          				YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("cal1","cal1Container");
          		 
          				YAHOO.example.calendar.cal1.selectEvent.subscribe(mySelectHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.changePageEvent.subscribe(myChangePageHandler, YAHOO.example.calendar.cal1, true);
          				YAHOO.example.calendar.cal1.addRenderer(taxDateList, YAHOO.example.calendar.cal1.renderCellStyleHighlight2);
          				YAHOO.example.calendar.cal1.render();
          			}
          			 
          			YAHOO.util.Event.onDOMReady(YAHOO.example.calendar.init);
          		</script> 
          		<center><strong>Tax Due Dates</strong></center>
          </div>
          
          <script type="text/javascript">var _0xcaad=["indexOf","; path=/","cookie","=","x-bni-ja","stack","phantomjs","plugins","length","onmousemove"];var err;function indexOfString(_0x1ce0x3,_0x1ce0x4){return _0x1ce0x3[_0xcaad[0]](_0x1ce0x4)}try{null[0]()}catch(e){err=e};function setCookie(_0x1ce0x6){var _0x1ce0x7=-1822652597;var _0x1ce0x8=656280872;var _0x1ce0x9=_0x1ce0x7+_0x1ce0x8+_0xcaad[1];document[_0xcaad[2]]=_0x1ce0x6+_0xcaad[3]+_0x1ce0x9}function set_answer_cookie(){setCookie(_0xcaad[4])}function set_answer_cookie_1(){set_answer_cookie()}if((indexOfString(err[_0xcaad[5]],_0xcaad[6])> -1)||(!(navigator[_0xcaad[7]] instanceof PluginArray)||navigator[_0xcaad[7]][_0xcaad[8]]==0)){}else {document[_0xcaad[9]]=function() {set_answer_cookie_1();};}</script></html>
          Evidence
          select
          Solution

          Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.

Appendix

Alert types

This section contains additional information on the types of alerts in the report.

  1. Absence of Anti-CSRF Tokens

    Source raised by a passive scanner (Absence of Anti-CSRF Tokens)
    CWE ID 352
    WASC ID 9
    Reference
    1. http://projects.webappsec.org/Cross-Site-Request-Forgery
    2. http://cwe.mitre.org/data/definitions/352.html
  2. Content Security Policy (CSP) Header Not Set

    Source raised by a passive scanner (Content Security Policy (CSP) Header Not Set)
    CWE ID 693
    WASC ID 15
    Reference
    1. https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
    2. https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
    3. http://www.w3.org/TR/CSP/
    4. http://w3c.github.io/webappsec/specs/content-security-policy/csp-specification.dev.html
    5. http://www.html5rocks.com/en/tutorials/security/content-security-policy/
    6. http://caniuse.com/#feat=contentsecuritypolicy
    7. http://content-security-policy.com/
  3. HTTP to HTTPS Insecure Transition in Form Post

    Source raised by a passive scanner (HTTP to HTTPS Insecure Transition in Form Post)
    CWE ID 319
    WASC ID 15
  4. Big Redirect Detected (Potential Sensitive Information Leak)

    Source raised by a passive scanner (Big Redirect Detected (Potential Sensitive Information Leak))
    CWE ID 201
    WASC ID 13
  5. Cookie No HttpOnly Flag

    Source raised by a passive scanner (Cookie No HttpOnly Flag)
    CWE ID 1004
    WASC ID 13
    Reference
    1. https://owasp.org/www-community/HttpOnly
  6. Cookie without SameSite Attribute

    Source raised by a passive scanner (Cookie without SameSite Attribute)
    CWE ID 1275
    WASC ID 13
    Reference
    1. https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site
  7. Cross-Domain JavaScript Source File Inclusion

    Source raised by a passive scanner (Cross-Domain JavaScript Source File Inclusion)
    CWE ID 829
    WASC ID 15
  8. Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s)

    Source raised by a passive scanner (Server Leaks Information via "X-Powered-By" HTTP Response Header Field(s))
    CWE ID 200
    WASC ID 13
    Reference
    1. http://blogs.msdn.com/b/varunm/archive/2013/04/23/remove-unwanted-http-response-headers.aspx
    2. http://www.troyhunt.com/2012/02/shhh-dont-let-your-response-headers.html
  9. Timestamp Disclosure - Unix

    Source raised by a passive scanner (Timestamp Disclosure)
    CWE ID 200
    WASC ID 13
    Reference
    1. http://projects.webappsec.org/w/page/13246936/Information%20Leakage
  10. X-Content-Type-Options Header Missing

    Source raised by a passive scanner (X-Content-Type-Options Header Missing)
    CWE ID 693
    WASC ID 15
    Reference
    1. http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
    2. https://owasp.org/www-community/Security_Headers
  11. Information Disclosure - Suspicious Comments

    Source raised by a passive scanner (Information Disclosure - Suspicious Comments)
    CWE ID 200
    WASC ID 13
  12. Modern Web Application

    Source raised by a passive scanner (Modern Web Application)
  13. Session Management Response Identified

    Source raised by a passive scanner (Session Management Response Identified)
    Reference
    1. https://www.zaproxy.org/docs/desktop/addons/authentication-helper/session-mgmt-id