meta name="googlebot" content="noarchive" /> <body lang=EN-US link=blue vlink=blue style='tab-interval:.5in'> <div class=Section1> <p>This page uses frames, but your browser doesn't support them. <a href="http://www.seewhatsells.com/dccrs/rightpanel.html">http://seewhatsells.com/woc/rightpanel.html</a></p> </div> </body> <!-- CSS --> <style type="text/css"> body { padding-left: 0em; font-family: font-family:"Comic Sans MS", Times, serif; line-height: 1.1; font-size: 9pt; color: #800040; //font color background-color: #FAFAFA } ul.navbar { list-style-type: none; padding: 0; margin: 0; position: absolute; top: 2em; left: 1em; width: 9em } h1 { font-family:"Comic Sans MS", Times, serif;} ul.navbar li { background: #ffffee; margin: 0.5em 0; padding: 0.3em; border-right: 1em solid black } ul.navbar a { text-decoration: none } a:link { color: blue } a:visited { color: purple } address { margin-top: 1em; padding-top: 1em; border-top: thin dotted } </style> <!-- CSS --> <style type="text/css"> {scrollbar-face-color: #ccccff; scrollbar-shadow-color: #111111; scrollbar-highlight-color: #cccccc; scrollbar-3dlight-color: #111111; scrollbar-darkshadow-color: #333333; scrollbar-track-color: #eeeeee; scrollbar-arrow-color: #ffffff;} } A:link {text-decoration: none} A:visited{text-decoration: none} A:hover {color: #FF8c00;text-decoration: underline} #A:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; font-weight: bold; color: #FF0000;text-decoration: underline} .bold { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: #000000; font-weight: normal} .bodyplain { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: #004080; font-weight: normal} .boldblue { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: #004080; font-weight: bold ; text-decoration: none} .footer { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-style: normal; color: #FAF0E6; font-weight: bold ; text-decoration: none} .boldwhiteCopy { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: 4A627A; font-weight: bold ; text-decoration: none} .credit { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #CCCCCC; font-weight: bold ; text-decoration: none } .boldlink { font-family: Arial; font-size: 9pt; font-style: normal; color: #FAF0E6; font-weight: bold ; text-decoration: underline} .boldlink1 { font-family: Arial; font-size: 7pt; font-style: normal; color: #FAF0E6; font-weight: normal ; text-decoration: underline} .bodycenter { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: #FAF0E6; font-weight: normal} .bodyplainwhite { font-family: Arial; font-size: 7pt; font-style: normal; color: ffffff; font-weight: normal } .catButton { font:Verdana;color:#004080;font-size:9pt;font-weight:normal;font-style:normal;text-decoration:none;text-align:left; background:silver; } </style> <!-- start date function MakeArray --> <script language="JavaScript"> <!-- start date function MakeArray(n) { this.length = n return this } monthNames = new MakeArray(12) monthNames[1] = "January" monthNames[2] = "February" monthNames[3] = "March" monthNames[4] = "April" monthNames[5] = "May" monthNames[6] = "June" monthNames[7] = "July" monthNames[8] = "August" monthNames[9] = "September" monthNames[10] = "October" monthNames[11] = "November" monthNames[12] = "December" dayNames = new MakeArray(7) dayNames[1] = "Sunday" dayNames[2] = "Monday" dayNames[3] = "Tuesday" dayNames[4] = "Wednesday" dayNames[5] = "Thursday" dayNames[6] = "Friday" dayNames[7] = "Saturday" function customDateString(oneDate) { var theAgent = navigator.appName var theDay = dayNames[oneDate.getDay() + 1] var theMonth = monthNames[oneDate.getMonth() + 1] if (theAgent.indexOf('Netscape') >= 0) { var theYear = oneDate.getYear() + 1900 }else{ var theYear = oneDate.getYear() + 0000 } return theDay + ", " + theMonth + " " + oneDate.getDate() + ", " + theYear } function DateString(oneDate) { var theAgent = navigator.appName var theDay = dayNames[oneDate.getDay() + 1] var theMonth = monthNames[oneDate.getMonth() + 1] if (theAgent.indexOf('Netscape') >= 0) { var theYear = oneDate.getYear() + 1900 }else{ var theYear = oneDate.getYear() + 0000 } return theMonth + " " + oneDate.getDate() + ", " + theYear } function dayPart(oneDate) { var theHour = oneDate.getHours() if (theHour <6 ) return "God its Late" if (theHour < 12) return "Morning" if (theHour < 18) return "Afternoon" return "Evening" } end date --> </script> <script language="javascript"> <!-- function toggle(targetId,btnID) { target = document.all( targetId ); if (targetId.style.display == "none") {targetId.style.display = "" btnID.value = "^"} else {targetId.style.display = "none"; btnID.value = "->"} } --> </script> <!-- start mouse over main menu style --> <style> .menu { //Main Menu class="menu" width: 100%; display: block; color: #ffffff; font-family: Comic Sans MS; font-size: 9pt; color: black; line-height:12px; font-weight:none; border-top: 1px solid #cccccc; // puts line between menu elements border-right: 0px solid #111111; text-decoration: none; text-underline:none; background-color: #FAFAFA; padding: 1px 1px 1px 1px; } .menu:hover { background-color: #FFFF00; //mouse over color padding: 1px 1px 1px 1px; } a:link, {color:maroon; text-decoration:none; text-underline:none;} a:visited, {color:maroon; text-decoration:none; text-underline:none;} </style> <!-- end mouse over main menu style --> <!-- lk remember me head form script --> <script type="text/javascript" > function getCookie(Name){ var re=new RegExp(Name+"=[^;]+", "i"); //construct RE to search for target name/value pair if (document.cookie.match(re)) //if cookie found return document.cookie.match(re)[0].split("=")[1] //return its value return "" } function setCookie(name, value, days){ var expireDate = new Date() //set "expstring" to either future or past date, to set or delete cookie, respectively var expstring=expireDate.setDate(expireDate.getDate()+parseInt(days)) document.cookie = name+"="+value+"; expires="+expireDate.toGMTString()+"; path=/"; } function rememberForm(formid){ //Main remember form values object this.formref=document.getElementById(formid)? document.getElementById(formid) : document.forms[formid] this.cookiename=formid this.persistdays=180 //days to persist form values this.fields=new Array() this.cookiestr="" var forminstance=this rememberForm.dotask(this.formref, function(){forminstance.savevalues()}, "submit") //save form values onsubmit rememberForm.dotask(window, function(){forminstance.recallvalues()}, "load") //populate form with saved values onload (body) } rememberForm.prototype.getfield=function(attr){ //get form field based on its ID or name attribute var fieldref=document.getElementById(attr)? document.getElementById(attr) : this.formref[attr] return fieldref } rememberForm.prototype.persistfields=function(){ //get form fields to persist values for for (var i=0; i<arguments.length; i++){ this.fields[i]=this.getfield(arguments[i]) this.fields[i].fname=arguments[i] //store name or id of field in custom property } } rememberForm.prototype.savevalues=function(){ //get form values and store in cookie for (var i=0; i<this.fields.length; i++){ if (this.fields[i].type=="text") this.cookiestr+=this.fields[i].fname+":"+escape(this.fields[i].value)+"#" } if (typeof this.togglebox!="undefined"){ //if "remember values checkbox" is defined this.persistdays=(this.togglebox.checked)? this.persistdays : -1 //decide whether to save form values this.cookiestr=(this.togglebox.checked)? this.cookiestr+"toggleboxid:on;" : this.cookiestr } else //if checkbox isn't defined, just remove final "#" from cookie string this.cookiestr=this.cookiestr.substr(0, this.cookiestr.length-1)+";" setCookie(this.cookiename, this.cookiestr, this.persistdays) } rememberForm.prototype.recallvalues=function(){ //populate form with saved values var cookievalue=getCookie(this.cookiename) if (cookievalue!=""){ //parse cookie, where cookie looks like: field1:value1#field2:value2... var cookievaluepair=cookievalue.split("#") for (var i=0; i<cookievaluepair.length; i++){ if (cookievaluepair[i].split(":")[0]!="toggleboxid" && this.getfield(cookievaluepair[i].split(":")[0]).type=="text") this.getfield(cookievaluepair[i].split(":")[0]).value=unescape(cookievaluepair[i].split(":")[1]) else //else if name in name/value pair is "toggleboxid" this.togglebox.checked=true } //alert ("Zip" + cookievalue + " xx") setTimeout("location.href='javascript:%20submitzipform()'",6000) } } rememberForm.prototype.addtoggle=function(attr){ this.togglebox=this.getfield(attr) } //Call this function if you wish to clear the user's cookie of any saved values for this form instantly rememberForm.prototype.clearcookie=function(){ setCookie(this.cookiename, "", -1) } rememberForm.dotask=function(target, functionref, tasktype){ var tasktype=(window.addEventListener)? tasktype : "on"+tasktype if (target.addEventListener) target.addEventListener(tasktype, functionref, false) else if (target.attachEvent) target.attachEvent(tasktype, functionref) } /*********************************************** * Remember Form Values script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </script> <!-- remember me head form script end --> <!-- lk remember me submit Zip form --> <SCRIPT language="JavaScript"> function submitzipform() { document.zipform.submit(); } </SCRIPT> <!-- remember me submit Zip form end --> <!-- lk script accordian menu --> <script type="text/javascript" src="jquery-1.2.2.pack.js"></script> <script type="text/javascript" src="ddaccordion.js"> /*********************************************** * Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts * This notice must stay intact for legal use ***********************************************/ </script> <!-- Accordian menu style --> <style type="text/css"> .mypets{ /*header of 1st demo*/ padding:1px; border:1px; margin:2px; /* disposes of the space between the items */ cursor: hand; cursor: pointer; font-family:"Comic Sans MS",Times, serif; font-size: 9pt; color: ivory; padding: 1px 2px; //was 2px 4px border: 1px solid gray; background: maroon; } .openpet{ /*class added to contents of 1st demo when they are open*/ background: #FFFF99; color: black; } .technology{ /*header of 2nd demo*/ cursor: hand; cursor: pointer; font: bold 14px Verdana; margin: 10px 0; } .openlanguage{ /*class added to contents of 2nd demo when they are open*/ color: green; } .closedlanguage{ /*class added to contents of 2nd demo when they are closed*/ color: red; } .togglehtml li{ margin-bottom: 2px; //was 8px } .myheader{ cursor: hand; cursor: pointer; } .mycontent{ padding-top: 1px; //was 2px padding-bottom: 2px; //was 9px } </style> <!-- Accordian menu style end --> <!-- lk start dda acordian script --> <script type="text/javascript"> //Initialize first demo: ddaccordion.init({ headerclass: "mypets", //Shared CSS class name of headers group contentclass: "thepet", //Shared CSS class name of contents group revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover" collapseprev: true, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [0], //index of content(s) open by default [0, 1, 2, etc]. [] empty denotes no content. onemustopen: true, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: true, //Should contents open by default be animated into view? persiststate: true, //persist state of opened contents within browser session? toggleclass: ["", "openpet"], //Two CSS ex .openpet classes to be applied to the header when it's collapsed and expanded, respectively ["nameofclass1", "nameofclass2"] togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: "slow", //speed of animation: "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing if no code }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing if no code } }) </script> <!-- lk start dda acordian script end --> <!-- lk CSS for pop up hint box --> <style type="text/css"> #infobox{ /*CSS for pop up hint box */ position:absolute; top: 0; background-color: #ffffbb; ibwidth: 120px; /*Default ibwidth of hint.*/ padding: 1px; border:1px solid black; border-right: 2px solid gray; border-bottom: 2px solid gray; font-family:"Comic Sans MS"; font-size: 7pt; color: black; line-height:10px; z-index:100; /*Default ibwidth of hint.*/ visibility: hidden; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/ filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); } .hintanchor{ /*CSS for link that shows hint onmouseover*/ font-weight: bold; color: black; margin: 2px 2px; } </style> <!-- lk CSS for pop up hint box end --> <base target=right> <title>Spads &copy; SeeWhatSells &copy;</title> <!-- <body onload=setTimeout("location.href='javascript:%20submitzipform()'",6000) bgcolor= --> </head> <body onload=setTimeout("location.href='javascript:%20submitzipform()'",6000)bgcolor="FFFFFF" lang=EN-US link=blue vlink=blue style='tab-interval:.5in' topmargin=0 leftmargin=0 alink="#FF0000"> <!-- pop up hint box script --> <script type="text/javascript"> /*********************************************** * Show Hint script- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ var horizontal_offset="-40px" //Customize horizontal x offset of hint box from anchor link -40px var vertical_offset="15px" //Customize vertical y offset of hint box from anchor link 15px is below /////No further editting needed var ie=document.all var ns6=document.getElementById&&!document.all var disappeardelay=350 //tooltip disappear speed onMouseout (in miliseconds) function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=(whichedge=="rightedge")? parseInt(horizontal_offset)*-8 : parseInt(vertical_offset)*-3 if (whichedge=="rightedge"){ var windowedge=ie && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-30 : window.pageXOffset+window.innerWidth-40 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth+parseInt(horizontal_offset) } else{ var windowedge=ie && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-30 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight } return edgeoffset } function showhint(menucontents, obj, e, ibwidth){ if ((ie||ns6) && document.getElementById("infobox")){ dropmenuobj=document.getElementById("infobox") dropmenuobj.innerHTML=menucontents dropmenuobj.style.left=dropmenuobj.style.top=-500 if (ibwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=ibwidth } dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left="8px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")-20 dropmenuobj.style.visibility="visible" obj.onmouseout=hidetip } } function hidetip(e){ dropmenuobj.style.visibility="hidden" dropmenuobj.style.left="-500px" } function createinfobox(){ var divblock=document.createElement("div") divblock.setAttribute("id", "infobox") document.body.appendChild(divblock) } if (window.addEventListener) window.addEventListener("load", createinfobox, false) else if (window.attachEvent) window.attachEvent("onload", createinfobox) else if (document.getElementById) window.onload=createinfobox </script> <!-- pop up hint box script end --> <table ID="border" width="100%" valign="top" border="0" align="center" bgcolor="maroon" cellpadding="0" cellspacing="0" style="width:100%; background-color: #ffffff; cellpadding: 0px; cellspacing: 0px;" > <tr> <td width="10px">&nbsp;</td> <td> <table ID="main table" width="100%" valign="top" border="0" align="center" cellpadding="0" cellspacing="0" style="width:100%; cellpadding: 0px; cellspacing: 0px;" > <div class="body"> <table id="main menu border" valign "top" class="MsoNormalTable" border=0 cellspacing=0 topmargin=0 cellpadding=0 width="100%" style="width:100%; cellpadding: 0px; cellspacing: 0px;"> <tr> <td> <!-- start main left menu --> <table id="main menu" valign="top" border=0 style="width:100%; border:0; cellpadding: 2px; cellspacing: 2px;"> <tr class="hintanchor" onMouseover="showhint('Click to go back to our home page.', this, event, '205px')"> <td> <a class="menu" href="..\index.html" target="_top">Home</a> </td> </tr> <tr class ="hintanchor" onMouseover="showhint('View featured ADs or fill in your name and zipcode on the next panel to view ADs for your area', this, event, '205px')"> <td> <a class="menu" href="prefads_full.htm" target=right>Featured ADs</a> </td> </tr> <tr class="hintanchor" onMouseover="showhint('Members can have the ADs they want Emailed to them, Click to log in or get more information.', this, event, '205px')"> <td> <a class="menu" href="http://www.seewhatsells.com/woc/memberinfo.htm" target=right>Member Login</a> </td> </tr> <tr class="hintanchor" onMouseover="showhint('Post a new AD or change an existing AD', this, event, '205px')"> <td> <a class="menu" href="http://www.seewhatsells.com/woc/lr_post_ad_mframe.html" target=lev2>Post an AD</a> </td> </tr> <tr class="hintanchor" onMouseover="showhint('Save money at www.doubleclickcoupons.com', this, event, '205px')"> <td> <a class="menu" href="http://www.doubleclickcoupons.com" target=_blank>Printable Coupons</a> </td> </tr> </table> </td> </tr> </table id="main menu border"> <!-- end main menu --> <!-- start top left accordion menu --> <font size="1" face="Comic Sans MS, Arial" color="black"> Click on a menu below to open it</font> <!-- start find by zip form --> <h3 class="mypets">Find by Zip Code menu</h3> <div class="thepet"> <!-- remember me form --> <table id="zip_1" valign="top" border=0 border-width="0px" style="width:100%; cellpadding: 0px; cellspacing: 0px;"> <tr class="hintanchor" onMouseover="showhint('With the remember me box checked before you click VIEW, then the next time you visit this site, ADs for your zipcode, and Keywords selection will be displayed.<br> <br> Your information is saved in a Cookie on your computer !!! We do not save your personal data !!! - - To remove the Cookie, Uncheck the Rememberme box then click VIEW. -- Click HOME to verify that your data is GONE', this, event, '205px')"> <td><input type="checkbox" id="persistbox"><font color="#800040" size="1" face="Comic Sans MS, Arial"><b> Remember me?</b></font></td> </tr> <tr class="hintanchor" onMouseover="showhint('Please enter your first name only', this, event, '205px')"> <td valign="top"> <form name="zipform" id="remzip" action="http://www.seewhatsells.com/woc/cgi-bin/woc/woc.pl" method="POST"> <input type="hidden" name="begin" value=1> <input type="hidden" name="end" value=5> <input type="hidden" name="state" value="All"> <input type="hidden" name="category" value="All"> <input type="hidden" name="city" value="All"> <font size="1" face="Comic Sans MS, Arial" color="black"><b>Hi </b></font><input type="text" name="remnam" size=15 > </td> </tr> <tr class="hintanchor" onMouseover="showhint('Search by 5 digit Zip Code, 00000 for National, blank for all..', this, event, '205px')"> <td id="col_2"> <input type="text" name="zip" size=15 value=""> <font color="#800040" size="1" face="Comic Sans MS, Arial"><strong>Zip Code.</strong></font> </td> </tr> <tr class="hintanchor" onMouseover="showhint('Find a Key Word Ex. car or Phrase Ex. baby bed or blank for all', this, event, '205px')"> <td id="col_3" valign"top"> <input type="text" name="kes" size=20 > <font color="#800040" size="1" face="Comic Sans MS, Arial"><b>Key Word</b></font> </td> </tr> <tr> <td align="center"> <font color="#000000" size="1" face="Comic Sans MS, Arial"><strong> <input type="radio" name="action" value="zipcode" > Brief <input type="radio" name="action" value="view"checked> Full View </font> </td> </tr> <tr class="hintanchor" onMouseover="showhint('dont forget to click the remember me check box before you click VIEW!!', this, event, '205px')"> <td id="c4_r1"><input type="hidden" value="submit"> <input type=image src="http://www.seewhatsells.com/woc/images/view.gif" name=submit width="60" height="15"> <script type="text/javascript"> var f1=new rememberForm("remzip") //create instance of script referencing form "remzip" f1.persistfields("remnam","zip","kes") //specify the text fields "woot"comma and "woot2" to be remembered f1.addtoggle("persistbox") //specify the checkbox "persistbox" as the " toggle box". (optional). </script> </td> </form> </td> </tr> <tr height=5px> <td> </td> </tr> </table> <!-- 624 end find by zip --> </div> <!-- Advanced search menu --> <h3 class="mypets">Advanced search menu</h3> <div class="thepet"> <!-- div 3 rabbits --> <!-- start left bottom accordian menu --> <table id="adv search" class="MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="100%" style="width:100%; cellpadding: 0px; cellspacing: 0px;"> <form action="http://www.seewhatsells.com/woc/cgi-bin/woc/woc.pl" method="POST"> <input type="hidden" name="begin" value=1> <input type="hidden" name="end" value=5> <tr> <td align="center"><font color="#800040" size="2" face="Comic Sans MS, Arial"><b> CATEGORIES: </b><br> <select name="category" > <option selected="selected" value="All">All</option> <option value="Automotive / Services">Automotive / Services</option> <option value="Babies / Kids">Babies / Kids</option> <option value="Books / Magazines">Books / Magazines</option> <option value="Clothing / Accessories">Clothing / Accessories</option> <option value="Complaints / Comments">Complaints / Comments</option> <option value="Computers / Electronics">Computers / Electronics</option> <option value="Dining / Entertainment">Dining / Entertainment</option> <option value="Garage Sale">Garage Sale</option> <option value="Grocery / Pharmacy">Grocery / Pharmacy</option> <option value="Health / Beauty">Health / Beauty</option> <option value="Home / Garden">Home / Garden</option> <option value="Household Supplies">Household Supplies</option> <option value="Money / Investing">Money / Investing</option> <option value="Music / Movies">Music / Movies</option> <option value="Office Supplies">Office Supplies</option> <option value="Photo / Video">Photo / Video</option> <option value="Professional / Personal">Professional / Personal</option> <option value="Sports / Fitness">Sports / Fitness</option> <option value="Toys / Education">Toys / Education</option> <option value="Travel / Hotel">Travel / Hotel</option> </select> </font> </td> </tr> <tr> <td height="1"></td> </tr> <tr> <td align="center"><font color="#804080" size="1" face="Comic Sans MS, Arial"><strong>STATE:</strong><br> <select name="state" > <option selected="selected" value="All">All</option> <option value="AL">Alabama</option> <option value="AK">Alaska</option> <option value="AR">Arkansas</option> <option value="AZ">Arizona</option> <option value="CA">California</option> <option value="CO">Colorado</option> <option value="CT">Connecticut</option> <option value="DC">D.C.</option> <option value="DE">Delaware</option> <option value="FL">Florida</option> <option value="GA">Georgia</option> <option value="HI">Hawaii</option> <option value="ID">Idaho</option> <option value="IL">Illinois</option> <option value="IN">Indiana</option> <option value="IA">Iowa</option> <option value="KS">Kansas</option> <option value="KY">Kentucky</option> <option value="LA">Louisiana</option> <option value="ME">Maine</option> <option value="MD">Maryland</option> <option value="MA">Massachusetts</option> <option value="MI">Michigan</option> <option value="MN">Minnesota</option> <option value="MS">Mississippi</option> <option value="MO">Missouri</option> <option value="MT">Montana</option> <option value="NC">N.Carolina</option> <option value="ND">N.Dakota</option> <option value="NE">Nebraska</option> <option value="NV">Nevada</option> <option value="NH">New Hampshire</option> <option value="NJ">New Jersey</option> <option value="NM">New Mexico</option> <option value="NY">New York</option> <option value="OH">Ohio</option> <option value="OK">Oklahoma</option> <option value="OR">Oregon</option> <option value="PA">Pennsylvania</option> <option value="RI">Rhode Island</option> <option value="SC">S.Carolina</option> <option value="SD">S.Dakota</option> <option value="TN">Tennessee</option> <option value="TX">Texas</option> <option value="UT">Utah</option> <option value="VT">Vermont</option> <option value="VA">Virginia</option> <option value="WV">W.Virginia</option> <option value="WA">Washington</option> <option value="WI">Wisconsin</option> <option value="WY">Wyoming</option> <option value="GU">Guam</option> <option value="PR">Puerto Rico</option> <option value="VI">Virgin Islands</option> <option value="OS">Out Side US</option> </select></font> </td> </tr> <tr> <td height="2"></td> </tr> <tr> <td align="center"> <font color="#804080" size="1" face="Comic Sans MS, Arial"><B>City:</B></font><br> <input type="text" name="city" value="All" size=20></td> </tr> <tr> <td align="center"> <font color="#800040" size="2" face="Comic Sans MS, Arial"><b>and a Key Word or<br>leave Key Word<br>blank for all:</b></font></td> </tr> <tr> <td align="center"> <input type="text" name="kes" size=20> </td> </tr> <td height="2"></td> <tr> <td align="center"> <font color="#800040" size="2" face="Comic Sans MS, Arial"<b>Full to view entire AD:</b></font></td> </tr> <tr> <tr> <td align="center"> <font color="#000000" size="2" face="Microsoft Sans Serf, Arial"><strong> <input type="radio" name="action" value="citystate" > Brief <input type="radio" name="action" value="view"checked> Full View </font> </td> </tr> <tr> <td align="center" height="3"> <input type="hidden" value="submit"> <input type=image src="http://www.seewhatsells.com/woc/images/view.gif" name=submit width="55" height="14"> </td> </tr> </form> </td> </tr> </table id="adv search"> <!-- separator line --> <table id="spacer line" align="center" border="0" cellpadding="0" cellspacing="0" width="80%"> <tr> <td height="6"></td> </tr> <tr> <td align="center" bgcolor="#800040" width="100%" height="1"><font color="#fffff0" size="2" face="Comic Sans MS, Arial"></font> </td> </tr> <tr> <td height="2"></td> </tr> </table id="spacer line"> <!-- mailto at bottom of screen --> <table id="1mailto" width=100% border=0 cellpadding=0> <tr> <th><font size="1"><a href="mailto:kings@seewhatsells.com">Webmaster@seewhatsells.com</a></font> </th> </tr> <tr> <th><font face="Arial, Helvetica" size="1">&copy; copyright 2007 </font> </th> </tr> <tr> <th><font face="Arial, Helvetica" size="1">&nbsp; SPADS &copy; World of Coupons Pro </tr> </table id="1mailto"> </div class="body"> </table ID="main table"> </td> </tr> </table ID="border"> </body> </html>