<!--

/*
  JavaScript for aptTell tell-a-friend script
  (c) 2001 Saku Mikkola, Aptual
  =============================
  http://www.aptual.fi
*/

function aptTell() {
   aptTellWindow = window.open("/include/services/jtell/?url=" + location.href, "aptTell", "WIDTH=500,HEIGHT=330,RESIZABLE,SCROLLBARS");
   aptTellWindow.focus();
}

//-->