<!-- hide

// -------------------------------------------------------
//  Javascript written by Jae Yoon			  
//  Copyright © 1995-2007, Jae Yoon. All rights reserved. 
//  You can copy the source but just keep the recognition 
//  to the programmer					  
//  Ideas are priceless, Say NO to piracy!		  
// -------------------------------------------------------


  // CEE Bottom  / general - two big red arrows

dummy_1 = "        <CENTER>"
dummy_2 = "        <TABLE CELLPADDING=5 BORDER=0><TR>"
dummy_3 = "                <TD VALIGN=middle ALIGN=center>"

CEE_bottom_arrow_a1 = "<A HREF=\"http://cee.odu.edu\" onMouseOver=\"window.status='Return to CEE Homepage'; return true\" "
CEE_bottom_arrow_a2 = "onMouseOut=\"window.status=''; return true\">" 
CEE_bottom_arrow_a3 = "<IMG BORDER=0 SRC=\"/arrow/cr_right.gif\" ALT='Return to CEE Homepage'></A>"

dummy_4 = "                </TD>"
dummy_5 = "                <TD VALIGN=middle ALIGN=center>"

CEE_bottom_arrow_b1 = "<A HREF=\"#DocTop\" onMouseOver=\"window.status='Move to the Top of this page'; return true\" "
CEE_bottom_arrow_b2 = "onMouseOut=\"window.status=''; return true\">"
CEE_bottom_arrow_b3 = "<IMG BORDER=0 SRC=\"/arrow/cr_top.gif\" ALT='Move to the Top of this page'></A>"

dummy_6 = "                </TD>"
dummy_7 = "        </TR></TABLE>"
dummy_8 = "        </CENTER>"


document.write(dummy_1);
document.write(dummy_2);
document.write(dummy_3);

document.write(CEE_bottom_arrow_a1);
document.write(CEE_bottom_arrow_a2);
document.write(CEE_bottom_arrow_a3);

document.write(dummy_4);
document.write(dummy_5);

document.write(CEE_bottom_arrow_b1);
document.write(CEE_bottom_arrow_b2);
document.write(CEE_bottom_arrow_b3);

document.write(dummy_6);
document.write(dummy_7);
document.write(dummy_8);

// -->

