Hi everyone. I am trying to come up with a good solution to the following problem. The situation is a page that has rotating content on it. This content is refreshed every 5 minutes. The problem I am running into is sometimes if the net connection goes down and the content is loaded a page cannot be displayed page will apear. When this happens normally the script that is reloading the content will either stop firing or cause a permission denied error. I have been attempting to do this with javascript and iframes which almost works, but I am now looking for a possible solution within AJAX. What I am trying to do is if the script reloads the page and the net connection is lost the script would display "Internet down, please wait" instead of trying to load the page (or load the data) which would cause the PCBD error. Anyone have any suggestions? I have worked with AJAX in the past but nothing like this.