document.writeln("<script language=\"javascript\">");
document.writeln("var UserName=location.href.split(\'/\');");
document.writeln("var myUrl=\"http://my.25.la\";");
document.writeln("if(UserName[2]==\"25.la\" || UserName[2]==\"www.25.la\")");
document.writeln("{");
document.writeln("	myUrl=myUrl+\"/?\"+UserName[3];");
document.writeln("}else{");
document.writeln("	top.location.href=myUrl;");
document.writeln("}");
document.writeln("");
document.writeln("function start(){");
document.writeln("	this.txt.location.href=myUrl;");
document.writeln("	title();");
document.writeln("}");
document.writeln("");
document.writeln("function title(){");
document.writeln("	this.document.title = window.frames[\"txt\"].document.title;");
document.writeln("	var time=setTimeout(\"title()\",1000);");
document.writeln("	if(this.document.title==window.frames[\"txt\"].document.title && this.document.title!=\"\"){");
document.writeln("		clearTimeout(time);");
document.writeln("	}");
document.writeln("}");
document.writeln("</script>");
