You are on page 1of 3

<!

DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>9-1 InTheLab</title>

<link rel="stylesheet" type="text/css"> <style type='text/css'> .center { text-align:center; } .taxmessage { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: center; } table { margin-left:15%; margin-right:15%; padding: 4px; } .cell-width { width: 50%; } .left-align { width: 50%; left: 0; } .right-align { width: 50%; right: 0; text-align: right; } </style>

<script type='text/javascript'> window.onload=function(){ function taxMsg() { var today = new Date(); var dayofweek = today.toLocaleString(); dayLocate = dayofweek.indexOf(" "); weekDay = dayofweek.substring(0, dayLocate); newDay = dayofweek.substring(dayLocate); dateLocate = newDay.indexOf(","); monthLocate = newDay.substring(0, dateLocate+1); yearLocate = dayofweek.indexOf("2014"); year = dayofweek.substr(yearLocate, 4);

var taxDay = new Date("April 15, 2014"); var daysToGo = taxDay.getTime()-today.getTime(); var daysToTaxDay = Math.ceil(daysToGo/(1000*60*60*24)); var displayCountDown = document.createElement("div"); displayCountDown.innerHTML = "<p style='font-size:12pt; font-family:helvetic a;'> Today is "+weekDay+" "+monthLocate +" "+year+". You have "+daysToTaxDay+" d ays to file taxes.</p>"; document.getElementById("displayTaxDay").appendChild(displayCountDown); } function scrollColor() { styleObject=document.getElementsByTagName('html')[0].style; styleObject.scrollbarFaceColor="#857040"; styleObject.scrollbarTrackColor="#f4efe9"; } scrollColor(); taxMsg(); }//]]> </script> </head> <body> <div class="center"> <p><img src="lab9-1banner.jpg" alt="lab9-1 banner" width="700" height="120"></p> <p style="font-family:Arial, Helvetica, sans-serif; font-size:16pt; font-weight: bold;">Dorin and Dodaro Accounting Firm</p> <img src="hrimg-red.gif" width="750" height="5" alt="divider"> <div id="displayTaxDay"></div> <img src="hrimg-red.gif" width="750" height="5" alt="divider"> </div> <table> <tr> <td colspan="2"> <p style="font-weight:bold; font-family:Arial, sans-serif; font-size:12pt">D orin and Dodaro </p> <p style="font-family: 'Times New Roman', Times, serif; font-size:12pt">Andr ea Dorin and Paul Dodaro are the senior partners in Florida's premiere accountin g and tax firm. Andrea began her career as a tax consultant preparer for some of Florida's fruit growers and bottlers. Her specialty in corporate taxes has won her recognition throughout the state.</p> <p style="font-family: 'Times New Roman', Times, serif; font-size:12pt">Paul Dodaro began his career as business accountant consultant. Paul's expertise and background in general ledger, income statements, and balance sheets have won hi m recognition throughout the state as a expert in preparing annual reports. Dor in and Dodaro joined forces in 2009, creating the state's largest accounting and tax firm. </p></td> </tr> <tr> <td class="right-align"><img src="lab9-1dorin.jpg" alt="Andrea Dorin"></td> <td class="left-align"><img src="lab9-1dodaro.jpg" alt="Paul Dodaro"></td> </tr> <tr> <td colspan="2"> <p style="font-weight:bold; font-family:Arial, sans-serif; font-size:12pt">M ission</p>

<p style="font-family: 'Times New Roman', Times, serif; font-size:12pt">Our miss ion is to provide the highest quality accounting and tax service to any business , large or small. Our junior accountants and tax preparers and auditors have at least five years of experience. We will sit with you through any audit with the IRS; we guarantee our work to be error free, or we will pay all penalties. </p> </td> </tr> <tr> <td colspan="2"><p style="font-weight:bold; font-family:Arial, sans-serif; font-size:12pt">Hiring</p> <p> <span style="font-family: 'Times New Roman', Times, serif; font-size:12pt ">We are in the process of expanding our business. We are in need of new account ants and tax preparers. If you are a CPA and have at least five years of experie nce in </span>accounting or tax preparation we would like to hear from you. A ma ster's degree in finance, accounting, or taxation is necessary. Visit our Employ ment Opportunities Web page for more information and to submit a resume online.< /p></td> </tr> </table> </body>

</html>

You might also like