﻿document.writeln("<script>");
document.writeln("		function openFullWin(URL){");
document.writeln("		var targeturl=URL;");
document.writeln("		newwin=window.open(\"\",\"\",\"scrollbars\");");
document.writeln("		if (document.all){");
document.writeln("		newwin.moveTo(0,0);");
document.writeln("		newwin.resizeTo(screen.width,screen.height);");
document.writeln("		}");
document.writeln("		newwin.location=targeturl;");
document.writeln("	}");
document.writeln("<\/script>");
document.writeln("<a href=\"#\" onclick=\"openFullWin('\/website_admin\/login')\">版权所有<\/a>：www.laotela.com");

