﻿function CheckForEBayUpdates(){document._ps_Cancel=false;var ebaySearchTerm=document.getElementById(document._ps_EBaySearchTermHiddenFieldID).value;if(isNaN(Number(ebaySearchTerm)))PriceLister.Avalon.Web.ScriptService.EBayResultsServices.EBayKeywordSearchStatus(ebaySearchTerm,EBayProductSearchStatusCallback);else PriceLister.Avalon.Web.ScriptService.EBayResultsServices.EBayProductSearchStatus(ebaySearchTerm,EBayProductSearchStatusCallback);};function EBayProductSearchStatusCallback(result){document._ps_EBaySearchUpdateAttemptsLeft--;if((result==0)&&(document._ps_EBaySearchUpdateAttemptsLeft>0))ScheduleNextEBayUpdate();else{if((result==0)&&(document._ps_EBaySearchUpdateAttemptsLeft==0)){var panelProductDetails=document.getElementById(document._ps_PanelProductDetails);var noResultsDiv=document.getElementById(document._ps_NoResultsPanelId);noResultsDiv.style.display='block';panelProductDetails.style.display='none';}else{var reloadButton=document.getElementById(document._ps_ReloadButton);__doPostBack(reloadButton.name,'');}}};function ScheduleNextEBayUpdate(){document._ps_checkForEBayUpdatesTimerId=window.setTimeout(function(){CheckForEBayUpdates();},document._ps_EBayUpdateCheckInterval);};function StartEBayUpdateCheck(){document._ps_EBaySearchUpdateAttemptsLeft=document._ps_EBayUpdateAttempts;if(!document._ps_checkForEBayUpdatesTimerId)ScheduleNextEBayUpdate();}

