<!-- Begin

var frm = document.frames;

function writeLayer(text) {
frm["misc"].location.href = text;
document.addrForm.location.value = text;
 
}

function back()
{
	frm['misc'].history.go(-1);
}

function forward()
{
	frm['misc'].history.go(+1);
}



function setLayer(text) 
{
if (text.indexOf("http://",0) < 0)
text = "http://" +text;
frm["misc"].location.href = text;
document.addrForm.location.value = text;
}
function onLoad(text) {
if (text != "Microsoft Internet Explorer") {
alert("netscape not supported");
history.back();
}

return true;
}
//  End -->
