﻿/*if (top.location != self.location)
{
	top.location=self.location;
}*/

function alltopmsn() //所有头部提示信息
{
	var yesorno='yes'; // 当值为yes时输出内容
	if (yesorno=='yes')
	{
		document.writeln("<style type=\"text/css\">");
		document.writeln("<!--");
		document.writeln(".alltopmsn{font-family: Arial, Helvetica, sans-serif;line-height: 28px;font-weight: normal;font-variant: normal;color: #FF0000;text-decoration: none;background-color: #FFFFCC;text-align: center;width: 958px;border: 1px dotted #FF0000;height: 28px;margin-right: auto;margin-left: auto;overflow: hidden;margin-bottom: 10px;}");
		document.writeln("-->");
		document.writeln("</style>");
		document.writeln("<div class=\"alltopmsn\">本同志导航网站正在陆续收录网站中，推荐网站，提意见，还有广告服务都可以给我们发邮件！ yesgayboy@qq.com </div>");
	}
}



