// Dunces Javascript

// reading a page directly? Add link to correct start point
// (always index.html, which may in turn point to start, for local portability)
function dunces()
{
if (!window.name) { document.writeln("<div class='line'><hr></div>\r\r<p class='alert'>ALERT! You've leapt into the middle of things. <a class='lw' href='index.html' target='_top'>Start properly</a>.</p>\r\r<div class='line'><hr></div>"); }
}