/**
 * Sets up the top part of the page with the graphics
 *
 * @author Christine
 */
/* add the top rounded image */
document.write("<img src=\"images/top.png\" />");

/* put in the div with the background image */
document.write("<div id=\"Top\">");

/* text */
document.write("<div class=\"TopText\"><a href=\"index.html\"><h1>Christine Smit</h1></a></div>");
document.write("</div>");

/* bottom rounded image */
document.write("<img src=\"images/bottom.png\" />");

/* horizontal dark line */
document.write("<div id=\"TopLine\"></div>");

/* top rounded image for the main content */
document.write("<img src=\"images/top.png\" />");
