var txt = "";

txt += "<DIV align='center' style='margin-top:10;margin-bottom:10;font-size:18;line-height:16px'>Places<BR><SPAN style='font-size:30;color:gray'>of</SPAN><BR>Interest<BR></DIV>";

txt += "<TABLE border=1 width=140 height=400 cellpadding=0 cellspacing=0><TR><TD valign='top' align='center'>";

// Squeee!
//txt += "<P><A href='http://squeee.warpedtime.com' target='_blank'><IMG src='/~beuja/crisis/img/squeee.gif' border=0></A></P>";

// Dancing Dinosaur
txt += "<P><A href='http://members.iinet.net.au/~beuja/dino' target='_blank'><IMG src='/~beuja/crisis/img/dino.jpg' border=0></A></P>";

// Dragon Hatchery
txt += "<P><A href='http://members.iinet.net.au/~beuja/dragon' target='_blank'><IMG src='/~beuja/crisis/img/dragon.jpg' border=0></A></P>";


txt += "</TD></TR></TABLE>";
document.write(txt);


                    