



/////NO NEED TO EDIT BELOW HERE////////////
if (displaymode==0)
	document.write(iframecode)

function gone(url){
	if (document.getElementById&&displaymode==0)
		document.getElementById("external").src=url
	else if (document.all&&displaymode==0)
		document.all.external.src=url
	else{if (!window.win2||win2.closed)
		win2=window.open(url)
		//else if win2 already exists
	else{win2.location=url
		win2.focus()
	}}}
