function today(){
document.write('2010年03月10日');
}
function deliveryDate(){
document.write('2010年03月24日');
}
function before30Days(){
document.write('2010年04月09日');
}
function before42Days(){
document.write('2010年04月21日');
}
function before60Days(){
document.write('2010年05月09日');
}