﻿function check() {
	if(document.search.key.value=="search this site" || document.search.key.value=="")
	{
		alert("please add key!");
		document.search.key.focus();
		return false;
	}
}
rnd.today=new Date();
rnd.seed=rnd.today.getTime();
function rnd() {
rnd.seed = (rnd.seed*9301+49297) % 233280;
return rnd.seed/(233280.0);
}
function rand(number) {
return Math.ceil(rnd()*number);
}
var number=rand(7);
var html="<table width=\"1003\" height=\"66\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
  html=html+"<tr>";
   html=html+"<td width=\"90\" height=\"60\"><div align=\"center\"><a href=\"http://www.theconecrusher.com\"><img src=\"../images/top1_01.gif\" width=\"66\" height=\"50\" border=\"0\"></a></div></td>";
   html=html+"<td width=\"550\" class=\"head_name\">Shanghai Yuanhua Cone Crusher</td>"
 html=html+"<td width=\"479\" height=\"60\" valign=\"top\" background=\"../images/top1_03.gif\" class=\"head_td1\">";    
	 html=html+"<table width=\"479\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"
    html=html+"<tr>"
     html=html+"<td width=\"250\" height=\"20\">&nbsp;</td>"
      html=html+"<td width=\"600\"></td>"
  html=html+"</tr>"
      html=html+"<tr>"
     html=html+"<td width=\"250\" height=\"20\">&nbsp;</td>"
      html=html+"<td width=\"600\"></td>"
  html=html+"</tr>"
      html=html+"</table>"
      html=html+"<form name=\"search\" method=\"post\" action=\"search.asp?aciont=search\" onsubmit=\"return check();\">" 
    html=html+"</form></td>"
  html=html+"</tr>"
 html=html+"</table>"
document.write (html);