<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Find Covers Demo</title>

<!--

	You may change anything on this template just ensure that
	all javascript, form elements and divs etc remain and have
	the names as shown (ie do NOT rename them!)
	
	The page has 4 main elements that MUST exist for the script to function:
	1. The Javascript
	2. The 'top' anchor tag
	3. The Form
	4. The 'results' div
	
-->

<script type="text/javascript" src="includes/ajax.js"></script>
<script language="javascript">
function setfocus(){
	document.getElementById('top').focus()
}
</script>

<link href="includes/styles.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {color: #FF6600}
-->
</style>
</head>

<body>
<table width="740" border="0" align="center" cellpadding="1" cellspacing="0">
  <tr>
    <td align="left" valign="top" bgcolor="#EEEEEE"><table width="738" border="0" cellpadding="5" cellspacing="8" bgcolor="#FFFFFF">
      <tr>
        <td height="76" align="left" valign="top" bgcolor="#006699"><table width="600" border="0" align="center" cellpadding="0" cellspacing="2">
          <tr>
            <td align="left" valign="top" class="hdr">
			
			<!--IMPORTANT: Place this tag near the top of your
				page as it is used for pagination
			-->
			<a name="top" id="top"></a>			</td>
          </tr>
          <tr>
            <td align="left" valign="top">
			
			<!--FORM START-->
			
			<form action="" id="frmFindCovers" name="frmFindCovers" method="get" onsubmit="findcover('1'); return false;">
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
              
			  <tr>
                <td align="left" valign="top">
				
                  <label>
                    <span class="hdr">Find Covers Demo </span>
                    &nbsp;
                    <input name="search" type="text" id="search" />
                    </label>                &nbsp;<span class="body_txt">Type</span>
                    <label>
                    <select name="type" id="type">
                      <option value="music">CD</option>
                      <option value="dvd">DVD</option>
                    </select>
&nbsp;
<input type="submit" id="submit" name="Submit" value="Submit" onclick="findcover('1'); return false;"/>
                    </label></td>
              </tr>
              <tr>
                <td align="center" valign="top"><label></label></td>
              </tr>
            </table>
			 </form>
			 
			 <!--FORM END-->			 			</td>
          </tr>
          <tr>
            <td align="left" valign="top"><p class="body_txt">Please note that Amazon does not always have an image for every item so in some cases you will see the text 'No Image'. This can be changed to whatever you think is suitable.</p>
              <p><span class="body_txt">Also the main page (this one) is entirely template driven and can be changed very easily to suit your needs.</span>  </p></td>
          </tr>
          <tr>
            <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="1">
              <tr>
                <td align="left" valign="top" bgcolor="#CCCCCC"><table width="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr>
                      <td align="left" valign="top" bgcolor="#FFFFFF" class="dk_body">If you would like to purchase a copy of this script please <a href="http://www.namepros.com/for-sale-advertising-board/156223-findmycover-com-type-script-for-sale.html?highlight=findmycover.com" target="_blank" class="style1">read more about it here</a>. You may make your payment via Pay Pal (paymentsATbigwavehosting.com - replace AT with @). Please state clearly which version you would like and where you would like your new script mailed. </td>
                    </tr>
                </table></td>
                <br />
              </tr>
            </table></td>
          </tr>
          <tr>
            <td align="center" valign="top" class="body_txt">
			
			<!--IMPORTANT: This div must remain. It is where
				the results wil be shown. Do NOT rename it!
			-->
			<div id="result"></div>			</td>
          </tr>
          <tr>
            <td align="center" valign="top">			</td>
          </tr>
          
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>
