function comeon() 
{
  if ((top.document.location+'x').toLowerCase().indexOf('kilvet.com') == -1) location.href='./';
} 

function resocheck()
{
  window.onerror=null;
  document.write("<img border=0 height=1 width=1 alt=\"\""," src=\"http://tools.nebula.fi/res.cgi?ref=",document.location,"&res=",window.screen.width,"x",window.screen.height,"&winsizens=",window.innerHeight,"x",window.innerWidth,"&depth=",window.screen.colorDepth,"&java=",navigator.javaEnabled(),"&fontsmooth=",window.screen.fontSmoothingEnabled,"\">");
}


function pic_of_month(kilpi,pvm)
{
 document.write("<A HREF=\"galleria.cgi?p=",pvm,"\" TARGET=\"_blank\" onMouseOver=\"window.status='One remarkably nice pic again! Go check out the newest pics...'; return true\" OnMouseOut=\"window.status='Document: Done'; return true\">");
 document.write("<IMG SRC=\"/resize.cgi?image=",kilpi,"&width=110\" TITLE=\"");
 for (var i=0 ; i<kilpi.length ; i++)
  {
    if (kilpi.charAt(i)=='_') { document.write("&Aring;"); }
    else if (kilpi.charAt(i)=='a') { document.write("&Auml;"); }
    else if (kilpi.charAt(i)=='o') { document.write("&Ouml;"); }
    else document.write(kilpi.charAt(i));
  }
 document.write(" - nice... click for the newest pics..!\" WIDTH=110 HEIGHT=83 BORDER=1></A>");
}

