function changeMe(hello) {
    divEl = document.getElementById("meat");
    divIn = document.getElementById("index");
    divIg = document.getElementById("tf2img");
    if (hello == 1) {
        divEl.innerHTML = '<iframe src="//www.google.com/calendar/embed?showTitle=0&amp;showNav=0&amp;showDate=0&amp;showPrint=0&amp;mode=AGENDA&amp;height=400&amp;wkst=1&amp;bgcolor=%23353535&amp;src=yelper%40gmail.com&amp;color=%23528800&amp;src=7pbn5m092j1qdf2lne1agqf3no%40group.calendar.google.com&amp;color=%23B1440E&amp;src=m584pp3gnn8vs250r3898nc0oo%40group.calendar.google.com&amp;color=%235A6986&amp;src=uw.acm.events%40gmail.com&amp;color=%23A32929&amp;ctz=America%2FLos_Angeles" style=" border-width:0 " width="300" height="400" frameborder="0" scrolling="no"></iframe>';
        divIn.innerHTML = '<a href="sarikaya-resume.pdf" target="_blank">R&eacute;sum&eacute;</a> - <a href="javascript:changeMe(0)">Back to Home</a>';
        divIg.innerHTML = '<p><br />Schedule provided by Google</p>';
    } else {
        divEl.innerHTML = 'This is a little jumping off point to crazy "relevant" sites.  You can see a beta version of <a href="http://alpertopia.com/transit/">Buses@Alpertopia</a> - feel free to peruse my <a href="http://alpertopia.com/">personal blog</a> and <a href="http://washington.facebook.com/profile.php?id=10714734">Facebook</a>.<br /><br />I am currently doing research on adiabatic quantum algorithms in the <a href="http://abstract.cs.washington.edu/~dabacon/index.php/Quantum_Computing_Theory_Group">Quantum Computing Theory Group</a> (also known as QW or Q-dub) here in the CSE department.  My honors thesis is available from <a href="http://cs.washington.edu/homes/alpers/quantum-thesis-final.pdf">here</a>.<br/><br/>I like photography (ooh, pretty quad), public transportation, and playing <a href="http://en.wikipedia.org/wiki/Team_Fortress_Classic#History">TF games</a>.';
        divIn.innerHTML = '<a href="sarikaya-resume.pdf" target="_blank">R&eacute;sum&eacute;</a> - <a href="javascript:changeMe(1)">Current Schedule</a>';
        divIg.innerHTML = '<img src="tf2.jpg" />';
    }
}