<!-- //Copyright Gator Bytes 2000
//If you use this script on your homepage
//then please put a link back to Gator Byets
function redirection()
{
var g1=document.form.t1.value;
var g2=document.form.t2.value;
var text="<html><head><meta http-equiv=\"refresh\" content=\"" + g1 + "; url=" + g2 + "\"></head></html>";
document.form.tag.value = text;
}
// -->