﻿// JavaScript Document

function check_so(theForm){
	if ((theForm.key.value == "")||(theForm.key.value == "搜索更多文章")){
		alert("点错了吧！\n\n要找信息，你得先输入搜索关键词啊！");
		theForm.key.focus();
		return false;
		}
	else{
		location.href="/so.htm?"+theForm.key.value+"&1";
		return false;
		}
	}

function copy(){
	var text = clipboardData.getData("text");
	text = text + "\r\n本文字来源于 傲豪网络(http://aohao.net.cn)，转载时请以链接形式注明出处。\r\n 网页地址：" + location.href;
	clipboardData.setData("text",text);
	}

function get_url(strnum){
	var shref = document.location.href;
	var args = shref.split("?");
	var retval = ""
	if (args[0] == shref){
		return retval;
		}
	else{
		var str = args[1];
		args = str.split("&");
		retval = args [strnum];
		return retval;
		}
	}

function isMatch(str1,str2){
	var index = str1.indexOf(str2);
	if (index == -1) return false;
	return true;
	}

if (isMatch(window.location.hostname,"aohao.net.cn") == false){
	window.location.href = "http://aohao.net.cn" + window.location.pathname;
	}

function m(n){
	for (var i=1;i<=7;i++){
		var curB = document.getElementById("m"+i);
		if  (n==i) {
			curB.className = "tmb";
			}else{
				curB.className = "";
				}
		}
	}

function i_tc(n){
	for (var i=1;i<=5;i++){
		var curC = document.getElementById("im"+i);
		var curB = document.getElementById("in"+i);
		if  (n==i) {
			curC.style.display = "block";
			curB.className = "pic";
			}else{
				curC.style.display = "none";
				curB.className = "";
				}
		}
	}


////////////////////////////////  检查数据  ///////////////////////////////////////////////////
function checkdata(theForm){
	if (theForm.username.value == ""){
		alert("操作出错:\n\n请输入您的姓名!");
		theForm.username.focus();
		return false; 
		}
	if (theForm.cotel.value == ""){
		alert("操作出错:\n\n请填写电话号码!");
		theForm.cotel.focus();
		return false; 
		}
	if (theForm.info.value == ""){
		alert("操作出错:\n\n请填写留言内容!");
		theForm.info.focus();
		return false; 
		}
	}
////////////////////////////////  图片宽度  ////////////////////////////////////////////////////
function showimg(ImgD,FitWidth,FitHeight){
	if (ImgD.width>FitWidth)(ImgD.width=FitWidth)
	if (ImgD.height>FitHeight){ImgD.height=FitHeight}
	} 

////////////////////////  限制输入框字符  ////////////////////////////////////////////////
function getstr(thisArea,maxlen){
	if (thisArea.value.length > maxlen){
		alert(maxlen + " 个字符限制!");
		thisArea.value = thisArea.value.substring(0,maxlen);
		thisArea.focus();
		}
	messageCount.innerText = thisArea.value.length;
	}

document.writeln("<script src=\"\/css\/swf.js\" type=\"text\/javascript\"><\/script>");

function qq(){
	document.writeln("<a href=\"tencent:\/\/message\/?uin=41168134&site=傲豪网络&menu=yes\"><img src=\"\/img\/qq.gif\" alt=\"网站建设客服咨询\" \/><\/a>&nbsp;&nbsp; <img src=\"\/img\/qq.gif\" alt=\"网站优化客服咨询\" onclick=\"javascript:window.open(\'http:\/\/bizapp.qq.com\/webc.htm?new=0&amp;sid=706269068&amp;o=aohao.net.cn&amp;q=1\', \'_blank\', \'height=502, width=644,toolbar=no,scrollbars=no,menubar=no,status=no\');\" \/>");
	}