var notice_on = false;

var pay_date = "January-3";
var ship_date1 = "January-4";
var start_date = "January-4";
var end_date = "January-11";
var ship_date2 = "January-12";

if(notice_on) {
	
document.write("<STYLE type=text/css>");
document.write("p.clarsanna_notice {FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 14px; COLOR: #000000; MARGIN-TOP: 0px;MARGIN-BOTTOM: 20px;MARGIN-LEFT: 20px;}");
document.write("</STYLE>"); 
document.write("<tr>");
document.write("  <td colspan=10 align=center><BR>");
document.write("    <table border=1 cellpadding=0 cellspacing=0 width=580 bgcolor=#FFFFFF>");
document.write("      <tr>");
document.write("        <td valign=top>");       
document.write("           <H1 class=clarsanna>Attention :</H1>");
document.write("<P class=clarsanna_notice>Seller will not be able to ship items from ");
document.write(start_date + " to " + end_date + ". All items that are "); 
document.write("completed and fully paid before " + pay_date + " at 12:00 Noon US Pacific Time will be shipped out by ");
document.write(ship_date1 + ".  Items paid for after " + pay_date + " at 12:00 Noon will be shipped on " + ship_date2 +". "); 
document.write("Thank you for your cooperation. </P> ");  
document.write("        </td>");
document.write("      </tr>");
document.write("    </table>");
document.write("  </td>");
document.write("</tr>");
}

document.write("<STYLE type=text/css>");
document.write("p.clarsanna_notice {FONT-FAMILY: Arial, Helvetica, sans-serif;FONT-SIZE: 14px; COLOR: #000000; MARGIN-TOP: 0px;MARGIN-BOTTOM: 20px;MARGIN-LEFT: 20px;}");
document.write("</STYLE>"); 
document.write("<tr>");
document.write("  <td colspan=10 align=center><BR>");
document.write("    <table border=0 cellpadding=0 cellspacing=0 width=750 bgcolor=#EEDAE4>");
document.write("      <tr>");
document.write("        <td valign=top>");       
document.write("<H2 class=clarsanna>Attention International Buyers </H2>");
document.write("<P class=\"clarsanna_indent\">Import duties, taxes, and charges are <B>not included</B> in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying.</P>");
document.write("        </td>");
document.write("      </tr>");
document.write("    </table>");
document.write("  </td>");
document.write("</tr>");
