<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><head profile="http://gmpg.org/xfn/11">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{$website_title}</title>
<meta name="keywords" content="{$website_keyword}" />
<meta name="description" content="{$website_description}" />
<link rel="stylesheet" href="templates/green/styles/style.css" type="text/css" media="all">
<meta name="robots" content="index,follow">
{literal}
<script type="text/javascript">
<!--
function MM_validateForm() { //v4.0
if (document.getElementById){
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
if (val) { nm=val.name; if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
} else if (test!='R') { num = parseFloat(val);
if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
} } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
} if (errors) alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = (errors == '');
} }
//-->
</script>
{/literal}
</head><body id="home">
<div id="header" class="clearfix">
{include file='html_submenu.inc.tpl'}
<div id="branding">
<h1 id="logo"><a href="{$domain_url}" title="{$title_header1}">{$title_header1}</a></h1>
<div class="description">{$title_header2}</div>
</div>
<div id="nav" class="clearfix">
{include file='html_menu_rigth.inc.tpl'}
{include file='html_menu.inc.tpl'}
<div id="submenu-bg">
<div id="submenu-listitems">{$navegation}</div>
</div>
</div>
</div>
<div id="main" class="clearfix">
<div id="container">
<div id="content">
<div class="post">
<h1>Contact Us</h1>
<small class="meta">
<span class="alignleft">
{$date}</span>
<a href="{$domain_url}" class="alignright button-style">
Product Search Engine and Directory
</a>
</small>
<div class="entry">
<div class="source">
<form action="contact-us-send.php" method="post" name="form1" id="form1" onsubmit="MM_validateForm('Name','','R','Email','','RisEmail','spam','','RisNum');return document.MM_returnValue">
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="26%" align="right">Name:</td>
<td width="74%" align="left"><input type="text" name="Name" id="Name" /></td>
</tr>
<tr>
<td align="right">Email:</td>
<td align="left"><input type="text" name="Email" id="Email" /></td>
</tr>
<tr>
<td align="right">Comments:</td>
<td align="left"><textarea name="Comments" cols="50" rows="5"></textarea></td>
</tr>
<tr>
<td align="right">Spam: 5+6</td>
<td align="left">=
<input type="text" name="spam" id="spam" /></td>
</tr>
<tr>
<td> </td>
<td align="left"><input type="submit" name="button" id="button" value="Submit" /></td>
</tr>
</table>
</form>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF">{include file='google-ads-300-250.inc.tpl'}</td>
<td bgcolor="#FFFFFF">{include file='google-ads-300-250.inc.tpl'}</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<!-- #content -->
</div><!-- #container -->
<div id="sidebar">
{include file='google-ads-160-600.inc.tpl'}
{include file='google-ads-120-90.inc.tpl'}
{include file='google-ads-120-90.inc.tpl'}
{include file='google-ads-120-90.inc.tpl'}
</div>
</div>
{include file='html_footer.inc.tpl'}
{include file='google-analytics.inc.tpl'}
</body></html>