/**
 * This file is intended to hold Javascript functions
 * which deal with events from popular search links, or lack thereof. 
 *
 * version $Id: popularSearchOnClick.js,v 1.2 2007/05/21 16:58:03 tcouch Exp $
**/


/* over-write this function in another file to build a custom popup box on the popular search links using the
built-in trigger popSearchLinkOnClick() */

function popSearchLinkOnClick(link, searchQuery, displayText, city, state) {
	return true;
}