
function doWriteFooter(){
document.write('<b>&copy;2012 Cruise & Tour</b>');
document.write('<br/>P.O. Box 398 Waterford, WI 53185');
document.write('<br/>Local Phone: (262) 534-7300');
document.write('<br/>Nationwide: 1-800-383-3131');
document.write('<br/>Fax: (262) 514-2308');
document.write('<br/>Email: <a href="mailto:info@cruise-tour.com">info@cruise-tour.com</a>');
}

function Address(){
document.write('P.O. Box 398 Waterford, WI 53185');
}

function PhoneNumber(){
document.write('(262) 534-7300');
}

function TollFree(){
document.write('1 (800) 383-3131');
}

function FaxNumber(){
document.write('(262) 514-2308');
}
