/*
 * Note: refactor this to use SM.getElementByClassName instead, so it covers
 * any number of pagination instances.
 */

function IE6paginationSupport() {
	if (document.getElementById("paginationTop")) SM.ie6HoverSupport(document.getElementById("paginationTop"),"li");
	if (document.getElementById("paginationBottom")) SM.ie6HoverSupport(document.getElementById("paginationBottom"),"li");
}
if (ie6) SM.addToInit(IE6paginationSupport);
