<!-- Hiding the code

function new_win()
{
var win=open("giving.htm", "giving", 'resizable=no,width=800,height=400');
}

document.write('<div class="smallfont" align="center">');
document.write('<a href= # ONCLICK="new_win();">'+'Giving to Caltech'+'</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a href="http://www.its.caltech.edu/~alumni/membership.htm">'+'Join the Association'+'</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a href="http://www.its.caltech.edu/~alumni/online_services.htm">'+'On-Line Services'+'</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a href="http://www.its.caltech.edu/%7Ealumni/programs.htm">'+'Programs'+'</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a href="http://www.its.caltech.edu/~alumni/events.htm">'+'Events'+'</a>');
document.write('<br>');
document.write('<a href="http://www.its.caltech.edu/~alumni/">'+'Alumni Association Home'+'</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a href="http://www.caltech.edu/">'+'Caltech Home'+'</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a href="http://af.caltech.edu/">'+'Alumni Fund Home'+'</a>');
document.write('</div>');
document.write('<p class="smallfont" align="center">');
document.write('Copyright © 2002 Caltech Alumni Association. All rights reserved.');
document.write('</p>');

// done hiding --> 
          
           
          
          