


document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln(".STYLE1 {color: #FF0000}");
document.writeln("-->");
document.writeln("* {font-family:Verdana; font-size:12px; line-height:20px}");
document.writeln("<\/style>")


function loadwebsite()
{
	 var site = window.location.href;
	 document.MyForm.site.value = site;
}
function ale()
{
	var strMessage = ""
	strMessage = CheckForm();
	loadwebsite();
	if(strMessage=="")
	{
		document.forms[0].submit(); 
		alert("Send OK, we will reply you as soon as possible!");
    	
	}
	else
	{
		alert(strMessage);
	}
}
function CheckForm()
{  
	var strMessage="";
if(document.MyForm.UserName.value.length==0)
{  
	strMessage="* is required!"
    return strMessage;
}
if(document.MyForm.Email.value.length==0)
{  
	strMessage="* is required!"
    return strMessage;
}
if(document.MyForm.Email.value.length>0)
{  
 var reMail = /^(?:[a-z\d]+[_\-\+\.]?)*[a-z\d]+@(?:([a-z\d]+\-?)*[a-z\d]+\.)+([a-z]{2,})+$/i;
 var sText = document.MyForm.Email.value;
 if(!reMail.test(sText))
 {
 	
 	strMessage="The email address is invalid."
    return strMessage;
 }
}
if(document.MyForm.Country.value.length==0)
{
	strMessage="* is required!"
    return strMessage;
}
if(document.MyForm.Message.value.length==0)
{
	strMessage="* is required!"
    return strMessage;
}
return strMessage;
}


document.writeln("<iframe name=\"frm_dealer\" width=\"0\" height=\"0\"><\/iframe>");
document.writeln("<br \/>");
document.writeln("<form name=\"MyForm\" method=\"get\" action=\"http:\/\/www.boblefeel.com\/revmessage.aspx\" target=\"frm_dealer\" >");
document.writeln("<div align=\"center\">");
document.writeln("  <table width=\"750\" height=\"350\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("    <tr>");
document.writeln("      <td height=\"28\" colspan=\"5\" align=\"left\"><strong><\/strong><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td width=\"115\">&nbsp;<\/td>");
document.writeln("      <td width=\"317\" height=\"28\" align=\"left\"><span class=\"STYLE1\">Please be sure to fill in the boxes marked(*)<\/span> <\/td>");
document.writeln("	   <td width=\"18\" rowspan=\"10\">&nbsp;<\/td>");
document.writeln("	 ");
document.writeln("       <td width=\"300\" rowspan=\"10\" align=\"left\" valign=\"top\"><p> <strong>Add:<\/strong>No.23, SiLiu North Road, High-Tech Industrial Zone, Qingdao, China<br \/>");
document.writeln("           <strong>Zip:<\/strong>266000<br \/>");
document.writeln("           <strong>Tel:<\/strong>+86-532-80682166 \/ 80682167 \/ 80682169 \/ 85682173 \/ 82701728<br \/>");
document.writeln("           <strong>Fax:<\/strong>+86-532-80682170<br \/>");
document.writeln("           <strong>E-mail:<\/strong> qdsales@speakingifts.com<br \/>");
document.writeln("           <strong>MSN:<\/strong> qdsales@speakingifts.com<\/p>");
document.writeln("        <\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td height=\"28\" align=\"left\">Contact Person:<\/td>");
document.writeln("      <td height=\"28\" align=\"left\"><input name=\"UserName\" type=\"text\" size=\"25\" \/>");
document.writeln("        <span class=\"STYLE1\">*<\/span><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td height=\"28\" align=\"left\">Email:<\/td>");
document.writeln("      <td align=\"left\"><input name=\"Email\" type=\"text\" size=\"25\" \/>");
document.writeln("        <span class=\"STYLE1\">*<\/span><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td height=\"28\" align=\"left\">Country:<\/td>");
document.writeln("      <td align=\"left\"><input name=\"Country\" type=\"text\" size=\"25\" \/>");
document.writeln("        <span class=\"STYLE1\">*<\/span><\/td>");
document.writeln("      <\/tr>");
document.writeln("	  <tr>");
document.writeln("      <td height=\"146\" align=\"left\">Message:<\/td>");
document.writeln("      <td align=\"left\" valign=\"middle\"><textarea name=\"Message\" cols=\"36\" rows=\"10\"><\/textarea>");
document.writeln("        <span class=\"STYLE1\">*<\/span><\/td>");
document.writeln("      <\/tr>");
document.writeln("	    <tr>");
document.writeln("      <td height=\"28\" colspan=\"2\" align=\"left\">Where did you find our website? (Google? Yahoo? Aol?) <\/td>");
document.writeln("      <\/tr>  <tr>");
document.writeln("      <td height=\"28\" colspan=\"2\" align=\"left\"><label>");
document.writeln("        <input name=\"Where\" type=\"text\" size=\"55\" \/>");
document.writeln("      <\/label><\/td>");
document.writeln("      <\/tr>");
document.writeln("	          <td height=\"28\" colspan=\"2\" align=\"left\">What keywords did you search? (Gifts? Gift idea? Birthday gift? )<\/td>");
document.writeln("      <\/tr>  <tr>");
document.writeln("      <td height=\"28\" colspan=\"2\" align=\"left\"><label>");
document.writeln("        <input name=\"keyword\" type=\"text\" size=\"55\" \/>");
document.writeln("      <\/label><\/td>");
document.writeln("      <\/tr>");
document.writeln("	    <tr>");
document.writeln("      <td height=\"40\" colspan=\"2\" align=\"center\"><div align=\"center\">");
document.writeln("        <input name=\"Input\" value=\"Send Message\" type=\"button\" onclick=\"ale()\"  \/>");
document.writeln("      <\/div><\/td>");
document.writeln("      <\/tr>");
document.writeln("  <\/table>");
document.writeln("  <p><input name=\"site\" type=\"hidden\" value=\"\" \/>&nbsp;&nbsp;  <\/p>");
document.writeln("  <p>&nbsp;  <\/p>");
document.writeln("     <p>&nbsp;  <\/p>");
document.writeln("       <p>&nbsp;<\/p>");
document.writeln("  <p>&nbsp;<\/p>");
document.writeln("  <\/div>");
document.writeln("<\/form>")