		document.onselectstart	=new Function ("return false");
	if (window.sidebar)
	{
		document.onmousedown	=new Function ("return false");
		document.onclick		=new Function ("return true");
	}
function jsPic()
	{
		imgName = Math.round(Math.random()*16)+1;
		document.images['BIG'].src = 'Images/'+imgName+'.jpg';
		window.setTimeout("javascript: jsPic();", 10000);
	}
function jsLoc(LocName)
	{
		location.href='refs'+LocName+'.htm#A'+imgName;	
	}

function jsDot()
	{
		waiting.innerHTML+=' .';
		window.setTimeout("javascript: jsDot();", 1000);
	}