;;;; Author: Steve Wolfman ;;;; ;;; ;;; This file contains the collected data points from the class ;;; along with a routine to test a data-point list to make sure ;;; it meets some necessary (sufficient?) conditions for being ;;; a data-point. ;;; ;; Tests whether an object is really an image data-point: (defun img-data-point-p (data-point) (and;; A data-point is an association list with a particular form (listp data-point) (every #'consp data-point) ;; A data-point has at least the first three of the following fields: (let ((img-tag (cdr (assoc :img data-point))) (url-tag (cdr (assoc :url data-point))) (num-tag (cdr (assoc :num data-point))) (ad-cons (assoc :ad data-point))) (and;; The img-tag should be a string (stringp img-tag) ;; The url-tag should be a string (stringp url-tag) ;; The num-tag should be a positive number (numberp num-tag) (> num-tag 0) ;; The ad-cons should either not be there (for unlabelled ;; data-points) or should be either T or NIL (or (null ad-cons) (and (consp ad-cons) (or (null (cdr ad-cons)) (eq (cdr ad-cons) T)))))))) (defun img-data-point-list-p (data-points) (and (listp data-points) (every #'img-data-point-p data-points))) (defvar *data-points*) (setf *data-points* '( ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . NIL)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gibsongreetings.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . nil)) ((:IMG . "\"www.bannerswap.com\"") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . nil)) ((:IMG . "") (:NUM . 12) (:URL . "http://www.4genair.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . nil)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . nil)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.4genair.com/") (:AD . T)) ((:IMG . "\"-\"") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"About") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"Links\"") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . NIL)) ((:IMG . "\"Order\"") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"-\"") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"W\"") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"K3") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"-\"") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"SAECG") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"SAECG") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"Signal") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"Order\"") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"and") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"Q") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"Arrhythmia") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"orldwide") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"Customer") (:NUM . 1) (:URL . "http://www.arthrt.com/") (:AD . nil)) ((:IMG . "\"Wedding") (:NUM . 1) (:URL . "http://www.sigmamaps.com/") (:AD)) ((:IMG . "\"A") (:NUM . 1) (:URL . "http://www.sigmamaps.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.sigmamaps.com/") (:AD)) ((:IMG . "\"Welcome") (:NUM . 1) (:URL . "http://edit.my.yahoo.com/?.src=ga&.done=http://games.yahoo.com/games/login%3fgame=Cribbage") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://contactcanada.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://contactcanada.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://contactcanada.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://contactcanada.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://contactcanada.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://contactcanada.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://contactcanada.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://contactcanada.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://contactcanada.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.classicengland.co.uk/design/dragons/dragon90.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.classicengland.co.uk/design/dragons/dragon90.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.classicengland.co.uk/design/dragons/dragon90.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aims.co.uk/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aims.co.uk/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aims.co.uk/") (:AD . T)) ((:IMG . "\"Em") (:NUM . 1) (:URL . "http://www.geocities.com/Hollywood/Hills/4329/sandra.htm") (:AD)) ((:IMG . "\"Sandy") (:NUM . 1) (:URL . "http://www.geocities.com/Hollywood/Hills/4329/sandra.htm") (:AD)) ((:IMG . "\"No") (:NUM . 1) (:URL . "http://www.geocities.com/Hollywood/Hills/4329/sandra.htm") (:AD)) ((:IMG . "\"No") (:NUM . 1) (:URL . "http://www.geocities.com/Hollywood/Hills/4329/sandra.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Hollywood/Hills/4329/sandra.htm") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.geocities.com/Hollywood/Hills/4329/sandra.htm") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.thezone.pair.com/celeb/") (:AD)) ((:IMG . "\"SURF") (:NUM . 1) (:URL . "http://www.thezone.pair.com/celeb/") (:AD . T)) ((:IMG . "\"celebmain.gif") (:NUM . 1) (:URL . "http://www.thezone.pair.com/celeb/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.thezone.pair.com/celeb/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.thezone.pair.com/celeb/") (:AD . T)) ((:IMG . "\"Please") (:NUM . 1) (:URL . "http://www.umdnj.edu/~kotharne/inxs/discography/michaeld.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.umdnj.edu/~kotharne/inxs/discography/michaeld.html") (:AD)) ((:IMG . "\"\"Max") (:NUM . 1) (:URL . "http://www.umdnj.edu/~kotharne/inxs/discography/michaeld.html") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.umdnj.edu/~kotharne/inxs/discography/michaeld.html") (:AD . T)) ((:IMG . "\"Introduction\"") (:NUM . 1) (:URL . "http://kafka.uvic.ca/historyinart/filmstudies/filmhome.html") (:AD)) ((:IMG . "\"") (:NUM . 5) (:URL . "http://kafka.uvic.ca/historyinart/filmstudies/filmhome.html") (:AD)) ((:IMG . "\"Courses\"") (:NUM . 1) (:URL . "http://kafka.uvic.ca/historyinart/filmstudies/filmhome.html") (:AD)) ((:IMG . "\"Faculty") (:NUM . 1) (:URL . "http://kafka.uvic.ca/historyinart/filmstudies/filmhome.html") (:AD)) ((:IMG . "\"Contact") (:NUM . 1) (:URL . "http://kafka.uvic.ca/historyinart/filmstudies/filmhome.html") (:AD)) ((:IMG . "\"Film") (:NUM . 1) (:URL . "http://kafka.uvic.ca/historyinart/filmstudies/filmhome.html") (:AD)) ((:IMG . "\"") (:NUM . 1) (:URL . "http://kafka.uvic.ca/historyinart/filmstudies/filmhome.html") (:AD)) ((:IMG . "\"") (:NUM . 1) (:URL . "http://kafka.uvic.ca/historyinart/filmstudies/filmhome.html") (:AD)) ((:IMG . "\"EXIT") (:NUM . 1) (:URL . "http://kafka.uvic.ca/historyinart/filmstudies/filmhome.html") (:AD)) ((:IMG . "\"GeoCities") (:NUM . 1) (:URL . "http://www.geocities.com/~godzilla98") (:AD . T)) ((:IMG . "\"Navbar") (:NUM . 1) (:URL . "http://www.geocities.com/~godzilla98") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.geocities.com/~godzilla98") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/~godzilla98") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/~godzilla98") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/~godzilla98") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aromafloria.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aromafloria.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aromafloria.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aromafloria.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aromafloria.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aromafloria.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.aromafloria.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.xantro.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.xantro.com/") (:AD . T)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.xantro.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.davinci-framing.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.davinci-framing.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.davinci-framing.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "\"COLD") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.seas.gwu.edu/nsarchive/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.netspace.net.au/~angelb/otf-oz/index.html") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.netspace.net.au/~angelb/otf-oz/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.netspace.net.au/~angelb/otf-oz/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.io.com/~attitude/resume.htm") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.vcnet.com/bms/departments/clock.html") (:AD)) ((:IMG . "\"Clock") (:NUM . 1) (:URL . "http://www.vcnet.com/bms/departments/clock.html") (:AD)) ((:IMG . "\"Boycott") (:NUM . 1) (:URL . "http://www.vcnet.com/bms/departments/clock.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.vcnet.com/bms/departments/clock.html") (:AD)) ((:IMG . "\"TClogo.gif") (:NUM . 1) (:URL . "http://www.thecommentator.com/") (:AD)) ((:IMG . "\"by") (:NUM . 2) (:URL . "http://www.thecommentator.com/") (:AD)) ((:IMG . "\"Feedback\"") (:NUM . 1) (:URL . "http://www.thecommentator.com/") (:AD)) ((:IMG . "\"A") (:NUM . 1) (:URL . "http://www.thecommentator.com/") (:AD)) ((:IMG . "\"by") (:NUM . 2) (:URL . "http://www.thecommentator.com/") (:AD)) ((:IMG . "\"Order") (:NUM . 1) (:URL . "http://www.thecommentator.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.thecommentator.com/") (:AD)) ((:IMG . "\"Hit") (:NUM . 1) (:URL . "http://www.thecommentator.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.ecogroup.com/") (:AD)) ((:IMG . "\"UoP") (:NUM . 1) (:URL . "http://hydrography.ims.plym.ac.uk/") (:AD)) ((:IMG . "\"Enter") (:NUM . 1) (:URL . "http://hydrography.ims.plym.ac.uk/") (:AD)) ((:IMG . "") (:NUM . 5) (:URL . "http://www.iwaynet.net/~stephnsn/xftopten.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.iwaynet.net/~stephnsn/xftopten.htm") (:AD)) ((:IMG . "\"Total") (:NUM . 1) (:URL . "http://www.iwaynet.net/~stephnsn/xftopten.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.umma.lsa.umich.edu/Ethnobotany/Ethnobotany.html") (:AD)) ((:IMG . "\"Laboratory") (:NUM . 1) (:URL . "http://www.umma.lsa.umich.edu/Ethnobotany/Ethnobotany.html") (:AD)) ((:IMG . "\"Curator") (:NUM . 1) (:URL . "http://www.umma.lsa.umich.edu/Ethnobotany/Ethnobotany.html") (:AD)) ((:IMG . "\"Ethnobotany") (:NUM . 1) (:URL . "http://www.umma.lsa.umich.edu/Ethnobotany/Ethnobotany.html") (:AD)) ((:IMG . "\"Ethnobotany") (:NUM . 1) (:URL . "http://www.umma.lsa.umich.edu/Ethnobotany/Ethnobotany.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.isphi.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Hollywood/Academy/2021/snoop.html") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.geocities.com/Hollywood/Academy/2021/snoop.html") (:AD . T)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.geocities.com/CapeCanaveral/Lab/1075/") (:AD . T)) ((:IMG . "") (:NUM . 34) (:URL . "http://www.avim.com/") (:AD . NIL)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.sfo.com/~verbeck/front.html") (:AD . NIL)) ((:IMG . "") (:NUM . 11) (:URL . "http://www.yahoo.com/") (:AD . T)) ((:IMG . "\"Kingston\"") (:NUM . 6) (:URL . "http://www.yahoo.com/") (:AD . T)) ((:IMG . "Yahoo") (:NUM . 4) (:URL . "http://www.yahoo.com/") (:AD)) ((:IMG . "\"GeoGuide") (:NUM . 3) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD . T)) ((:IMG . "\"Search\"") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"Rank") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"My") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"Email") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"Pentagon\"") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"Forums\"") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"GeoCities\"") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"Pages") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"Send") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"Take") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"Chat\"") (:NUM . 4) (:URL . "http://www.geocities.com/Pentagon/9845/") (:AD)) ((:IMG . "\"Jeremy") (:NUM . 2) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"CHECK") (:NUM . 2) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"NFL") (:NUM . 2) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"NBA") (:NUM . 2) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"ASB2K") (:NUM . 3) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"Acclaim.Net") (:NUM . 1) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"") (:NUM . 1) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"WWF:") (:NUM . 2) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"Acclaim") (:NUM . 1) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"Acclaim.Net\"") (:NUM . 1) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"Derek") (:NUM . 3) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"Game") (:NUM . 2) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"") (:NUM . 1) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"NHL") (:NUM . 2) (:URL . "http://www.acclaimsports.com/") (:AD)) ((:IMG . "\"NZRFU\"") (:NUM . 1) (:URL . "http://www.mascom.co.nz/") (:AD)) ((:IMG . "\"The") (:NUM . 1) (:URL . "http://www.mascom.co.nz/") (:AD)) ((:IMG . "\"MASCOM\"") (:NUM . 1) (:URL . "http://www.mascom.co.nz/") (:AD)) ((:IMG . "\"Contact") (:NUM . 1) (:URL . "http://www.mascom.co.nz/") (:AD)) ((:IMG . "\"Video") (:NUM . 1) (:URL . "http://www.mascom.co.nz/") (:AD)) ((:IMG . "\"Order") (:NUM . 1) (:URL . "http://www.mascom.co.nz/") (:AD)) ((:IMG . "\"The") (:NUM . 5) (:URL . "http://www.sussex.ac.uk/Units/CLS/index.html") (:AD)) ((:IMG . "\"tiny") (:NUM . 5) (:URL . "http://www.sussex.ac.uk/Units/CLS/index.html") (:AD)) ((:IMG . "\"Arthur") (:NUM . 1) (:URL . "http://www.flf.com/hoop/index.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.almondseed.com/vfry/fryfoun.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.almondseed.com/vfry/fryfoun.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.almondseed.com/vfry/fryfoun.htm") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "http://evbank.com/") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "http://evbank.com/") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "http://evbank.com/") (:AD)) ((:IMG . "\"Share") (:NUM . 3) (:URL . "http://evbank.com/") (:AD)) ((:IMG . "\"PEMCO") (:NUM . 3) (:URL . "http://evbank.com/") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "http://evbank.com/") (:AD)) ((:IMG . "\"WSECU\"") (:NUM . 3) (:URL . "http://evbank.com/") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "http://evbank.com/") (:AD)) ((:IMG . "") (:NUM . 4) (:URL . "http://www.geocities.com/Colosseum/Track/5706/esqha.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Colosseum/Track/5706/esqha.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Colosseum/Track/5706/esqha.htm") (:AD . T)) ((:IMG . "\"INFO") (:NUM . 1) (:URL . "http://www.victorvictoria.com/") (:AD)) ((:IMG . "\"VICTOR") (:NUM . 1) (:URL . "http://www.victorvictoria.com/") (:AD)) ((:IMG . "\"AUTUMN") (:NUM . 1) (:URL . "http://www.victorvictoria.com/") (:AD)) ((:IMG . "\"VICTOR") (:NUM . 1) (:URL . "http://www.victorvictoria.com/") (:AD)) ((:IMG . "\"VICTOR") (:NUM . 1) (:URL . "http://www.victorvictoria.com/") (:AD)) ((:IMG . "\"PRODUCT\"") (:NUM . 1) (:URL . "http://www.victorvictoria.com/") (:AD)) ((:IMG . "\"COMPANY\"") (:NUM . 1) (:URL . "http://www.victorvictoria.com/") (:AD)) ((:IMG . "\"HOME\"") (:NUM . 1) (:URL . "http://www.victorvictoria.com/") (:AD)) ((:IMG . "\"ie4get_animated.gif") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD . T)) ((:IMG . "\"ecom4.gif") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD . T)) ((:IMG . "\"Microsoft") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD . T)) ((:IMG . "\"Web") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD)) ((:IMG . "\"Powered") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD . T)) ((:IMG . "\"PSINet") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD . T)) ((:IMG . "\"Statistics") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD . T)) ((:IMG . "\"WebGrow:") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.mcc4you.com/") (:AD . T)) ((:IMG . "\"Kinnie") (:NUM . 1) (:URL . "http://www.kinniestarr.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.kinniestarr.com/") (:AD)) ((:IMG . "\"Violet") (:NUM . 1) (:URL . "http://www.kinniestarr.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://wildkind.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://wildkind.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://wildkind.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.outpostnet.com/americanbulldog.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.outpostnet.com/americanbulldog.html") (:AD)) ((:IMG . "") (:NUM . 5) (:URL . "http://www.wcc.govt.nz/extern/efox/default.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.wcc.govt.nz/extern/efox/default.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.wcc.govt.nz/extern/efox/default.htm") (:AD)) ((:IMG . "\"hrcworld.gif") (:NUM . 1) (:URL . "http://ourworld.compuserve.com/homepages/Jens_Beckmann/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computerpls.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computerpls.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.computerpls.com/") (:AD)) ((:IMG . "\"computergif\"") (:NUM . 1) (:URL . "http://www.computerpls.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computerpls.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computerpls.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computerpls.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computerpls.com/") (:AD . T)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.computerpls.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computerpls.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computerpls.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itdsrv1.ul.ie/CSIS/csis-home-page.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itdsrv1.ul.ie/CSIS/csis-home-page.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD . T)) ((:IMG . "\"taste1.jpg") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "\"logo1.jpg") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tasteny.com/") (:AD . T)) ((:IMG . "\"www.vwcalimports.com\"") (:NUM . 1) (:URL . "http://www.vwcalimports.com/") (:AD . T)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.vwcalimports.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.travelbase.com/destinations/nashville/days-inn/index.html") (:AD)) ((:IMG . "\"hotel\"") (:NUM . 1) (:URL . "http://www.travelbase.com/destinations/nashville/days-inn/index.html") (:AD)) ((:IMG . "*************vspace=\"20\"") (:NUM . 1) (:URL . "http://www.travelbase.com/destinations/nashville/days-inn/index.html") (:AD . T)) ((:IMG . "\"Bedroom\"") (:NUM . 1) (:URL . "http://www.travelbase.com/destinations/nashville/days-inn/index.html") (:AD)) ((:IMG . "\"[IMAGE]\"") (:NUM . 1) (:URL . "http://www.prysm.net/~wisteria/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.prysm.net/~wisteria/") (:AD)) ((:IMG . "\"[IMAGE]\"") (:NUM . 1) (:URL . "http://www.prysm.net/~wisteria/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.prysm.net/~wisteria/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.script-o-rama.com/") (:AD . T)) ((:IMG . "\"[groovy") (:NUM . 1) (:URL . "http://www.script-o-rama.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.script-o-rama.com/") (:AD . T)) ((:IMG . "\"[Travis") (:NUM . 1) (:URL . "http://www.script-o-rama.com/") (:AD)) ((:IMG . "\"[Swell") (:NUM . 1) (:URL . "http://www.script-o-rama.com/") (:AD)) ((:IMG . "\"CLICK") (:NUM . 1) (:URL . "http://www.script-o-rama.com/") (:AD . T)) ((:IMG . "\"[Lame") (:NUM . 1) (:URL . "http://www.script-o-rama.com/") (:AD)) ((:IMG . "\"[This") (:NUM . 1) (:URL . "http://www.script-o-rama.com/") (:AD)) ((:IMG . "\"Request") (:NUM . 1) (:URL . "http://www.ldpi.com/") (:AD)) ((:IMG . "\"Feedback\"") (:NUM . 1) (:URL . "http://www.ldpi.com/") (:AD)) ((:IMG . "\"Hit") (:NUM . 1) (:URL . "http://www.ldpi.com/") (:AD)) ((:IMG . "\"Our") (:NUM . 1) (:URL . "http://www.ldpi.com/") (:AD)) ((:IMG . "\"Franchises") (:NUM . 1) (:URL . "http://www.ldpi.com/") (:AD)) ((:IMG . "\"Home\"") (:NUM . 1) (:URL . "http://www.ldpi.com/") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "http://www.ldpi.com/") (:AD)) ((:IMG . "\"Yahoo!") (:NUM . 1) (:URL . "http://sec.yahoo.com/e/l/d/dal.html") (:AD)) ((:IMG . "\"EDGAR") (:NUM . 1) (:URL . "http://sec.yahoo.com/e/l/d/dal.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.overcome.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.overcome.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.overcome.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.overcome.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.overcome.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.overcome.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.overcome.com/") (:AD)) ((:IMG . "\"Yahoo!") (:NUM . 1) (:URL . "http://biz.yahoo.com/n/e/elk.html") (:AD)) ((:IMG . "\"Get") (:NUM . 1) (:URL . "http://biz.yahoo.com/n/e/elk.html") (:AD . T)) ((:IMG . "\"********************\"") (:NUM . 4) (:URL . "http://www.uvm.edu/~english/") (:AD)) ((:IMG . "\"(UVM") (:NUM . 1) (:URL . "http://www.uvm.edu/~english/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.uvm.edu/~english/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.uvm.edu/~english/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.earthlink.net/about/policies/aupolicy.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.earthlink.net/about/policies/aupolicy.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.earthlink.net/about/policies/aupolicy.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.earthlink.net/about/policies/aupolicy.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.earthlink.net/about/policies/aupolicy.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.earthlink.net/about/policies/aupolicy.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.earthlink.net/about/policies/aupolicy.html") (:AD)) ((:IMG . "\"InLink") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "\"SBC") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD . T)) ((:IMG . "\"Swami") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "\"Happy") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "\"Net") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD . T)) ((:IMG . "\"v90\"") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD . T)) ((:IMG . "\"Broadcast.com") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD . T)) ((:IMG . "\"Our") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "\"Welcome") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD . T)) ((:IMG . "\"Lots") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD)) ((:IMG . "\"CyberCash") (:NUM . 1) (:URL . "http://www.inlink.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.uroulette.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.uroulette.com/") (:AD)) ((:IMG . "\"LinkExchange\"") (:NUM . 1) (:URL . "http://www.uroulette.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://home.earthlink.net/~meduncan/delphi/delphi.htm/") (:AD . NIL)) ((:IMG . "\"Delphi") (:NUM . 1) (:URL . "http://home.earthlink.net/~meduncan/delphi/delphi.htm/") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . " http://www.geocities.com/TelevisionCity/6998/") (:AD . T)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://web.idirect.com/") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://web.idirect.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://ourworld.compuserve.com/homepages/rfox/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://ourworld.compuserve.com/homepages/rfox/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://ourworld.compuserve.com/homepages/rfox/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://ourworld.compuserve.com/homepages/rfox/") (:AD . NIL)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "www.altavista.com") (:AD . T)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "www.altavista.com") (:AD . T)) ((:IMG . "") (:NUM . 2) (:URL . "www.altavista.com") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "www.altavista.com") (:AD . T)) ((:IMG . "\"LinkExchange\"") (:NUM . 1) (:URL . "www.uroulette.com") (:AD . T)) ((:IMG . "\"Guestbook") (:NUM . 1) (:URL . "http://www.geocities.com/MotorCity/Speedway/5724/index.html") (:AD . T)) ((:IMG . "") (:NUM . 4) (:URL . "http://www.geocities.com/MotorCity/Speedway/5724/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/MotorCity/Speedway/5724/index.html") (:AD . T)) ((:IMG . "\"bar12.gif") (:NUM . 2) (:URL . "http://www.probuilders1.com/") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.probuilders1.com/") (:AD)) ((:IMG . "\"freeplayer_g2.gif") (:NUM . 1) (:URL . "http://www.probuilders1.com/") (:AD . T)) ((:IMG . "\"logos.GIF") (:NUM . 1) (:URL . "http://www.probuilders1.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.stanford.edu/") (:AD)) ((:IMG . "") (:NUM . 6) (:URL . "http://www.stanford.edu/") (:AD)) ((:IMG . "\"Stanford") (:NUM . 1) (:URL . "http://www.stanford.edu/") (:AD)) ((:IMG . "\"NEW210A.gif") (:NUM . 4) (:URL . "http://www.eccs.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.eccs.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.eccs.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.eccs.com/") (:AD . NIL)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.eccs.com/") (:AD)) ((:IMG . "\"syn.jpg") (:NUM . 1) (:URL . "http://www.eccs.com/") (:AD)) ((:IMG . "\"tag_new.gif") (:NUM . 4) (:URL . "http://www.eccs.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.inext.fr/abonnes/fulloflife/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.inext.fr/abonnes/fulloflife/") (:AD)) ((:IMG . "\"Tornado") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD . T)) ((:IMG . "\"Web") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD)) ((:IMG . "\"Our") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD)) ((:IMG . "\"Search") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD)) ((:IMG . "\"Our") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD)) ((:IMG . "\"Our") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD)) ((:IMG . "\"The") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD)) ((:IMG . "\"Microsoft") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD . T)) ((:IMG . "\"WEB") (:NUM . 1) (:URL . "http://www.groupwork.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.heritage-coin.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.heritage-coin.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.heritage-coin.com/") (:AD)) ((:IMG . "\"Buy
") (:NUM . 1) (:URL . "http://www.heritage-coin.com/") (:AD)) ((:IMG . "\"Coin") (:NUM . 1) (:URL . "http://www.heritage-coin.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"HiSpeed") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Australia\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Austria\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Belgium\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Denmark\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Germany\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Italy\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Norway\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Netherland\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Russia\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Spain\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Sweden\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Switzerland\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Turkey\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"USA\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Home\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Search\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Site") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Country") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Contacts\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "\"Help\"") (:NUM . 1) (:URL . "http://www.alcatel.com/tools/localsites/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "\"Michael") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "\"Worldwide") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "\"SERVICES\"") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "\"Services\"") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "\"Our") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "\"COMPANY\"") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "\"Our") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "\"AUCTIONS\"") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD)) ((:IMG . "\"IPKOKE\"") (:NUM . 1) (:URL . "http://www.michaelfox.com/") (:AD . T)) ((:IMG . "\"LinkExchange\"") (:NUM . 1) (:URL . "http://www.ozemail.com.au/~stowie/diane.html") (:AD . T)) ((:IMG . "\"diane96.gif") (:NUM . 1) (:URL . "http://www.ozemail.com.au/~stowie/diane.html") (:AD)) ((:IMG . "") (:NUM . 5) (:URL . "http://www.ozemail.com.au/~stowie/diane.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.ozemail.com.au/~stowie/diane.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.ozemail.com.au/~stowie/diane.html") (:AD)) ((:IMG . "\"Guestbook") (:NUM . 1) (:URL . "http://www.ozemail.com.au/~stowie/diane.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.ozemail.com.au/~stowie/diane.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.ozemail.com.au/~stowie/diane.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.ozemail.com.au/~stowie/diane.html") (:AD . T)) ((:IMG . "\"vilogo1.gif") (:NUM . 1) (:URL . "http://www.village.idiots.net/") (:AD)) ((:IMG . "\"s001i002.jpg") (:NUM . 1) (:URL . "http://www.village.idiots.net/") (:AD)) ((:IMG . "\"Improvisation") (:NUM . 1) (:URL . "http://www.village.idiots.net/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.village.idiots.net/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.village.idiots.net/") (:AD)) ((:IMG . "\"Hit") (:NUM . 1) (:URL . "http://www.village.idiots.net/") (:AD)) ((:IMG . "\"North") (:NUM . 1) (:URL . "http://www.village.idiots.net/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://sbwm.erols.com/debic/firebird/index.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://sbwm.erols.com/debic/firebird/index.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://sbwm.erols.com/debic/firebird/index.htm") (:AD)) ((:IMG . "\"MS") (:NUM . 1) (:URL . "http://sbwm.erols.com/debic/firebird/index.htm") (:AD . T)) ((:IMG . "\"RSAC") (:NUM . 1) (:URL . "http://sbwm.erols.com/debic/firebird/index.htm") (:AD . T)) ((:IMG . "\"MAG") (:NUM . 1) (:URL . "http://www.magauto.com/") (:AD)) ((:IMG . "\"DODGE\"") (:NUM . 1) (:URL . "http://www.magauto.com/") (:AD)) ((:IMG . "\"MOPAR\"") (:NUM . 1) (:URL . "http://www.magauto.com/") (:AD)) ((:IMG . "\"HONDA\"") (:NUM . 1) (:URL . "http://www.magauto.com/") (:AD)) ((:IMG . "\"TOYOTA\"") (:NUM . 1) (:URL . "http://www.magauto.com/") (:AD)) ((:IMG . "\"LinuxSA\"") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[The") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[What's") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[LinuxSA") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[Linux") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[Linux") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[Map]\"") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[Meetings]\"") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[Mailing") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[People]\"") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[Tips]\"") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "\"[Sponsors]\"") (:NUM . 1) (:URL . "http://www.linuxsa.org.au/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "www.manboon.com") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "www.manboon.com") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "www.manboon.com") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "www.manboon.com") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "www.manboon.com") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "www.manboon.com") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "www.manboon.com") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "www.zdnet.com/yil/filters/depts/tocwed.html") (:AD . T)) ((:IMG . "\"StockPlayer\"") (:NUM . 1) (:URL . "www.lycos.com") (:AD . T)) ((:IMG . "\"GeoGuide") (:NUM . 1) (:URL . "www.geocities.com/Broadway/Alley/5452/headshot4.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "www.roccplex.com/glassnotes/") (:AD . T)) ((:IMG . "\"Geocities\"") (:NUM . 1) (:URL . "la.yahoo.com/external/webceleb/anderson/") (:AD . T)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "www.magicnet.net/~qzar/index.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "www.magicnet.net/~qzar/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "www.magicnet.net/~qzar/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "mulberryhills.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "mulberryhills.com/") (:AD)) ((:IMG . "\"NLV") (:NUM . 1) (:URL . "www.nlv.com/national_life/ofvermont2.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "www.geocities.com/SoHo/Cafe/3637/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.cybercomm.net/~ccm/Chris/javalinks.html") (:AD)) ((:IMG . "Computers.com") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD . T)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD . T)) ((:IMG . "\"Presario") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD . T)) ((:IMG . "") (:NUM . 10) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "Get prices!") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.computers.com/reviews/comparative/capsule/0,26,0-11-257743-614872,00.html") (:AD)) ((:IMG . "\"(MckyFoto") (:NUM . 1) (:URL . "http://members.aol.com/mckyfoto/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD)) ((:IMG . "\"John") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD)) ((:IMG . "\"Hometown") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD . T)) ((:IMG . "\"Navigate") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD)) ((:IMG . "\"aol.com\"") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://hometown.aol.com/NRG4YOU2C/hhrreiki.html") (:AD)) ((:IMG . "\"O\"") (:NUM . 7) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "\"Astrocom") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "\"Astrocom") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "\"BR\"") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "\"T-Series\"") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "\"T-Series") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "\"SP-Series\"") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "\"SP-100") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "\"Line\"") (:NUM . 1) (:URL . "http://www.astrocorp.com/") (:AD)) ((:IMG . "\"r2.jpg\"") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "\"Telco") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "\"wpe1.jpg\"") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "\"bl.jpg") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.telcotrading.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://itsa.ucsf.edu/~lppi/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "\"Toni's") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "\"SURF") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "\"CLICK") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "\"Universal") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "\"mybanner8.gif") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "\"screenpixnow.gif") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "\"ezviewernow.gif") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD)) ((:IMG . "\"Guestbook") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD)) ((:IMG . "\"CelebSource.Com") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "\"a4.gif") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "\"lockw.gif") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD)) ((:IMG . "\"The") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD)) ((:IMG . "\"Proud") (:NUM . 1) (:URL . "http://beautiful-women.simplenet.com/") (:AD)) ((:IMG . "\"GeoGuide") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD . T)) ((:IMG . "\"Crown\"") (:NUM . 2) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Logo\"") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Louis") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Guestbook\"") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"mail\"\"Click") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Next") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"GeoCities\"") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Rank") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Take") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"My") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Chat\"") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Search\"") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Send") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Forums\"") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Email") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "\"Paris\"") (:NUM . 1) (:URL . "http://www.geocities.com/Paris/Rue/1663/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://macweek.zdnet.com/mw_1101/rv_harmony.html") (:AD . T)) ((:IMG . "\"[") (:NUM . 1) (:URL . "http://www.dnai.com/~nitebird/") (:AD)) ((:IMG . "\"Denny") (:NUM . 1) (:URL . "http://www.halcyon.com/eisi/eisi.htm") (:AD)) ((:IMG . "\"University") (:NUM . 1) (:URL . "http://www.halcyon.com/eisi/eisi.htm") (:AD)) ((:IMG . "\"Boeing") (:NUM . 1) (:URL . "http://www.halcyon.com/eisi/eisi.htm") (:AD)) ((:IMG . "\"Port") (:NUM . 1) (:URL . "http://www.halcyon.com/eisi/eisi.htm") (:AD)) ((:IMG . "\"Pneumatic") (:NUM . 1) (:URL . "http://www.halcyon.com/eisi/eisi.htm") (:AD)) ((:IMG . "\"Burlington") (:NUM . 1) (:URL . "http://www.halcyon.com/eisi/eisi.htm") (:AD)) ((:IMG . "\"University") (:NUM . 1) (:URL . "http://www.halcyon.com/eisi/eisi.htm") (:AD)) ((:IMG . "\"Boeing") (:NUM . 1) (:URL . "http://www.halcyon.com/eisi/eisi.htm ") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/SunsetStrip/Venue/1408/") (:AD)) ((:IMG . "\"See") (:NUM . 1) (:URL . "http://www.pacoast.com/") (:AD . T)) ((:IMG . "\"Go") (:NUM . 1) (:URL . "http://www.pacoast.com/") (:AD . T)) ((:IMG . "\"[") (:NUM . 1) (:URL . "http://www.act.org/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.planet.net.au/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.planet.net.au/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.sunrisehitek.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.sunrisehitek.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/SunsetStrip/Stage/1629/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/SunsetStrip/Stage/1629/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/SunsetStrip/Stage/1629/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/SunsetStrip/Stage/1629/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/SunsetStrip/Stage/1629/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/SunsetStrip/Stage/1629/index.html") (:AD . T)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.geocities.com/SunsetStrip/Stage/1629/index.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.acornworld.net/~jmayrand/Museum.html") (:AD)) ((:IMG . "\"Pearsall's") (:NUM . 1) (:URL . "http://www.pearsalls.com/") (:AD)) ((:IMG . "\"Guestbook") (:NUM . 1) (:URL . "http://millennia-bcs.com/casframe.htm") (:AD . T)) ((:IMG . "\"[Country") (:NUM . 1) (:URL . "http://www.ijs.si/slo/country/culture/music/") (:AD)) ((:IMG . "\"Go") (:NUM . 1) (:URL . "http://www.victorybeer.com/") (:AD . T)) ((:IMG . "\"Retailers") (:NUM . 1) (:URL . "http://www.victorybeer.com/") (:AD)) ((:IMG . "\"Updated\"") (:NUM . 2) (:URL . "http://www.well.com/user/heddy/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.execpc.com/~wphca/mhs.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.uq.oz.au/jrn/twi/twi.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.thinklink.com/") (:AD)) ((:IMG . "\"WEB") (:NUM . 1) (:URL . "http://www.cre8image.com/index1.htm") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.geocities.com/TimesSquare/Realm/2765/main.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/TimesSquare/Realm/2765/main.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/TimesSquare/Realm/2765/main.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/TimesSquare/Realm/2765/main.html") (:AD)) ((:IMG . "\"YAHOO\"") (:NUM . 1) (:URL . "http://www.geocities.com/TimesSquare/Realm/2765/leftfram.html") (:AD . T)) ((:IMG . "\"STOMPED\"") (:NUM . 1) (:URL . "http://www.geocities.com/TimesSquare/Realm/2765/leftfram.html") (:AD . T)) ((:IMG . "\"PLANETQUAKE\"") (:NUM . 1) (:URL . "http://www.geocities.com/TimesSquare/Realm/2765/leftfram.html") (:AD . T)) ((:IMG . "\"TEAM") (:NUM . 1) (:URL . "http://www.geocities.com/TimesSquare/Realm/2765/leftfram.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.cherryorchard.com/") (:AD)) ((:IMG . "") (:NUM . 8) (:URL . "http://www.cherryorchard.com/") (:AD)) ((:IMG . "\"SIMS") (:NUM . 1) (:URL . "http://www.simssoftware.com/web/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://curry.edschool.Virginia.EDU/go/currycom/") (:AD)) ((:IMG . "\"Yahoo!") (:NUM . 1) (:URL . "http://messages.yahoo.com/bbs?action=topics&board=yahoo.33.13.6531335&type=r") (:AD)) ((:IMG . "\"Run") (:NUM . 1) (:URL . "http://messages.yahoo.com/bbs?action=topics&board=yahoo.33.13.6531335&type=r") (:AD . T)) ((:IMG . "Computers.com") (:NUM . 1) (:URL . "http://computers.com/reviews/comparative/capsule/0,26,0-14-257672-257704,00.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://computers.com/reviews/comparative/capsule/0,26,0-14-257672-257704,00.html") (:AD . T)) ((:IMG . "") (:NUM . 2) (:URL . "http://computers.com/reviews/comparative/capsule/0,26,0-14-257672-257704,00.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://computers.com/reviews/comparative/capsule/0,26,0-14-257672-257704,00.html") (:AD . T)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://computers.com/reviews/comparative/capsule/0,26,0-14-257672-257704,00.html") (:AD . T)) ((:IMG . "\"Return") (:NUM . 1) (:URL . "http://www.cardplace.com/netrunner/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.cardplace.com/netrunner/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.cardplace.com/netrunner/") (:AD)) ((:IMG . "\"MatchPlay\"") (:NUM . 1) (:URL . "http://www.cardplace.com/netrunner/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.goldenbyte.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.goldenbyte.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.goldenbyte.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.goldenbyte.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.goldenbyte.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.goldenbyte.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.goldenbyte.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.goldenbyte.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.goldenbyte.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.algonet.se/~blndside/index.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.franchisedoc.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.owlnet.rice.edu/~ling215/") (:AD)) ((:IMG . "\"sawhead1.gif") (:NUM . 1) (:URL . "http://www.spanam.simplenet.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.spanam.simplenet.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.spanam.simplenet.com/") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.spanam.simplenet.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://ourworld.compuserve.com/homepages/alexsf/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://ourworld.compuserve.com/homepages/alexsf/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://ourworld.compuserve.com/homepages/alexsf/") (:AD . T)) ((:IMG . "\"Uk-fanim.GIF") (:NUM . 1) (:URL . "http://www.binatone.com/") (:AD)) ((:IMG . "\"Russia-fanim.GIF") (:NUM . 1) (:URL . "http://www.binatone.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.decipher.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.decipher.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.zev-now.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.Lynair.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.Lynair.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.Lynair.com/") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.pocket.com.pl/") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.pocket.com.pl/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/CapeCanaveral/1624/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/CapeCanaveral/1624/") (:AD . T)) ((:IMG . "\"NetRadio\"") (:NUM . 1) (:URL . "http://www.the-matrix.com/") (:AD . T)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.the-matrix.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.the-matrix.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.cnet.com/Content/Reviews/JustIn/Items/1,118,181,00.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://info.co.uk/focus/default.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://info.co.uk/focus/default.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://info.co.uk/focus/default.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://info.co.uk/focus/default.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.law.indiana.edu/glsj/glsj.html") (:AD)) ((:IMG . "\"Search\"") (:NUM . 1) (:URL . "http://www.law.indiana.edu/glsj/glsj.html") (:AD)) ((:IMG . "\"G-tube") (:NUM . 1) (:URL . "http://crossroads.gower.net/gtubehome.html") (:AD)) ((:IMG . "\"logotenax.gif") (:NUM . 1) (:URL . "http://www.tenax.net/") (:AD)) ((:IMG . "\"Jared") (:NUM . 1) (:URL . "http://home.sol.no/~ssneen/solvi/leto.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.hmpffi.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.tufts.edu/~bboucher/genealogy.html") (:AD . T)) ((:IMG . "\"Approximate") (:NUM . 1) (:URL . "http://www.xylem.demon.co.uk/kepler/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://seniors.yahoo.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.woodmen.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.radix.net/~herronm/") (:AD . T)) ((:IMG . "\"(en") (:NUM . 1) (:URL . "http://www.anet.fr/~laurent/crossfire/crossfire.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://bobrosevocal.com/") (:AD)) ((:IMG . "\"Another") (:NUM . 1) (:URL . "http://www.streetlawfirm.com/") (:AD)) ((:IMG . "\"siliconprairie.jpg") (:NUM . 1) (:URL . "http://www.patents-tm.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://home.fastrans.net/~jlorentz/npsl/ambush/") (:AD . T)) ((:IMG . "\"Evelyn") (:NUM . 1) (:URL . "http://ourworld.compuserve.com/homepages/karen_obrien/evelyn.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.disordered.org/Cartoon.html") (:AD . T)) ((:IMG . "\"In") (:NUM . 1) (:URL . "http://www.internetlove.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.cadvision.com/a1cement/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.nfl.com/players/profile/1406.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://ireland.iol.ie/~brooder/") (:AD)) ((:IMG . "\"Autoweb.com") (:NUM . 1) (:URL . "http://messages.yahoo.com/?action=q&board=VENT") (:AD . T)) ((:IMG . "\"[TV") (:NUM . 1) (:URL . "http://www.wuft.org/") (:AD)) ((:IMG . "") (:NUM . 6) (:URL . "http://www.italway.it/xfiles/index.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.med.und.nodak.edu/depts/anatomy/home.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.wfbq.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.ziprobes.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.rpi.edu/dept/cdc/") (:AD)) ((:IMG . "\"Gamblers") (:NUM . 1) (:URL . "http://www.gamblersanonymous.org/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.gamblersanonymous.org/") (:AD)) ((:IMG . "\"Library/Invite%20Internet%20Services\"") (:NUM . 2) (:URL . "http://www.invite.net/") (:AD)) ((:IMG . "\"Library/Invite%20Internet%20Services%20Group,%20LLC\"") (:NUM . 1) (:URL . "http://www.invite.net/") (:AD)) ((:IMG . "\"Welcome!\"") (:NUM . 1) (:URL . "http://www.invite.net/") (:AD)) ((:IMG . "\"Invite") (:NUM . 1) (:URL . "http://www.invite.net/") (:AD)) ((:IMG . "\"Library/Powered%20by%20INVITE\"") (:NUM . 1) (:URL . "http://www.invite.net/") (:AD . T)) ((:IMG . "\"Library/$3.00%20Accounts\"") (:NUM . 1) (:URL . "http://www.invite.net/") (:AD . T)) ((:IMG . "\"Library/Money%20Back%20Guarantee!\"") (:NUM . 1) (:URL . "http://www.invite.net/") (:AD . T)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.bdol.com/") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.bdol.com/") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.bdol.com/") (:AD . T)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.bdol.com/") (:AD . T)) ((:IMG . "\"FCG") (:NUM . 1) (:URL . "http://www.dinewiththestars.com/") (:AD)) ((:IMG . "\"Menu") (:NUM . 1) (:URL . "http://www.dinewiththestars.com/") (:AD)) ((:IMG . "\"webpage/EC%20Logo\"") (:NUM . 1) (:URL . "http://www.dinewiththestars.com/") (:AD . T)) ((:IMG . "\"Apple") (:NUM . 1) (:URL . "http://www.dinewiththestars.com/") (:AD . T)) ((:IMG . "\"HoTMetaL") (:NUM . 1) (:URL . "http://www.dinewiththestars.com/") (:AD . T)) ((:IMG . "\"BBEdit") (:NUM . 1) (:URL . "http://www.dinewiththestars.com/") (:AD . T)) ((:IMG . "\"Netscape") (:NUM . 1) (:URL . "http://www.dinewiththestars.com/") (:AD . T)) ((:IMG . "\"Trakko*Brakkette\"") (:NUM . 1) (:URL . "http://eden-backend.rutgers.edu/~afram/") (:AD)) ((:IMG . "\"") (:NUM . 1) (:URL . "http://eden-backend.rutgers.edu/~afram/") (:AD)) ((:IMG . "\"") (:NUM . 4) (:URL . "http://eden-backend.rutgers.edu/~afram/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://eden-backend.rutgers.edu/~afram/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://eden-backend.rutgers.edu/~afram/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://eden-backend.rutgers.edu/~afram/") (:AD)) ((:IMG . "\"LEVITATOR,") (:NUM . 1) (:URL . "http://www.levitator.com/") (:AD)) ((:IMG . "\"\"") (:NUM . 1) (:URL . "http://www.levitator.com/") (:AD)) ((:IMG . "\"E-Mail") (:NUM . 1) (:URL . "http://www.page4free.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.page4free.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.page4free.com/") (:AD)) ((:IMG . "\"Page4Free") (:NUM . 1) (:URL . "http://www.page4free.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.page4free.com/") (:AD)) ((:IMG . "") (:NUM . 6) (:URL . "http://www.philately.com/") (:AD)) ((:IMG . "\"Microsft") (:NUM . 1) (:URL . "http://www.philately.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.philately.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.philately.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.unm.edu/~mofro/pullout.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.interlog.com/~singout/") (:AD)) ((:IMG . "\"GeoCities") (:NUM . 1) (:URL . "http://www.geocities.com/Broadway/Stage/6120/intro.html") (:AD)) ((:IMG . "\"Navbar") (:NUM . 1) (:URL . "http://www.geocities.com/Broadway/Stage/6120/intro.html") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.geocities.com/Broadway/Stage/6120/intro.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Broadway/Stage/6120/intro.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Broadway/Stage/6120/intro.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Broadway/Stage/6120/intro.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Broadway/Stage/6120/intro.html") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.geocities.com/Broadway/Stage/6120/intro.html") (:AD)) ((:IMG . "\"Welcome") (:NUM . 1) (:URL . "http://www.geocities.com/Broadway/Stage/6120/intro.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "\"Navigation\"") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "\"Sponsored") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "\"null\"") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 3) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 4) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 5) (:URL . "http://wallofsound.go.com/artists/hole/home.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.uroulette.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.uroulette.com/") (:AD)) ((:IMG . "\"LinkExchange\"") (:NUM . 1) (:URL . "http://www.uroulette.com/") (:AD . T)) ((:IMG . " ALT=\"FerretSoft icon\" WIDTH=199 HEIGHT=55 BORDER=0>") (:NUM . 1) (:URL . "http://www.ferretsoft.com/netferret/") (:AD)) ((:IMG . "\"Picture\"") (:NUM . 1) (:URL . "http://www.ferretsoft.com/netferret/") (:AD)) ((:IMG . "\"Go") (:NUM . 7) (:URL . "http://www.ferretsoft.com/netferret/") (:AD)) ((:IMG . "\"Spacer\"") (:NUM . 1) (:URL . "http://www.ferretsoft.com/netferret/") (:AD)) ((:IMG . "\"Go") (:NUM . 1) (:URL . "http://www.ferretsoft.com/netferret/") (:AD)) ((:IMG . "\"Go") (:NUM . 1) (:URL . "http://www.ferretsoft.com/netferret/") (:AD)) ((:IMG . "\"Go") (:NUM . 1) (:URL . "http://www.ferretsoft.com/netferret/") (:AD)) ((:IMG . "\"Go") (:NUM . 1) (:URL . "http://www.ferretsoft.com/netferret/") (:AD)) ((:IMG . "\"FerretSoft") (:NUM . 1) (:URL . "http://www.ferretsoft.com/netferret/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.villagesq.com/builders/") (:AD . T)) ((:IMG . "\"Kitchen") (:NUM . 1) (:URL . "http://www.villagesq.com/builders/") (:AD . T)) ((:IMG . "\"Builders") (:NUM . 1) (:URL . "http://www.villagesq.com/builders/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.villagesq.com/builders/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.villagesq.com/builders/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.villagesq.com/builders/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.villagesq.com/builders/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.villagesq.com/builders/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.mpsnet.com.mx/mexico/chiapas/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.mpsnet.com.mx/mexico/chiapas/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.mpsnet.com.mx/mexico/chiapas/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.mpsnet.com.mx/mexico/chiapas/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.mpsnet.com.mx/mexico/chiapas/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.mpsnet.com.mx/mexico/chiapas/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.mpsnet.com.mx/mexico/chiapas/") (:AD)) ((:IMG . "\"AMPACE") (:NUM . 1) (:URL . "http://www.ampace.com/") (:AD)) ((:IMG . "\"We") (:NUM . 1) (:URL . "http://www.ampace.com/") (:AD)) ((:IMG . "\"Email") (:NUM . 1) (:URL . "http://www.ampace.com/") (:AD)) ((:IMG . "\"Nasdaq\"") (:NUM . 1) (:URL . "http://www.ampace.com/") (:AD . T)) ((:IMG . "") (:NUM . 7) (:URL . "http://www.ampace.com/") (:AD)) ((:IMG . "") (:NUM . 6) (:URL . "http://www.ampace.com/") (:AD)) ((:IMG . "\"Please") (:NUM . 1) (:URL . "http://www.self-gov.org/freeman/8908pete.htm") (:AD . T)) ((:IMG . "\"The") (:NUM . 1) (:URL . "http://www.self-gov.org/freeman/8908pete.htm") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.self-gov.org/freeman/8908pete.htm") (:AD)) ((:IMG . "\"Where") (:NUM . 1) (:URL . "http://www.self-gov.org/freeman/8908pete.htm") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://www.self-gov.org/freeman/8908pete.htm") (:AD)) ((:IMG . "\"Celebrities\"") (:NUM . 1) (:URL . "http://www.self-gov.org/freeman/8908pete.htm") (:AD)) ((:IMG . "") (:NUM . 2) (:URL . "http://macworld.zdnet.com/pages/may.98/Reviews.4304.html") (:AD . T)) ((:IMG . "\"SEE") (:NUM . 1) (:URL . "http://macworld.zdnet.com/pages/may.98/Reviews.4304.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://macworld.zdnet.com/pages/may.98/Reviews.4304.html") (:AD)) ((:IMG . "\"TEXT") (:NUM . 1) (:URL . "http://macworld.zdnet.com/pages/may.98/Reviews.4304.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://macworld.zdnet.com/pages/may.98/Reviews.4304.html") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.dankruse.com/") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.dankruse.com/") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.dankruse.com/") (:AD . T)) ((:IMG . "\"ElectNet\"") (:NUM . 1) (:URL . "http://www.electnet.org/search1.qry?function=search&state=co&num=6") (:AD)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.electnet.org/search1.qry?function=search&state=co&num=6") (:AD)) ((:IMG . "\"Home\"") (:NUM . 1) (:URL . "http://www.electnet.org/search1.qry?function=search&state=co&num=6") (:AD)) ((:IMG . "\"HotStates\"") (:NUM . 1) (:URL . "http://www.electnet.org/search1.qry?function=search&state=co&num=6") (:AD)) ((:IMG . "\"VotingBooth\"") (:NUM . 1) (:URL . "http://www.electnet.org/search1.qry?function=search&state=co&num=6") (:AD)) ((:IMG . "\"Updates\"") (:NUM . 1) (:URL . "http://www.electnet.org/search1.qry?function=search&state=co&num=6") (:AD)) ((:IMG . "\"Internet") (:NUM . 1) (:URL . "http://www.electnet.org/search1.qry?function=search&state=co&num=6") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/Heartland/5024/club.html") (:AD)) ((:IMG . "\"Click") (:NUM . 1) (:URL . "http://www.geocities.com/Heartland/5024/club.html") (:AD . T)) ((:IMG . "") (:NUM . 1) (:URL . "http://www.geocities.com/ad_container/pop.html?cuid=9582&keywords=toys^beanie*babies") (:AD . T)) ((:IMG . "\"Close") (:NUM . 1) (:URL . "http://www.geocities.com/ad_container/pop.html?cuid=9582&keywords=toys^beanie*babies") (:AD)) ((:IMG . "\"Welcome") (:NUM . 1) (:URL . "http://www.geocities.com/ad_container/pop.html?cuid=9582&keywords=toys^beanie*babies") (:AD . T)) ))