linked = "";
function changeit(mf) {
if (linked == mf) {;}
else {
parent.mainFrame.location.href= mf;
linked = mf;
return;
}
}