<!-- Original:  Craig Lumley -->
<!-- Web Site:  http://www.craiglumley.co.uk -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var bestwidth = 1024;
var bestheight = 768;
if (screen.width != bestwidth || screen.height != bestheight) {
msg = "This site looks best when viewed using Internet Explorer when your screen "
+ "is set to a " + bestwidth + "x" + bestheight + " resolution, "
+ "but your screen resolution is " + screen.width + "x"
+ screen.height + ".  Please change your screen resolution "
+ "to best view the site, if possible.  Thanks!";
document.write(msg);
}
//  End -->