function today(){
document.write('2010年07月30日');
}
function deliveryDate(){
document.write('2010年08月13日');
}
function before30Days(){
document.write('2010年08月29日');
}
function before42Days(){
document.write('2010年09月10日');
}
function before60Days(){
document.write('2010年09月28日');
}