var notice_on = false;

var pay_date = "April-25";
var start_date = "April-26";
var end_date = "May-4";
var ship_date = "May-5";

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=600 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 + " and will not have access to email during this time. All items that are "); 
document.write("completed and fully paid before " + pay_date + " at 10:00 AM US Pacific Time will be shipped out by ");
document.write(start_date + ".  Items paid for after " + pay_date + " at 10:00 AM will be shipped on " + ship_date +". "); 
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>");