cpHA.push(“</tr>”);
cpHA.push(“<tr>”);
cpHA.push(“<td class=’bbit-dp-mp-month’ xmonth=’3′><a href=’javascript:void(0);’>”, def.monthName[3], “</a></td><td class=’bbit-dp-mp-month bbit-dp-mp-sep’ xmonth=’9′><a href=’javascript:void(0);’>”, def.monthName[9], “</a></td><td class=’bbit-dp-mp-year’><a href=’javascript:void(0);’></a></td><td class=’bbit-dp-mp-year’><a href=’javascript:void(0);’></a></td>”);
cpHA.push(“</tr>”);
cpHA.push(“<tr>”);
cpHA.push(“<td class=’bbit-dp-mp-month’ xmonth=’4′><a href=’javascript:void(0);’>”, def.monthName[4], “</a></td><td class=’bbit-dp-mp-month bbit-dp-mp-sep’ xmonth=’10’><a href=’javascript:void(0);’>”, def.monthName[10], “</a></td><td class=’bbit-dp-mp-year’><a href=’javascript:void(0);’></a></td><td class=’bbit-dp-mp-year’><a href=’javascript:void(0);’></a></td>”);
cpHA.push(“</tr>”);
cpHA.push(“<tr>”);
cpHA.push(“<td class=’bbit-dp-mp-month’ xmonth=’5′><a href=’javascript:void(0);’>”, def.monthName[5], “</a></td><td class=’bbit-dp-mp-month bbit-dp-mp-sep’ xmonth=’11’><a href=’javascript:void(0);’>”, def.monthName[11], “</a></td><td class=’bbit-dp-mp-year’><a href=’javascript:void(0);’></a></td><td class=’bbit-dp-mp-year’><a href=’javascript:void(0);’></a></td>”);
cpHA.push(“</tr>”);
cpHA.push(“<tr class=’bbit-dp-mp-btns’>”);
cpHA.push(“<td colspan=’4′><button id=’BBIT-DP-MP-OKBTN’ class=’bbit-dp-mp-ok’>”, def.btnOk, “</button><button id=’BBIT-DP-MP-CANCELBTN’ class=’bbit-dp-mp-cancel’>”, def.btnCancel, “</button></td>”);
cpHA.push(“</tr>”);
cpHA.push(“</tbody></table>”);
cpHA.push(“</div>”);
cpHA.push(“</div>”);
var s = cpHA.join(“”);
$(document.body).append(s);
var cp = $(“#BBIT_DP_CONTAINER”);
initevents();
}
function initevents() {
//1 today btn;
$(“#BBIT-DP-TODAY”).click(returntoday);
cp.click(returnfalse);
$(“#BBIT_DP_INNER tbody”).click(tbhandler);










