
// Due to really old browsers not even being able to load the original mrhire.js file due to try/catch statements
// We need to seperate it into two files so the browsercheck is done first so they can see the alert
// Please don't combine these two statements and make it more efficient since it used to be that way and it broke

// Also note that we are sourcing these in as ".gif" which are soft linked to the .js versions.  This causes
// browsers to cache these bad boys (since they don't cache .js files for some reason) and it speeds up 
// things -- especially on slow dial up connections.

document.write('<script src="/browsercheck.js" type="text/javascript"></script>') ;
document.write('<script src="/jslib.js"        type="text/javascript"></script>') ;
document.write('<script src="/jslib2.js"        type="text/javascript"></script>') ;

