/*
 * browse.js
 *
 * Copyright (c) 2007-2008 by Zelestra, ZELESTRA.COM. All Rights Reserved.
 *
 * @author David C. Tessman
 * @version 1.3 2008-01-02
 */

function searchListItem(lstItem) {
	setAsLoading(true);
	window.location.href="/cc/ck/browse/search.do?searchMode=define&selection=published&category=&keywords=" + lstItem;
	pvtClearAll();
	return false;
}


document.observe("dom:loaded", function() {
	initContentHeader();
	initSrc();
});