		var today = new Date();
		var d = today.getSeconds();
		var maximages=30;
		d = Math.floor(d/(60/maximages));
		function fixheight(){
			h = (typeof window.innerHeight != 'undefined' ? document.body.offsetHeight:window.innerHeight);
			w = (typeof window.innerWidth != 'undefined' ? document.body.offsetWidth:window.innerWidth);
			h-=252;
			document.getElementById('tb_overlay').style.height = h+444;
			document.getElementById('tb_overlay').style.width = w;
		}
		function toggleOverLay(subj,toaddr) {
			if (!subj) subj="";
			document.contact.subject.value=subj;
			if (!toaddr) toaddr="Webmaster";
			document.contact.to_name.value=toaddr;

			if (document.getElementById('tb_overlay').style.display != 'block') {
				document.getElementById('tb_overlay').style.display = 'block';
				document.getElementById('tb_window').style.display = 'block';
			} else {
				document.getElementById('tb_overlay').style.display = 'none';
				document.getElementById('tb_window').style.display = 'none';
			}
		}
		function makeArray0() {	for (i = 0; i<makeArray0.arguments.length; i++) this[i] = makeArray0.arguments[i]; }

		function checkandsubmit(){
			document.contact.browser_info.value=navigator.userAgent;
			document.contact.screen_size.value=(parseInt(navigator.appVersion) >= 4)?(screen.width + " x " + screen.height):"unknown";
			document.contact.code.value=document.contact.code1.value.toUpperCase();
			document.contact.codenumber.value=d;
			document.contact.submit();
		}
		function writecodeimg(){
			document.write('<img src="/files/codeimg' + d + '.png" height="25px" width="106px" border="1">');
		}

		// preload graphics for button
		var buttonImagePath = '/files/';
		var browserName = 'MZ';
		preloadButtonGraphics();