document.write('<div id="aapc_cdwidgetbox_220"><div class="widget-middle_220"><table width="250px" border="0px" align="left" cellpadding="0" cellspacing="0" id="countdowntable_220"><tr><td colspan="2" class="icd-head">Countdown to HIPAA 5010:</td></tr><tr id="countdown_header_220"><td align="left" id="ct_disp_days_220" class="days" >&nbsp;</td><td rowspan="2" valign="top"><table width="110px" border="0" cellpadding="0" cellspacing="0"><tr><td width="50" class="background1">HOURS</td><td id="ct_disp_hours_220" class="background2"></td></tr><tr><td class="background1">MINS</td><td id="ct_disp_minutes_220" class="background2"></td></tr><tr><td class="background1">SECS</td><td id="ct_disp_seconds_220" class="background2"></td></tr></table></td></tr><tr><td><span class="days1">Days</span></td></tr></table></div></div>');
var script = '';
var cssTag = document.createElement("link")

cssTag.rel = "stylesheet";
cssTag.type = "text/css";
cssTag.href = "css/layout.css";
document.getElementsByTagName("head")[0].appendChild(cssTag);
document.write("<div id='aapcCountdown'></div>");
var espan = document.createElement("span");
var aimg = document.createElement("img");
document.getElementById("aapcCountdown").appendChild(aimg);
aimg.style.height="0px";
function countdown_timer(direction,targetDate,precision,targetDay,targetHr,targetMin,targetSec){this["direction"]=direction;this["targetDate"]= new Date(targetDate);this["precision"]=precision;this["currentDate"]= new Date();this["timerInterval"];this["targetDay"]=targetDay;this["targetHr"]=targetHr;this["targetMin"]=targetMin;this["targetSec"]=targetSec;} ;countdown_timer["prototype"]["targetDate"];countdown_timer["prototype"]["precision"];countdown_timer["prototype"]["currentDate"];countdown_timer["prototype"]["direction"];countdown_timer["prototype"]["startTimer"]=function (){var cdt_instance=this;this["timerInveral"]=setInterval(function (){cdt_instance["displayTime"]();} ,this["precision"]);} ;countdown_timer["prototype"]["displayTime"]=function (){var ct_days=this["targetDay"];var ct_hours=this["targetHr"];var ct_minutes=this["targetMin"];var ct_seconds=this["targetSec"];this["currentDate"]= new Date();ct_diff=(this["targetDate"]["getTime"]()-this["currentDate"]["getTime"]())*this["direction"];ms_in_sec=1000;ms_in_min=ms_in_sec*60;ms_in_hour=ms_in_min*60;ms_in_day=ms_in_hour*24;ct_days["innerHTML"]=Math["floor"](ct_diff/ms_in_day);ct_hours["innerHTML"]=Math["floor"](((ct_diff)%ms_in_day)/ms_in_hour);ct_minutes["innerHTML"]=Math["floor"](((ct_diff%ms_in_day)%ms_in_hour)/ms_in_min);ct_seconds["innerHTML"]=Math["floor"]((((ct_diff%ms_in_day)%ms_in_hour)%ms_in_min)/ms_in_sec);} ;
cdt_obj= new countdown_timer(1,"1/1/2012",1000,document["getElementById"]("ct_disp_days_220"),document["getElementById"]("ct_disp_hours_220"),document["getElementById"]("ct_disp_minutes_220"),document["getElementById"]("ct_disp_seconds_220"));
cdt_obj["startTimer"]();



