/*
















 <!-- lt. blue/grey headings -->
 <!-- lt. blue/grey headings (alt) -->
 <!-- lt. blue/grey headings (alt) -->



*/
	window.defaultStatus = '';
	NUM_ERRMSG = 2;
	var pics = new Array(NUM_ERRMSG);
	
	pics[0] = '<a href="http://www.hamiltonjewelers.com" target="xlink"><img src="/images/ads/3.gif" width="159" height="414" alt="Hamilton Jewlers"></a>';
	pics[1] = '<a href="http://www.mckayimaging.com" target="xlink"><img src="/images/ads/0.gif" width="159" height="414" alt="McKay Imaging"></a>';
	

	ERRMSG = 0;
	function randomize(type) {
		if (type == ERRMSG)
			return pics[Math.floor(Math.random() * pics.length)]
	}
	document.write(randomize(ERRMSG));

