// this code was written by Jim Christiano 8/23/07
// it resumbits the search form if we post from our corporate website
// without this the struts token will prevent a true search

if(location.href.indexOf("PDFVersionFromCorp=1") != -1)
{
	//alert("about to refresh");
	//location.href = location.href.replace('PDFVersionFromCorp=1&','');
}