		/* Frameset Loader code!
		To be inserted into each
		DFA Guide page that belongs
		in a frameset!!!! */ 

ok_urls = new Array();
ok_urls[0] = "http://www.mickhalpin.com/dub2.htm";
ok_urls[1] = "http://127.0.0.1/dub2.htm";
ok_urls[2] = "http://mickhalpin.com/dub2.htm";
ok_urls[3] = "F:\DFA GUIDE\dub2.htm";
ok_urls[4] = "http://www.mickhalpin.com/dub";
ok_urls[5] = "http://mickhalpin.com/dub";

// Enter all the possible web addresses that your site's frameset
// page can be accessed online, such as with and without the 'www'

function reportError(url, line) {
if (url == window.location.href) {

top.location.href = ok_urls[1];
return true;
   }
}

window.onerror = reportError;

url_found = 0;
for (var i = 1; i <= ok_urls.length && !url_found; i++) {
url_found = (parent.location.href.indexOf(ok_urls[i]) == -1);
}
if (!url_found || (window == top))
top.location.href = ok_urls[0] + "?" + thisdfahere;

