<!-- common javascript
function emit(the_url,l_text) {
document.write('<A href='+the_url+'>'+l_text+'</A>');
}

function emitx(the_url,l_text,action_tag) {
document.write('<A href='+the_url+' onclick\=\"return actimg(\''+action_tag+'\')\">'+l_text+'</A>');
return true;
}

function actimg(text_l) {
(new Image()).src="http://www.dropnode.com/cgi-bin/pa/action.cgi?action="+text_l;
return true;
}
//-->



