include "/usr/local/lib/site_perl/statupdate_mjo.php"; // check if the id cookie was previously set $chk = $HTTP_COOKIE_VARS["id"]; // if it was not set, set it to 1 if (!$chk){ $chk = 1; } // if this was a click thru and their id was not set, update their click thrus if (($click) && ($chk == 1)){ update('lr9301'); } // set the affiliate id and alias cookies setcookie("id","lr9301",time()+3600,"/",".localnet.com",0); setcookie("alias","Meadville Online",time()+3600,"/",".localnet.com",0); ?>