t1="<area shape=rect coords=2,2,100,24 href=http://phoenix.phys.clemson.edu/index.html>";
t2="<area shape=rect coords=102,2,200,24 href=http://phoenix.phys.clemson.edu/labs/index.html>";
t3="<area shape=rect coords=202,2,300,24 href=http://phoenix.phys.clemson.edu/ta/index.html>";
t4="<area shape=rect coords=302,2,400,24 href=http://phoenix.phys.clemson.edu/demo/demo.htm>";
t5="<area shape=rect coords=402,2,500,24 href=http://phoenix.phys.clemson.edu/tutorials/index.html>";
t6="<area shape=default href=http://phoenix.phys.clemson.edu/index.html>";

text = t1 + t2 + t3 + t4 + t5 + t6;

document.write(text);

